Latest revision |
Your text |
Line 1: |
Line 1: |
| {| class="wikitable" style="font-size:1em; text-align:center; margin:0;" | | {{#css: |
| ! style="min-width:50px;" |[[File:{{{class|fighter}}}.png|30px| center | middle |link={{{class|figter}}}]]
| | .statTable { background:#f8f9fa; padding:10px; text-align:center; border-spacing: 0;} |
| ! style="min-width:30px; font-size:0.7em;" title="Determines the max level for stats and skills they can reach." | Rank
| | .maxRow {background-color:#f3b676;} |
| ! style="width:30px; font-size:0.7em;" title="A character's level is their current power level." |LVL
| | .statTable th{ background:#304762; color:#FFF; font-size:0.8em; width: 90px; font-weight:bold; padding:5px;} |
| ! style="min-width:30px; font-size:0.7em;" title="The amount of damage a character can sustain. " |HP
| | .statTable .lvlColumn { width: 35px; font-weight:bold; } |
| ! style="min-width:30px; font-size:0.7em;" title="Determines the amount of damage or healing a character does on their attack." |ATK
| | .statTable td{ font-size:1em; width: 90px; padding:20px;} |
| ! 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
| | }}<table class="statTable">{{#if: {{{display-header|}}}|<tr><th colspan=99 style="display:{{{display-header}}};">[[Character Stats]]</th></tr><tr> |
| ! style="min-width:30px; font-size:0.7em;" title=" Determines the amount subtracted against incoming instance of physical damage." |DEF
| | <th >[TBA]</th> |
| ! style="min-width:30px; font-size:0.7em;" title="Determines how much incoming instance of magical damage is reduced." |MRES
| | <th>Rank</th> |
| ! style="min-width:30px; font-size:0.7em;" title="The amount of enemies a character can hold off from passing through. " |BLK
| | <th class="lvlColumn">Level</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>Attack</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
| | <th>Attack Speed</th> |
| |-
| | <th>HP</th> |
| |style="min-width:50px;" rowspan=2|[[File:FS_{{{filename|charactername}}}.png|50px| center | middle]]
| | <th>Defense</th> |
| |style="min-width:30px;" rowspan=2|[[File:{{{rank-img|BronzeRank}}}.png|30px| center | middle]]
| | <th>Magic Resist</th> |
| |style="width:30px" |<b>1</b>
| | <th>Block Count</th>{{#if: {{{redeploy|}}}|<th>Reposition Time</th>}}{{#if: {{{cost}}}||<th>Cost</th>}} |
| |style="min-width:30px;" |{{{hp}}}
| | </tr>}} |
| |style="min-width:30px;" |{{{atk}}}
| | <tr> |
| |style="min-width:30px" |{{{atk spd}}}
| | <td rowspan=2>[[File:FS_{{{filename|charactername}}}.png|70px| center | middle]]</td> |
| |style="min-width:30px;" |{{{def}}}
| | <td rowspan=2>[[File:{{{rank-img|BronzeRank}}}.png|50px| center | middle]]</td> |
| |style="min-width:30px;" |{{{magic res}}}
| | <td class="lvlColumn">1</td> |
| |style="min-width:30px;" |{{{block}}}
| | <td>{{{atk}}}</td> |
| |style="min-width:30px; display:{{{redeploy|none}}}" |{{{redeploy}}}
| | <td>{{{aspd}}}</td> |
| |style="min-width:30px display:{{{cost|none}}}" |{{{cost}}}
| | <td>{{{hp}}}</td> |
| |-
| | <td>{{{def}}}</td> |
| |<b>{{{lv max|MAX}}}</b>
| | <td>{{{mres}}}</td> |
| |{{{hp max}}}
| | <td>{{{blk}}}</td>{{#if: {{{redeploy|}}}|<td>{{{redeploy}}}</td>}}{{#if: {{{cost}}}<td>{{{cost}}}</td>}} |
| |{{{atk max}}}
| | </tr> |
| |{{{atk spd max|{{{atk spd}}}}}}
| | <tr class="maxRow"> |
| |{{{def max}}}
| | <td class="lvlColumn">{{{lv max}}}</td> |
| |{{{magic res max|{{{magic res}}}}}}
| | <td>{{{atk max}}}</td> |
| |{{{block max|{{{block}}}}}}
| | <td>{{{aspd max}}}</td> |
| |style="display:{{{redeploy|none}}}"|{{{redeploy max|{{{redeploy}}}}}}
| | <td>{{{hp max}}}</td> |
| |style="display:{{{cost|none}}}"|{{{cost max|{{{cost}}}}}}
| | <td>{{{def max}}}</td> |
| |}
| | <td>{{{mres max}}}</td> |
| <div style="display:{{{upgrade-display|none}}}"> | | <td>{{{blk max}}}</td>{{#if: {{{redeploy|}}}|<td>{{{redeploy max}}}</td>}}{{#if: {{{cost}}}<td>{{{cost max}}}</td>}} |
| {| class="wikitable" style="width:50%; display:{{{upgrade|none}}}; padding:10px; margin:0;"
| | </tr></table><noinclude> |
| |<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>
| |