Difference between revisions of "Custom Content"

From GMN Wiki
Jump to navigation Jump to search
(Replace Main Page with clean, standard MediaWiki landing page; remove custom layout and inline CSS)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div id=swordborder style="
= Custom Content =
left:-243px;
top:10px;">
[[File:wikisidebarart.png|link=]]
</div>


<div id=swordborder style="
This page provides an overview of custom systems and features available on the shards.
left:-178px;
top: -172px;">
[[File:wikitop4.png|link=]]
</div>


<div id=cf style="
== Angel Island Only ==
left:-192px;
top: -122px;">
[[File:tchestbase2.gif|class=bottom|link=Main_Page]]
</div>
 
<div id=cf style="
left:-58px;
top: -109px;">
[[File:lit01.gif|class=bottom|link=Main_Page]]
</div>
 
<div id=cf style="
left:-145px;
top: -98px;">
[[File:lit02.gif|class=bottom|link=Main_Page]]
</div>
 
<div id=cf style="
left:-70px;
top: -123px;">
[[File:lit04.gif|class=bottom|link=Main_Page]]
</div>
 
<div id=cf style="
left:-161px;
top: -109px;">
[[File:lit06.gif|class=bottom|link=Main_Page]]
</div>
 
<div id=cf style="
left:-127px;
top: -83px;">
[[File:64.png|class=bottom|link=Main_Page]]
</div>
 
<div id=cf style="
left:-192px;
top: -121px;">
[[File:tchestlid2.gif|class=top|link=Main_Page]]
</div>
 
<div id=cf style="
left:-114px;
top: -135px;">
[[File:wikilogo5.png|class=bottom|link=Main_Page]]
</div>
 
<div id=cf style="
left:-182px;
top: -165px;">
[[File:aispwiki.png|class=bottom|link=Main_Page]]
</div>
 
<div id=menubutton style="
left:-110px;
top: 383px;">
[[File:totoparrow2f.png|class=bottom|link=#top|Back to Top]]
[[File:totoparrow1f.png|class=top|link=#top|Back to Top]]
</div>
 
<div id=menubutton style="
left:-140px;
top: 400px;">
[[File:mainmenu02f.png|class=bottom|link=Main_Page]]
[[File:mainmenu01f.png|class=top|link=Main_Page]]
</div>
 
<div id=menubutton style="
left:-110px;
top: 450px;">
[[File:tobotarrow2.png|class=bottom|link=#footer|Bottom of Page]]
[[File:tobotarrow1.png|class=top|link=#footer|Bottom of Page]]
</div>
 
<div id=menubutton style="
left:-140px;
top: 450px;">
[[File:sbit.png|link=]]
</div>
 
<div id=menubutton style="
left:-90px;
top: 450px;">
[[File:sbit2.png|link=]]
</div>
 
{{#css:
 
#p-logo { display:none; }
 
#p-Quick_Navigation-label {
    color:orange;
    font-size:62%;
    text-shadow:0px 0px 4px black, 0px 0px 6px white
}
 
#p-tb-label {
    color:orange;
    font-size:62%;
    text-shadow:0px 0px 4px black, 0px 0px 6px white
}
 
#n-Download-the-Game a {
    color:#FAF9F6;
    font-size:94%;
    text-shadow:0px 0px 4px #0000FF, 2px 2px 8px black
}
 
#n-Join-the-Discord a {
    color:#FAF9F6;
    font-size:94%;
    text-shadow:0px 0px 4px #0000FF, 2px 2px 8px black
}
 
#n-Visit-the-Website a {
    color:#FAF9F6;
    font-size:94%;
    text-shadow:0px 0px 4px #0000FF, 2px 2px 8px black
}
 
#n-Install-Guide a {
    color:white;
    font-size:86%;
    text-shadow:0px 0px 4px #0000FF, 2px 2px 8px black
}
 
#n-Skills-Overview a {
    color:white;
    font-size:86%;
    text-shadow:0px 0px 4px #0000FF, 2px 2px 8px black
}
 
#n-Custom-Content a {
    color:white;
    font-size:86%;
    text-shadow:0px 0px 4px #0000FF, 2px 2px 8px black
}
 
#n-Wiki-Credits a {
    color:white;
    font-size:86%;
    text-shadow:0px 0px 4px #0000FF, 2px 2px 8px black
}
 
#t-whatlinkshere { display:none }
#t-recentchangeslinked { display:none }
#t-info { display:none }
#t-relatedchanges { display:none }
 
#t-permalink a {
    color:white;
    font-size:82%;
    text-shadow:0px 0px 4px #0000FF, 2px 2px 8px black
}
 
#t-print a {
    color:white;
    font-size:82%;
    text-shadow:0px 0px 4px #0000FF, 2px 2px 8px black
}
 
#t-specialpages a {
    color:white;
    font-size:82%;
    text-shadow:0px 0px 4px #0000FF, 2px 2px 8px black
}
 
#cf {
  position:absolute;
  margin:0 auto;
  width:238px;
}
 
#swordborder {
  position:absolute;
  margin:0 auto;
  width:1350px;
}
 
#menubutton {
  position:absolute;
  margin:0 auto;
  width:200px;
}
 
#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
 
#swordborder img {
  position:absolute;
  left:0;
}
 
#menubutton img {
  position:fixed;
  left:1;
  bottom:0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
 
 
#cf img.top:hover {
  opacity:0;
}
 
#menubutton img.top:hover {
  opacity:0;
}
 
 
}
 
}}
 
</div>
 
__NOTOC__
 
{| style="width:100%;"
| colspan="3" style="background:#333; color:#e7903; padding:5px 5px 5px 5px; text-align:center;" | <span style="font-size:190%"> '''Custom Content Overview'''</span>
|-
 
| style="vertical-align:top; width:33%" |
==Angel Island Only==
* [[Angel Island Prison]]
* [[Angel Island Prison]]
* [[Auctioneer]]
* [[Auctioneer]]
Line 252: Line 11:
* [[Bounty Hunters]]
* [[Bounty Hunters]]
* [[Bulk Order Deeds]]
* [[Bulk Order Deeds]]
* [[Clan wars]]
* [[Cooperatives]]
* [[Cooperatives]]
* [[Custom Housing]]
* [[Custom Housing]]
Line 257: Line 17:
* [[Fight Broker]]
* [[Fight Broker]]
* [[Flag Stone]]
* [[Flag Stone]]
* [[Kin System]]
* [[Magic Equipment Crafting]]
* [[Magic Equipment Crafting]]
* [[Mortal System]]
* [[Mortal System]]
Line 277: Line 38:
* [[Zora]]
* [[Zora]]


| style="vertical-align:top; width:33%;" |
== Available on Both Shards ==
 
==Both Shards==
* [[Alignment]]
* [[Alignment]]
* [[Anti AFK Resource Gathering]]
* [[Anti AFK Resource Gathering]]
* [[Apiculture]]
* [[Ask a Guard]]
* [[Ask a Guard]]
* [[Bandits]]
* [[Bandits]]
* [[Apiculture|Beekeeping]]
* [[Boats and Pirating]]
* [[Boats and Pirating]]
* [[Bolas]]
* [[Bolas]]
Line 307: Line 68:
* [[War Ring]]
* [[War Ring]]


| style="vertical-align:top; width:33%;" |
== Siege Perilous Only ==
 
<!-- Add Siege-only custom systems here as needed -->
==Siege Perilous Only==
 


|-
---
|}
<br>


=Siege Perilous=
== Siege Perilous Differences ==


The following table shows if there are any differences between the Custom Content items that are shared between Angel Island and Siege Perilous:
The table below highlights differences in shared custom systems between Angel Island and Siege Perilous.


{| class="wikitable" style="text-align: center; margin:auto; width:100vw;"
{| class="wikitable" style="text-align:center; margin:auto;"
|+ '''Custom Content Differences Table:
! Feature !! Angel Island !! Siege Perilous
|-
! !! '''Angel Island !! '''Siege Perilous !!
|-
| '''Bolas || Entangle pets. || Knocks players off their mounts.
|-
|-
| '''x || ||
| '''Bolas''' || Entangle pets || Knocks players off their mounts
|-
|-
| '''x || ||
| '''Corrosion''' || Certain metals resist corrosion || All metals corrode equally
|
| '''x || ||
|-
|-
|}
|}

Latest revision as of 14:13, 31 December 2025

Custom Content

This page provides an overview of custom systems and features available on the shards.

Angel Island Only

Available on Both Shards

Siege Perilous Only

---

Siege Perilous Differences

The table below highlights differences in shared custom systems between Angel Island and Siege Perilous.

Feature Angel Island Siege Perilous
Bolas Entangle pets Knocks players off their mounts
Corrosion Certain metals resist corrosion All metals corrode equally