From The Mana World
m (Added several fields, improved the layout)
m (Added behavior and mutations)
Line 1: Line 1:
<table style="float:right; width:12em; margin-left:1.5em; whitespace:no-wrap" class="wikitable">
<div style="float:left; border:2px solid black; margin:0 .75em .75em 0; padding:.375em">{{{image}}}<br />{{{name}}}</div>
  <caption>{{{image}}}<br />{{{name}}}</caption>
 
<div style="float:right; margin:0 0 1.5em 1.5em; width:18em; text-align:center">
<table style="whitespace:no-wrap; width:100%" class="wikitable">
  <caption>{{{name}}}</caption>
  <tr><th scope="row">Level</th><td>{{{level}}}</td></tr>
  <tr><th scope="row">Level</th><td>{{{level}}}</td></tr>
  <tr><th scope="row">Attack</th><td>{{{attack}}}</td></tr>
  <tr><th scope="row">Attack</th><td>{{{attack}}}</td></tr>
  <tr><th scope="row">Range</th><td>{{{range}}}</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">Speed</th><td>{{{speed}}}</td></tr>
  <tr><th scope="row">Attack Delay</th><td>{{{attack-delay}}}</td></tr>
  <tr><th scope="row">Delay</th><td>{{{attack-delay}}}</td></tr>
  <tr><th scope="row">HP</th><td>{{{hp}}}</td></tr>
  <tr><th scope="row">HP</th><td>{{{hp}}}</td></tr>
  <tr><th scope="row">Defense</th><td>{{{defense}}}</td></tr>
  <tr><th scope="row">Defense</th><td>{{{defense}}}%</td></tr>
  <tr><th scope="row">Magic Defense</th><td>{{{magic-defense}}}</td></tr>
  <tr><th scope="row">Magic Defense</th><td>{{{magic-defense}}}%</td></tr>
<tr><th scope="row">EXP</th><td>{{{exp}}}</td></tr>
<tr><th scope="row">ID</th><td>{{{id}}}</td></tr>
</table>
 
<p style="margin:.375em 0 1.5em 0">{{{behavior}}}</p>
 
<table style="whitespace:no-wrap; width:100%" class="wikitable">
<caption>Attributes</caption>
  <tr><th scope="row">Strength</th><td>{{{strength}}}</td></tr>
  <tr><th scope="row">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>
Line 15: Line 26:
  <tr><th scope="row">Dexterity</th><td>{{{dexterity}}}</td></tr>
  <tr><th scope="row">Dexterity</th><td>{{{dexterity}}}</td></tr>
  <tr><th scope="row">Luck</th><td>{{{luck}}}</td></tr>
  <tr><th scope="row">Luck</th><td>{{{luck}}}</td></tr>
<tr><th scope="row">EXP</th><td>{{{exp}}}</td></tr>
<tr><th scope="row">ID</th><td>{{{id}}}</td></tr>
</table>
</table>
<p>{{{mutations}}}</p>
</div>

Revision as of 00:15, 27 September 2011

{{{image}}}
{{{name}}}
{{{name}}}
Level{{{level}}}
Attack{{{attack}}}
Range{{{range}}}
Speed{{{speed}}}
Delay{{{attack-delay}}}
HP{{{hp}}}
Defense{{{defense}}}%
Magic Defense{{{magic-defense}}}%
EXP{{{exp}}}
ID{{{id}}}

{{{behavior}}}

Attributes
Strength{{{strength}}}
Agility{{{agility}}}
Vitality{{{vitality}}}
Intelligence{{{intelligence}}}
Dexterity{{{dexterity}}}
Luck{{{luck}}}

{{{mutations}}}