Template:Armour/StatsTB: Difference between revisions

From Eternal Lands Wiki
Jump to navigation Jump to search
mNo edit summary
(This edit removes the header and image of all armors using this template)
Line 1: Line 1:
{{FoCW_Header|Armour of Eternal Lands|{{{item}}}}}
<includeonly>
=={{{item}}}==
<table style="border-top:1px solid grey;border-bottom:1px solid grey;border-left:1px solid grey;border-right:none;" cellpadding="3" cellspacing="0" align="center">
[[Image:{{{item}}}_bg.jpg]]
<br>
<table style="border-top:1px solid grey;border-bottom:1px solid grey;border-left:1px solid grey;border-right:none;" cellpadding="3" cellspacing="0">
<tr style="background:#efefef;">
<tr style="background:#efefef;">
   <th style="border-right:1px solid grey;">Armour</th>
   <th style="border-right:1px solid grey;">Armour</th>
Line 18: Line 15:
</tr>
</tr>
<tr>
<tr>
   <td style="border-right:1px solid grey;" align="right">{{{arm}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{arm|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{def}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{def|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{acc}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{acc|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{crit}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{crit|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{cold}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{cold|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{heat}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{heat|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{rad}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{rad|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{magprot}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{magprot|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{magres}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{magres|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{emu}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{emu|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{hnex}}}</td>   
   <td style="border-right:1px solid grey;" align="right">{{{hnex|}}}</td>   
</tr>
</tr>
</table>
</table>
</includeonly>
Produces a table with stats, parameters are
* '''arm''': Armor
* '''def''': Defense bonus/penalty
* '''acc''': Accuracy bonus/penalty
* '''crit''' Critical to hit bonus/penalty
* '''cold''': Cold protection bonus/penalty
* '''heat''': Heat protection bonus/penalty
* '''rad''': Radiation protection bonus/penalty
* '''magprot''': Magic protection bonus/penalty
* '''magres''': Magic resistance bonus/penalty
* '''emu''': Weight
* '''hnex''': Human Nexus required to wear
All parameters are optional, if left empty, they'll produce an empty table cell.
<noinclude>
</noinclude>

Revision as of 23:32, 21 November 2008

Produces a table with stats, parameters are

  • arm: Armor
  • def: Defense bonus/penalty
  • acc: Accuracy bonus/penalty
  • crit Critical to hit bonus/penalty
  • cold: Cold protection bonus/penalty
  • heat: Heat protection bonus/penalty
  • rad: Radiation protection bonus/penalty
  • magprot: Magic protection bonus/penalty
  • magres: Magic resistance bonus/penalty
  • emu: Weight
  • hnex: Human Nexus required to wear

All parameters are optional, if left empty, they'll produce an empty table cell.