Difference between revisions of "Template:Weapon"

From CrawlWiki
Jump to: navigation, search
m
Line 17: Line 17:
 
| [[Weapon accuracy::{{{accuracy}}}]]
 
| [[Weapon accuracy::{{{accuracy}}}]]
 
|-
 
|-
! align="left" | [[Weapon_Speed|Base delay]] (%)
+
! align="left" | [[Weapon_speed|Base delay]] (%)
 
| [[Weapon base delay::{{{basedelay}}}]]
 
| [[Weapon base delay::{{{basedelay}}}]]
 
|-
 
|-

Revision as of 17:03, 26 August 2013

Name {{{name}}}
Weight {{{weight}}} aum
Skill {{{skill}}}
Damage {{{damage}}}
Accuracy {{{accuracy}}}
Base delay (%) {{{basedelay}}}
Min delay {{{mindelay}}}
"{{{mindelay}}}" is not a number.
Hands {{{hands}}}
Size {{{size}}}
Ranged? {{{ranged}}}

Put this template at the top of every weapon page. Call it like this:

{{weapon
 |name        = 
 |weight      = 
 |skill       = 
 |skill2      = optional
 |damage      = 
 |accuracy    = 
 |basedelay   =
 |mindelay    =
 |hands       = One, Half, Double, Two
 |size        = Small, Medium, Large, Big
 |ranged      = "<missile> required" or "Throwable"
 |damtype     = Piercing, Slashing, Slicing, Stabbing, Chopping, Crushing
}}