Untitled | |
![]() | |
Weapon Attributes | |
Attack | Unknown |
Speed | Unknown |
Knockback | Unknown |
Example
Flint Spear | |
![]() | |
Basic weapon with decent reach | |
Weapon Attributes | |
Attack | 2 - 4 |
Speed | 4 |
Knockback | 3 |
Usage
{{WeaponBox | title = Name of the item. | image = Image file name (e.g. Flint_Spear.png). | imagecaption = Caption to display below image. (Optional) Omits if not included. | attack = Attack damage per hit range (e.g. 2 - 4) | speed = Speed | knockback = Knockback | durability = Durability (# of hits before breaking). }}
Old WeaponBox Code
{| class="wikia-infobox" |- ! class="wikia-infobox-header" colspan="2" style="text-align:center" | {{{title|''Unknown''}}} |- {{#if: {{{image|}}} | {{!}} class="wikia-infobox-image" colspan="2" {{!}} [[File:{{{image}}}|{{{imagewidth|64}}}px|{{{imagecaption|}}}]] | }} |- {{#if: {{{imagecaption|}}} | {{!}} class="wikia-infobox-caption" colspan="2" {{!}} {{{imagecaption}}} | }} |- ! colspan="2" | <div class="wikia-infobox-section-header">Weapon Attributes</div> |- ! Attack | {{{attack|''?''}}} |- ! Speed | {{{speed|''?''}}} |- ! Knockback | {{{knockback|''?''}}} |- ! Durability | {{{durability|''?''}}} |- ! colspan="2" | <div class="wikia-infobox-section-header">Other attributes</div> |- {{#if: {{{fourth|}}} | ! Fourth {{!}} {{{fourth}}} | }} |- {{#if: {{{fifth|}}} | ! Fifth {{!}} {{{fifth}}} | }} |- {{#if: {{{sixth|}}} | ! Sixth {{!}} {{{sixth}}} | }} |- style="font-size:0; line-height:0;" ! style="width:50%; padding:0" | ! style="width:50%; padding:0" | |}