Template:Stat Table

Revision as of 21:36, 24 October 2024 by imported>Koanyan5028 (Created page with "<includeonly>{| class="wikitable" |+ Maximum Stats from Potions |- ! Defense ! style="text-align:left" | {{Stat Bar|stat=defense|amount={{{defense|{{{defence}}}}}}}} |- ! Attack ! style="text-align:left" | {{Stat Bar|stat=attack|amount={{{attack}}}}} |- ! Speed ! style="text-align:left" | {{Stat Bar|stat=speed|amount={{{speed}}}}} |- ! Evasion ! style="text-align:left" | {{Stat Bar|stat=evasion|amount={{{evasion}}}}} |- ! Health ! style="text-alig...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Maximum Stats from Potions
Defense 15/30 ■■■■■□□□□□
Attack 20/30 ■■■■■■□□□□
Speed 30/30 ■■■■■■■■■■
Evasion 20/30 ■■■■■■□□□□
Health 15/30 ■■■■■□□□□□
Vitality 15/30 ■■■■■□□□□□
Critical Chance 25/30 ■■■■■■■■□□

This template can be used to create a stat table that indicates maximum amount of potions that can be consumed for each stats.


The defense argment has an alias named defence, and the crit argment has aliases named crit chance, critical and critical chance.

Examples

Code:

{{Stat Table
| defense=15
| attack=20
| speed=30
| evasion=20
| health=15
| vitality=15
| crit=25
}}

Result:

Maximum Stats from Potions
Defense 15/30 ■■■■■□□□□□
Attack 20/30 ■■■■■■□□□□
Speed 30/30 ■■■■■■■■■■
Evasion 20/30 ■■■■■■□□□□
Health 15/30 ■■■■■□□□□□
Vitality 15/30 ■■■■■□□□□□
Critical Chance 25/30 ■■■■■■■■□□