Difference between revisions of "Template:Armour"

From CrawlWiki
Jump to: navigation, search
(All armour takes 5 turns to wear: remove the weartime parameter.)
(Remove weight - it's obsolete since 0.15)
Line 4: Line 4:
 
! align="left" | Name
 
! align="left" | Name
 
| {{{name|some kind of armour}}}
 
| {{{name|some kind of armour}}}
|-
 
! align="left" | Weight
 
| {{{weight|?}}} aum
 
 
|-
 
|-
 
! align="left" | Size to wear
 
! align="left" | Size to wear
Line 39: Line 36:
 
  <nowiki>{{</nowiki>armour
 
  <nowiki>{{</nowiki>armour
 
   |name        =  
 
   |name        =  
  |weight      =
 
 
   |AC          =  
 
   |AC          =  
 
   |EV          =  
 
   |EV          =  

Revision as of 03:50, 27 March 2015

Name some kind of armour
Size to wear Any
Armour Class  ?
Encumbrance rating  ?
GDR  ?
Maximum Enchantment  ?
Grants nothing
Time to Wear 5



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

{{armour
 |name        = 
 |AC          = 
 |EV          = 
 |GDR         =
 |maxenc      = 
 |size        = Small, Medium, Large, Big
 |grants      = 
}}