[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Difference between revisions of "Template:ItemStats"
From Project 1999 Wiki
(Created page with "<noinclude>Template for an item's (or set of armor's) stats</noinclude> <includeonly> {{{content}}} <table class="eoTable"> <tr class=tableheader> <th>AC</th> <th>S...") |
|||
| (8 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | <noinclude>Template for an item's (or set of armor's) stats | + | <noinclude>Template for an item's (or set of armor's) stats. |
| − | < | + | Note that the order of stats/saves is based on the classic EQ interface ([http://www.afterlifeguild.org/sss/complete.jpg]), and so is different from, for instance, Allakhazam's ordering. |
| − | {{ | + | |
| − | <table class=" | + | Blank Template: |
| − | <tr | + | <pre>{{ItemStats |
| + | |ac= | ||
| + | |str= | ||
| + | |sta= | ||
| + | |dex= | ||
| + | |agi= | ||
| + | |wis= | ||
| + | |int= | ||
| + | |cha= | ||
| + | |hp= | ||
| + | |mana= | ||
| + | |svp= | ||
| + | |svm= | ||
| + | |svd= | ||
| + | |svf= | ||
| + | |svc= | ||
| + | }}</pre> | ||
| + | </noinclude><includeonly><table class="eoTable3"> | ||
| + | <tr> | ||
<th>AC</th> | <th>AC</th> | ||
<th>STR</th> | <th>STR</th> | ||
| Line 15: | Line 33: | ||
<th>HP</th> | <th>HP</th> | ||
<th>MANA</th> | <th>MANA</th> | ||
| − | <th> | + | <th>SvP</th> |
| + | <th>SvM</th> | ||
<th>SvD</th> | <th>SvD</th> | ||
<th>SvF</th> | <th>SvF</th> | ||
| − | <th> | + | <th>SvC</th> |
| − | + | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
| − | <td>{{{ac}}}</td> | + | <td>{{{ac|0}}}</td> |
| − | <td>{{{str}}}</td> | + | <td>{{{str|0}}}</td> |
| − | <td>{{{sta}}}</td> | + | <td>{{{sta|0}}}</td> |
| − | <td>{{{agi}}}</td> | + | <td>{{{agi|0}}}</td> |
| − | <td>{{{dex}}}</td> | + | <td>{{{dex|0}}}</td> |
| − | <td>{{{wis}}}</td> | + | <td>{{{wis|0}}}</td> |
| − | <td>{{{int}}}</td> | + | <td>{{{int|0}}}</td> |
| − | <td>{{{cha}}}</td> | + | <td>{{{cha|0}}}</td> |
| − | <td>{{{hp}}}</td> | + | <td>{{{hp|0}}}</td> |
| − | <td>{{{mana}}}</td> | + | <td>{{{mana|0}}}</td> |
| − | <td>{{{ | + | <td>{{{svp|0}}}</td> |
| − | <td>{{{ | + | <td>{{{svm|0}}}</td> |
| − | <td>{{{ | + | <td>{{{svd|0}}}</td> |
| − | <td>{{{ | + | <td>{{{svf|0}}}</td> |
| − | <td>{{{ | + | <td>{{{svc|0}}}</td> |
</tr> | </tr> | ||
| − | </table> | + | </table></includeonly> |
| − | </includeonly> | + | |
Latest revision as of 19:49, 21 June 2019
Template for an item's (or set of armor's) stats.
Note that the order of stats/saves is based on the classic EQ interface ([1]), and so is different from, for instance, Allakhazam's ordering.
Blank Template:
{{ItemStats
|ac=
|str=
|sta=
|dex=
|agi=
|wis=
|int=
|cha=
|hp=
|mana=
|svp=
|svm=
|svd=
|svf=
|svc=
}}