Latest revision |
Your text |
Line 1: |
Line 1: |
| {| class="wikitable" style="font-size:1em; text-align:center; margin:0;" | | {{#css:AnadosStyle.css}}<table class="anados-table stat-table">{{#if: {{{display-header|}}}|<tr><th colspan=99>[[Character Stats]]</th></tr> |
| ! style="min-width:50px;" |[[File:{{{class|fighter}}}.png|30px| center | middle |link={{{class|figter}}}]]
| | <tr> |
| ! style="min-width:30px; font-size:0.7em;" title="Determines the max level for stats and skills they can reach." | Rank
| | <th>[[File:{{{class|fighter}}}.png|50px| center | middle |link=The Class System]]</th> |
| ! style="width:30px; font-size:0.7em;" title="A character's level is their current power level." |LVL
| | <th>Rank</th> |
| ! style="min-width:30px; font-size:0.7em;" title="The amount of damage a character can sustain. " |HP
| | <th class="lvl-column">Level</th> |
| ! style="min-width:30px; font-size:0.7em;" title="Determines the amount of damage or healing a character does on their attack." |ATK
| | <th>Attack</th> |
| ! style="min-width:30px; font-size:0.7em;" title="This is the time interval in seconds between each auto attack a character performs in battle. " |ASPD
| | <th>Attack Speed</th> |
| ! style="min-width:30px; font-size:0.7em;" title=" Determines the amount subtracted against incoming instance of physical damage." |DEF
| | <th>HP</th> |
| ! style="min-width:30px; font-size:0.7em;" title="Determines how much incoming instance of magical damage is reduced." |MRES
| | <th>Defense</th> |
| ! style="min-width:30px; font-size:0.7em;" title="The amount of enemies a character can hold off from passing through. " |BLK
| | <th>Magic Resist</th> |
| ! style="min-width:30px;font-size:0.7em; 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
| | <th>Block Count</th>{{#if: {{{redeploy|}}}|<th>Reposition Time</th>}}{{#if: {{{cost}}}||<th>Cost</th>}} |
| ! style="min-width:30px; font-size:0.7em; display:{{{cost|none}}}" title="The amount of cost points a character will consume when deployed in battle."|COST
| | </tr>}} |
| |-
| | <tr> |
| |style="min-width:50px;" rowspan=2|[[File:FS_{{{filename|charactername}}}.png|50px| center | middle]]
| | <td rowspan=2>[[File:FS_{{{filename|charactername}}}.png|100px| center | middle]]</td> |
| |style="min-width:30px;" rowspan=2|[[File:{{{rank-img|BronzeRank}}}.png|30px| center | middle]]
| | <td rowspan=2>[[File:{{{rank}}}_rank.png|100px| center | middle]]</td> |
| |style="width:30px" |<b>1</b>
| | <td class="lvl-column">1</td> |
| |style="min-width:30px;" |{{{hp}}}
| | <td>{{{atk}}}</td> |
| |style="min-width:30px;" |{{{atk}}}
| | <td>{{{atk spd}}}</td> |
| |style="min-width:30px" |{{{atk spd}}}
| | <td>{{{hp}}}</td> |
| |style="min-width:30px;" |{{{def}}}
| | <td>{{{def}}}</td> |
| |style="min-width:30px;" |{{{magic res}}}
| | <td>{{{magic res}}}</td> |
| |style="min-width:30px;" |{{{block}}}
| | <td>{{{block}}}</td>{{#if: {{{redeploy|}}}|<td>{{{redeploy}}}</td>}}{{#if: {{{cost}}}<td>{{{cost}}}</td>}} |
| |style="min-width:30px; display:{{{redeploy|none}}}" |{{{redeploy}}}
| | </tr> |
| |style="min-width:30px display:{{{cost|none}}}" |{{{cost}}}
| | <tr class="max-row"> |
| |-
| | <td class="lvl-column">{{{lv max}}}</td> |
| |<b>{{{lv max|MAX}}}</b>
| | <td>{{{atk max}}}</td> |
| |{{{hp max}}}
| | <td>{{{atk spd max|{{{atk spd}}}}}}</td> |
| |{{{atk max}}}
| | <td>{{{hp max}}}</td> |
| |{{{atk spd max|{{{atk spd}}}}}}
| | <td>{{{def max}}}</td> |
| |{{{def max}}}
| | <td>{{{magic res max}}}</td> |
| |{{{magic res max|{{{magic res}}}}}}
| | <td>{{{block max|{{{block}}}}}}</td>{{#if: {{{redeploy|}}}|<td>{{{redeploy max|{{{redeploy}}}}}}</td>}}{{#if: {{{cost}}}<td>{{{cost max}}}</td>}} |
| |{{{block max|{{{block}}}}}}
| | </tr></table><noinclude> |
| |style="display:{{{redeploy|none}}}"|{{{redeploy max|{{{redeploy}}}}}}
| |
| |style="display:{{{cost|none}}}"|{{{cost max|{{{cost}}}}}}
| |
| |}
| |
| <div style="display:{{{upgrade-display|none}}}"> | |
| {| class="wikitable" style="width:50%; display:{{{upgrade|none}}}; padding:10px; margin:0;"
| |
| |<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>
| |
| |}</div>
| |