From The Mana World
m (Added behavior and mutations) |
(Renamed several template variables; improved the layout) |
||
Line 1: | Line 1: | ||
<div style="float: | <div style="float:right; padding:0 0 1.5em 1.5em; width:18em; background-color:#FFF;"> | ||
< | <table class="wikitable" style="width:100%"> | ||
<caption style="padding-bottom:.75em">{{{image}}}<br />{{{name}}}</caption> | |||
<caption | <tr><th scope="row" style="width:8em">Level</th><td>{{{level}}}</td></tr> | ||
<tr><th scope="row" | |||
<tr><th scope="row">HP</th><td>{{{hp}}}</td></tr> | <tr><th scope="row">HP</th><td>{{{hp}}}</td></tr> | ||
<tr><th scope="row">EXP</th><td>{{{exp}}}</td></tr> | <tr><th scope="row">EXP</th><td>{{{exp}}}</td></tr> | ||
<tr><th scope="row">Job EXP</th><td>{{{job-exp}}}</td></tr> | |||
<tr><th scope="row">ID</th><td>{{{id}}}</td></tr> | <tr><th scope="row">ID</th><td>{{{id}}}</td></tr> | ||
</table> | </table> | ||
< | <table class="wikitable" style="width:100%"> | ||
<caption>Attributes</caption> | <caption>Attributes</caption> | ||
<tr><th scope="row">Strength</th><td>{{{strength}}}</td></tr> | <tr><th scope="row" style="width:8em">Strength</th><td>{{{strength}}}</td></tr> | ||
<tr><th scope="row">Agility</th><td>{{{agility}}}</td></tr> | <tr><th scope="row">Agility</th><td>{{{agility}}}</td></tr> | ||
<tr><th scope="row">Vitality</th><td>{{{vitality}}}</td></tr> | <tr><th scope="row">Vitality</th><td>{{{vitality}}}</td></tr> | ||
Line 28: | Line 20: | ||
</table> | </table> | ||
<p>{{{mutations}}}</p> | <p style="margin:.375em 0 .75em 0; font-style:italic">{{{mutations}}}</p> | ||
<table class="wikitable" style="width:100%"> | |||
<caption>Offense</caption> | |||
<tr><th scope="row" style="width:8em">Attack</th><td>{{{attack}}}</td></tr> | |||
<tr><th scope="row">Range</th><td>{{{range}}}</td></tr> | |||
<tr><th scope="row">Speed</th><td>{{{speed}}}</td></tr> | |||
<tr><th scope="row">Delay</th><td>{{{delay}}}</td></tr> | |||
</table> | |||
<p style="margin:.375em 0 .75em 0; font-style:italic">{{{behavior}}}</p> | |||
<table class="wikitable" style="width:100%"> | |||
<caption>Defense</caption> | |||
<tr><th scope="row" style="width:8em">Physical</th><td>{{{physical-defense}}}%</td></tr> | |||
<tr><th scope="row">Magical</th><td>{{{magical-defense}}}%</td></tr> | |||
</table> | |||
</div> | </div> |
Revision as of 01:14, 27 September 2011
Level | {{{level}}} |
---|---|
HP | {{{hp}}} |
EXP | {{{exp}}} |
Job EXP | {{{job-exp}}} |
ID | {{{id}}} |
Strength | {{{strength}}} |
---|---|
Agility | {{{agility}}} |
Vitality | {{{vitality}}} |
Intelligence | {{{intelligence}}} |
Dexterity | {{{dexterity}}} |
Luck | {{{luck}}} |
{{{mutations}}}
Attack | {{{attack}}} |
---|---|
Range | {{{range}}} |
Speed | {{{speed}}} |
Delay | {{{delay}}} |
{{{behavior}}}
Physical | {{{physical-defense}}}% |
---|---|
Magical | {{{magical-defense}}}% |