Difference between revisions of "Template:Weapon"

From CrawlWiki
Jump to: navigation, search
 
m (1 revision: importing templates from old_crawl wiki)
(No difference)

Revision as of 04:21, 21 December 2012

Name {{{name}}}
Weight {{{weight}}} aum
Skill [[{{{skill}}}]]
Damage {{{damage}}}
Accuracy {{{accuracy}}}
Delay {{{basedelay}}}
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   = X% 
 |hands       = One, Half, Double, Two
 |size        = Small, Medium, Large, Big
 |ranged      = "<missile> required" or "Throwable"
 |damtype     = Piercing, Slashing, Slicing, Stabbing, Chopping, Crushing
}}