Template:Armour/StatsTB: Difference between revisions

From Eternal Lands Wiki
Jump to navigation Jump to search
(This edit removes the header and image of all armors using this template)
m (14 revisions imported)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<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">
<table style="border:1px solid grey; border-right: none" cellpadding="3" cellspacing="0" align="center" class="rightbordergrey">
<tr style="background:#efefef;">
<tr style="background:#efefef;">
   <th style="border-right:1px solid grey;">Armour</th>
   <th>Armour</th>
   <th style="border-right:1px solid grey;" title="Defense">Def</th>
   <th title="Defense">Def</th>
   <th style="border-right:1px solid grey;" title="Accuracy">Acc</th>
   <th title="Accuracy">Acc</th>
   <th style="border-right:1px solid grey;" title="Critical Hit">Crit</th>
   <th title="Critical Hit">Crit</th>
   <th style="border-right:1px solid grey;" title="Cold Protection">Cold</th>
   <th title="Cold Protection">Cold</th>
   <th style="border-right:1px solid grey;" title="Heat Protection">Heat</th>
   <th title="Heat Protection">Heat</th>
   <th style="border-right:1px solid grey;" title="Radiation Protection">Rad</th>
   <th title="Radiation Protection">Rad</th>
   <th style="border-right:1px solid grey;" title="Magic Protection">Mag Prot</th>
   <th title="Magic Protection">Mag Prot</th>
   <th style="border-right:1px solid grey;" title="Magic Resistance">Mag Res</th>
   <th title="Magic Resistance">Mag Res</th>
   <th style="border-right:1px solid grey;" title="Weight">EMU</th>
   <th title="Missile Protection">Mis Prot</th>
   <th style="border-right:1px solid grey;" title="Human Nexus Needed to wear item">Human</th>
  <th title="Weight">EMU</th>
   <th title="Human Nexus Needed to wear item">Human</th>
  <th title="Degrade / Break">Fail</th>
</tr>
</tr>
<tr>
<tr>
   <td style="border-right:1px solid grey;" align="right">{{{arm|}}}</td>
   <td align="right">{{{arm|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{def|}}}</td>
   <td align="right">{{{def|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{acc|}}}</td>
   <td align="right">{{{acc|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{crit|}}}</td>
   <td align="right">{{{crit|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{cold|}}}</td>
   <td align="right">{{{cold|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{heat|}}}</td>
   <td align="right">{{{heat|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{rad|}}}</td>
   <td align="right">{{{rad|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{magprot|}}}</td>
   <td align="right">{{{magprot|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{magres|}}}</td>
   <td align="right">{{{magres|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{emu|}}}</td>
   <td align="right">{{{misprot|}}}</td>
   <td style="border-right:1px solid grey;" align="right">{{{hnex|}}}</td>  
  <td align="right">{{{emu|}}}</td>
   <td align="right">{{{hnex|}}}</td> 
  <td align="right">{{{fail|}}}</td>
</tr>
</tr>
</table>
</table>
</includeonly>
</includeonly>
<noinclude>
Produces a table with stats, parameters are
Produces a table with stats, parameters are
* '''arm''': Armor
* '''arm''': Armor
Line 39: Line 44:
* '''magprot''': Magic protection bonus/penalty
* '''magprot''': Magic protection bonus/penalty
* '''magres''': Magic resistance bonus/penalty
* '''magres''': Magic resistance bonus/penalty
* '''misprot''': Missile protection bonus/penalty
* '''emu''': Weight
* '''emu''': Weight
* '''hnex''': Human Nexus required to wear
* '''hnex''': Human Nexus required to wear
* '''fail''': Degrade / Break when fails
All parameters are optional, if left empty, they'll produce an empty table cell.
All parameters are optional, if left empty, they'll produce an empty table cell.
<noinclude>
</noinclude>
</noinclude>

Latest revision as of 08:35, 9 August 2021


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
  • misprot: Missile protection bonus/penalty
  • emu: Weight
  • hnex: Human Nexus required to wear
  • fail: Degrade / Break when fails

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