User:Belgrave/Item Set Template

From Fallen Sword Wiki
< User:Belgrave
Revision as of 13:03, 2 January 2014 by Koenvdv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This layout contains everything needed to create a new item set page. To do so, copy the code below to the new item set's page and follow the instructions in the code. Once you are done, preview the page and make any necessary changes so it looks good before you save it. Please do not alter the layout. To suggest changes to the layout, please use the Talk Page.

{| cellspacing="10" cellpadding="0" width="100%"
| valign="top" width="33%"| 
== Origin ==
<center>CREATURE IMAGE<br>[[CREATURE NAME]]</center><br><small>CREATURE DESCRIPTION</small>
| valign="top" width="33%"|
== Items ==
<center>
<!-- "item-url=" is for the item image url. -->
<!-- Remove the parameters for unused items. -->
{{InventorySet
|gloves-url=
|gloves-page=
|helmet-url=
|helmet-page=
|amulet-url=
|amulet-page=
|weapon-url=
|weapon-page=
|armor-url=
|armor-page=
|shield-url=
|shield-page=
|ring-url=
|ring-page=
|boots-url=
|boots-page=
|rune-url=
|rune-page=
}}
</center><small>
* '''[[:Category:Helmets|Helmet]]:''' 
* '''[[:Category:Armor|Armor]]:''' 
* '''[[:Category:Gloves|Gloves]]:''' 
* '''[[:Category:Boots|Boots]]:''' 
* '''[[:Category:Weapons|Weapon]]:''' 
* '''[[:Category:Shields|Shield]]:''' 
* '''[[:Category:Rings|Ring]]:''' 
* '''[[:Category:Amulets|Amulet]]:''' 
* '''[[:Category:Runes|Rune]]:''' 
</small>
| valign="top" width="33%"| 
== Stats ==
<center><span style="font-size:8.5pt">'''Min. Level:''' </span></center>
{| width="375" cellspacing="0" cellpadding="10"
| width="50%" valign="top" |<center>
<!-- Please use only stats for uncrafted/unforged items. -->
=== Set Only ===
<small><tt>
• '''[[Attack]]'''............<br>
• '''[[Defense]]'''...........<br>
• '''[[Armor]]'''.............<br>
• '''[[HP]]'''................<br>
• '''[[Damage]]'''............<br>
• '''[[Stamina]]'''...........<br>
• '''[[Stamina Gain]]'''......<br>
• '''[[Gold Gain]]'''.........<br>
• '''[[XP Gain]]'''...........<br>
• '''[[Piercing Strike]]'''...<br>
• '''[[Reinforced Armor]]'''..<br>
• '''[[Thievery]]'''..........<br>
• '''[[Critical Hit]]'''......<br>
• '''[[Holy]]'''..............<br>
• '''[[Breaker]]'''...........<br>
• '''[[Nullify]]'''...........<br>
• '''[[Banishment]]'''........<br>
• '''[[Protection]]'''........<br>
• '''[[Oceanic]]'''...........<br>
• '''[[Master Thief]]'''......<br>
• '''[[Protect Gold]]'''......<br>
• '''[[Dodge]]'''.............<br>
• '''[[Disarm]]'''............<br>
• '''[[Master Blacksmith]]'''.<br>
• '''[[Elite Hunter]]'''......<br>
• '''[[Sustain]]'''...........<br>
• '''[[Master Crafter]]'''....<br>
• '''[[Fury Caster]]'''.......<br>
• '''[[Greenskin Slayer]]'''..<br>
• '''[[Beast Slayer]]'''......<br>
• '''[[Duelist]]'''...........<br>
• '''[[Glory Seeker]]'''......<br>
• '''[[First Strike]]'''......<br>
• '''[[Hypnotize]]'''.........<br>
• '''[[Master Inventor]]'''...<br>
</tt></small></center>
| width="50%" valign="top" |<center>
=== Set + Items ===
<small><tt>
• '''[[Attack]]'''............<br>
• '''[[Defense]]'''...........<br>
• '''[[Armor]]'''.............<br>
• '''[[HP]]'''................<br>
• '''[[Damage]]'''............<br>
• '''[[Stamina]]'''...........<br>
• '''[[Stamina Gain]]'''......<br>
• '''[[Gold Gain]]'''.........<br>
• '''[[XP Gain]]'''...........<br>
• '''[[Piercing Strike]]'''...<br>
• '''[[Reinforced Armor]]'''..<br>
• '''[[Thievery]]'''..........<br>
• '''[[Critical Hit]]'''......<br>
• '''[[Holy]]'''..............<br>
• '''[[Breaker]]'''...........<br>
• '''[[Nullify]]'''...........<br>
• '''[[Banishment]]'''........<br>
• '''[[Protection]]'''........<br>
• '''[[Oceanic]]'''...........<br>
• '''[[Master Thief]]'''......<br>
• '''[[Protect Gold]]'''......<br>
• '''[[Dodge]]'''.............<br>
• '''[[Disarm]]'''............<br>
• '''[[Master Blacksmith]]'''.<br>
• '''[[Elite Hunter]]'''......<br>
• '''[[Sustain]]'''...........<br>
• '''[[Master Crafter]]'''....<br>
• '''[[Fury Caster]]'''.......<br>
• '''[[Greenskin Slayer]]'''..<br>
• '''[[Beast Slayer]]'''......<br>
• '''[[Duelist]]'''...........<br>
• '''[[Glory Seeker]]'''......<br>
• '''[[First Strike]]'''......<br>
• '''[[Hypnotize]]'''.........<br>
• '''[[Master Inventor]]'''...<br>
</tt></small></center>
|}
|}
__NOTOC__
[[Category:Item Sets]]