Difference between revisions of "Template:Armour/StatsTB"
Jump to navigation
Jump to search
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <includeonly> | |
− | + | <table style="border:1px solid grey; border-right: none" cellpadding="3" cellspacing="0" align="center" class="rightbordergrey"> | |
− | |||
− | < | ||
− | <table style="border | ||
<tr style="background:#efefef;"> | <tr style="background:#efefef;"> | ||
− | <th | + | <th>Armour</th> |
− | <th | + | <th title="Defense">Def</th> |
− | <th | + | <th title="Accuracy">Acc</th> |
− | <th | + | <th title="Critical Hit">Crit</th> |
− | <th | + | <th title="Cold Protection">Cold</th> |
− | <th | + | <th title="Heat Protection">Heat</th> |
− | <th | + | <th title="Radiation Protection">Rad</th> |
− | <th | + | <th title="Magic Protection">Mag Prot</th> |
− | <th | + | <th title="Magic Resistance">Mag Res</th> |
− | <th | + | <th title="Missile Protection">Mis Prot</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 | + | <td align="right">{{{arm|}}}</td> |
− | <td | + | <td align="right">{{{def|}}}</td> |
− | <td | + | <td align="right">{{{acc|}}}</td> |
− | <td | + | <td align="right">{{{crit|}}}</td> |
− | <td | + | <td align="right">{{{cold|}}}</td> |
− | <td | + | <td align="right">{{{heat|}}}</td> |
− | <td | + | <td align="right">{{{rad|}}}</td> |
− | <td | + | <td align="right">{{{magprot|}}}</td> |
− | <td | + | <td align="right">{{{magres|}}}</td> |
− | <td | + | <td align="right">{{{misprot|}}}</td> |
+ | <td align="right">{{{emu|}}}</td> | ||
+ | <td align="right">{{{hnex|}}}</td> | ||
+ | <td align="right">{{{fail|}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
− | + | </includeonly> | |
− | + | <noinclude> | |
− | + | 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. | ||
+ | </noinclude> |
Latest revision as of 19:57, 2 January 2013
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.