Difference between revisions of "Template:Weapon"

From CrawlWiki
Jump to: navigation, search
m (1 revision: importing templates from old_crawl wiki)
(okay; this is now going show an ugly void on every weapon page - will fix in the next couple hours)
Line 19: Line 19:
 
! align="left" | [[Weapon_Speed|Delay]]
 
! align="left" | [[Weapon_Speed|Delay]]
 
| {{{basedelay}}}
 
| {{{basedelay}}}
 +
|-
 +
! align="left" | [[Weapon_Speed|Min (Skill)]]
 +
| {{{mindelay}}}
 
|-
 
|-
 
! align="left" | [[Handedness|Hands]]
 
! align="left" | [[Handedness|Hands]]
Line 40: Line 43:
 
   |damage      =  
 
   |damage      =  
 
   |accuracy    =  
 
   |accuracy    =  
   |basedelay  = X%
+
   |basedelay  =
 +
  |mindelay    =
 
   |hands      = One, Half, Double, Two
 
   |hands      = One, Half, Double, Two
 
   |size        = Small, Medium, Large, Big
 
   |size        = Small, Medium, Large, Big

Revision as of 06:46, 14 August 2013

Name {{{name}}}
Weight {{{weight}}} aum
Skill [[{{{skill}}}]]
Damage {{{damage}}}
Accuracy {{{accuracy}}}
Delay {{{basedelay}}}
Min (Skill) {{{mindelay}}}
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
}}