Editing Template:Stats
From AnotherEidos R Wiki
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{| class="wikitable" style="font-size:1em; text-align:center; | <table class="wikitable" style="text-align:center;"> | ||
! style=" | {{#if: {{{display-header|}}}|<tr><th colspan=99 style="display:{{{display-header}}};">[[Character Stats]]</th></tr>|}} | ||
! style=" | <tr> | ||
! style="width: | <th>[TBA]</th> | ||
! style="min-width: | <th>Rank</th> | ||
! style="min-width: | <th>Level</th> | ||
! style="min-width: | <th>Attack</th> | ||
<th>Attack Speed</th> | |||
! style="min-width: | <th>HP</th> | ||
! style="min-width: | <th>Defense</th> | ||
! style="min-width: | <th>Magic Resist</th> | ||
! style="min-width: | <th>Block Count</th> | ||
{{#if: {{{redeploy|}}}|<th>Reposition Time</th>}} | |||
{{#if: {{{cost}}}||<th>Cost</th>}} | |||
</tr> | |||
<tr> | |||
<td rowspan=2>[[File:FS_{{{filename|charactername}}}.png|70px| center | middle]]</td> | |||
<td rowspan=2>[[File:{{{rank-img|BronzeRank}}}.png|50px| center | middle]]</td> | |||
<td>1</td> | |||
<td>{{{atk}}}</td> | |||
<td>{{{aspd}}}</td> | |||
<td>{{{hp}}}</td> | |||
<td>{{{def}}}</td> | |||
<td>{{{mres}}}</td> | |||
<td>{{{blk}}}</td> | |||
{{#if: {{{redeploy|}}}|<td>{{{redeploy}}}</td>}} | |||
{{#if: {{{cost}}}<td>{{{cost}}}</td>}} | |||
</tr> | |||
<tr> | |||
<td>MAX</td> | |||
<td>{{{atk max}}}</td> | |||
<td>{{{aspd max}}}</td> | |||
<td>{{{hp max}}}</td> | |||
<td>{{{def max}}}</td> | |||
<td>{{{mres max}}}</td> | |||
<td>{{{blk max}}}</td> | |||
{{#if: {{{redeploy|}}}|<td>{{{redeploy max}}}</td>}} | |||
{{#if: {{{cost}}}<td>{{{cost max}}}</td>}} | |||
</tr> | |||
</table> | |||
<noinclude> | |||
Old code | |||
{| class="wikitable" style="width:65%; margin:0 0 0em 1em; font-size:1em; text-align:center;" 50 | |||
! colspan=99 style="display:{{{display-header}}};"| [[Character Stats]] | |||
|- style="display:{{{display-header}}};" | |||
! style="width:90px;" |[[File:{{{class|fighter}}}.png|50px| center | middle |link=The Class System]] | |||
! style="width:90px;" title="Determines the max level for stats and skills they can reach." | Rank | |||
! style="width:40px;" title="A character's level is their current power level." |LVL | |||
! style="min-width:35px;" title="The amount of damage a character can sustain. " |HP | |||
! style="min-width:35px;" title="Determines the amount of damage or healing a character does on their attack." |ATK | |||
! style="min-width:35px;" title=" Determines the amount subtracted against incoming instance of physical damage." |DEF | |||
! style="min-width:35px;" title="Determines how much incoming instance of magical damage is reduced." |MRES | |||
! style="min-width:35px;" title="The amount of enemies a character can hold off from passing through. " |BLK | |||
! style="min-width:35px; display:{{{redeploy|none}}}" title="This is the cooldown time for a character to be placed back into the map after being defeated or manually withdrawn."|REP | |||
! style="min-width:35px; display:{{{cost|none}}}" title="The amount of cost points a character will consume when deployed in battle."|COST | |||
! style="min-width:35px;" title="This is the time interval in seconds between each auto attack a character performs in battle. " |ASPD | |||
|- | |- | ||
|style=" | |style="width:90px;" rowspan=2|[[File:FS_{{{filename|charactername}}}.png|70px| center | middle]] | ||
|style=" | |style="width:90px;" rowspan=2|[[File:{{{rank-img|BronzeRank}}}.png|50px| center | middle]] | ||
|style="width: | |style="width:40px;" |<b>1</b> | ||
|style="min-width: | |style="min-width:35px;" |{{{hp}}} | ||
|style="min-width: | |style="min-width:35px;" |{{{atk}}} | ||
|style="min-width: | |style="min-width:35px;" |{{{def}}} | ||
|style="min-width:35px;" |{{{magic res}}} | |||
|style="min-width: | |style="min-width:35px;" |{{{block}}} | ||
|style="min-width: | |style="min-width:35px; display:{{{redeploy|none}}}" |{{{redeploy}}} | ||
|style="min-width: | |style="min-width:40px; display:{{{cost|none}}}" |{{{cost}}} | ||
|style="min-width: | |style="min-width:40px;" |{{{atk spd}}} | ||
|- | |- | ||
|<b>{{{lv max|MAX}}}</b> | |<b>{{{lv max|MAX}}}</b> | ||
|{{{hp max}}} | |{{{hp max}}} | ||
|{{{atk max}}} | |{{{atk max}}} | ||
|{{{def max}}} | |{{{def max}}} | ||
|{{{magic res max|{{{magic res}}}}}} | |{{{magic res max|{{{magic res}}}}}} | ||
Line 33: | Line 76: | ||
|style="display:{{{redeploy|none}}}"|{{{redeploy max|{{{redeploy}}}}}} | |style="display:{{{redeploy|none}}}"|{{{redeploy max|{{{redeploy}}}}}} | ||
|style="display:{{{cost|none}}}"|{{{cost max|{{{cost}}}}}} | |style="display:{{{cost|none}}}"|{{{cost max|{{{cost}}}}}} | ||
|{{{atk spd max|{{{atk spd}}}}}} | |||
|- | |||
|- style="display:{{{upgrade-display|}}}"; | |||
| colspan=999 style="background-color:#eaf3ff; display:{{{upgrade|none}}};" | <div class="mw-collapsible mw-collapsed" style="width:100%; overflow:auto; vertical-align: text-bottom;"><b>Silver Rank Up</b><div class="mw-collapsible-content">{{{{{upgrade}}}}}</div></div> | |||
|} | |} | ||