Template:Equip: Difference between revisions

Template page
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 32: Line 32:


If the item has a level requirement and can be equipped by all four paths, set `peasant_level` to the the level. If it is bound to a specific path, set only that path's level requirement, such as <i>rogue_level = 95</i>.
If the item has a level requirement and can be equipped by all four paths, set `peasant_level` to the the level. If it is bound to a specific path, set only that path's level requirement, such as <i>rogue_level = 95</i>.
Additionally, add other relevant sections as needed, such as:
<pre>
==Special Info==
* If applicable
* [[Breaks on Death]]
* [[Unrepairable]] etc
==How to Obtain==
* Include steps and items required
* If quested item, refer to the quest instead of detailing it here
</pre>


</noinclude>
</noinclude>
Line 39: Line 52:
== Stats ==
== Stats ==
'''[[Durability]]:'''  {{formatnum:{{{durability|0}}}}}<br>
'''[[Durability]]:'''  {{formatnum:{{{durability|0}}}}}<br>
{{#if: {{{damage_small|}}} | '''[[Damage]]:'''  S {{{damage_small|0m0}}} L {{{damage_large|0m0}}}<br>}}<nowiki />
{{#if: {{{damage_small|}}} | '''[[Damage]]:'''  S: {{{damage_small|0m0}}} L: {{{damage_large|0m0}}}<br>}}<nowiki />
{{#if: {{{ac|}}} | '''[[AC]]:''' {{{ac|0}}}<br>}}<nowiki />
{{#if: {{{ac|}}} | '''[[AC]]:''' {{{ac|0}}}<br>}}<nowiki />
{{#if: {{{hit|}}} | '''[[Hit]]:''' {{{hit}}}<br>}}<nowiki />
{{#if: {{{hit|}}} | '''[[Hit]]:''' {{{hit}}}<br>}}<nowiki />

Latest revision as of 17:19, 25 January 2024

This template is used to display information about game equipment. That is, anything equippable by a character into one of the various slots.

To use this template, add the following to a game item page:

{{Equip
| durability    = 
| damage_small  = 
| damage_large  = 
| ac            = 
| hit           = 
| dam           = 
| vita          = 
| mana          = 
| might         = 
| will          = 
| grace         = 
| protection    = 
| regen         = 
| wisdom        = 
| might_to_wield = 
| peasant_level = 
| rogue_level = 
| mage_level = 
| poet_level = 
| warrior_level = 
}}

Be sure to fill in all applicable fields. You may delete those that don't apply.

If the item has a level requirement and can be equipped by all four paths, set `peasant_level` to the the level. If it is bound to a specific path, set only that path's level requirement, such as rogue_level = 95.

Additionally, add other relevant sections as needed, such as:

==Special Info==
* If applicable
* [[Breaks on Death]]
* [[Unrepairable]] etc

==How to Obtain==
* Include steps and items required
* If quested item, refer to the quest instead of detailing it here