Template:Infobox weapon/doc: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 9:
===Element===
Elemental damage type. Leave the field empty or type "none" in case the Elemental damage % below is "0".
* none (or leave empty)
* impact
* cryonae
* arborae
* tempestae
* infernae
* necromae
===Element %===
Elemental damage %
===Slot===▼
Weapon slot (one-hand / two-hand)▼
===Range===
Weapon range (Melee / 'number')
▲===Slot===
▲Weapon slot (one-hand / two-hand)
==Quick copy==
<pre>
{{Infobox weapon
|rarity =
|damage =
|element =
|element% =
|slot = ▼
|range =
▲|slot =
}}
</pre>
==Example==
Produces the following example:▼
<pre>
{{Infobox weapon
|rarity = uncommon
|damage = 89
|element =
|element% = 49
|range = Melee
|slot = one-hand
}}
</pre>
▲Produces the following example:
{{Infobox weapon
|rarity = uncommon
|damage = 89
|element = infernae
|element% = 49
|range = Melee
|slot = one-hand
}}
|