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..."
 
imported>Koanyan5028
This uses Documentation template now
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable"
<includeonly>{| class="wikitable"
|+ Maximum [[Stats]] from Potions
|+ Maximum Potion [[Stats]]
|-
|-
! [[Defense]]
! [[Health]]
! style="text-align:left" | {{Stat Bar|stat=defense|amount={{{defense|{{{defence}}}}}}}}
! style="text-align:right" | {{Stat Bar|stat=health|amount={{{health}}}}}
|-
|-
! [[Attack]]
! [[Attack]]
! style="text-align:left" | {{Stat Bar|stat=attack|amount={{{attack}}}}}
! style="text-align:right" | {{Stat Bar|stat=attack|amount={{{attack}}}}}
|-
! [[Defense]]
! style="text-align:right" | {{Stat Bar|stat=defense|amount={{{defense|{{{defence}}}}}}}}
|-
|-
! [[Speed]]
! [[Speed]]
! style="text-align:left" | {{Stat Bar|stat=speed|amount={{{speed}}}}}
! style="text-align:right" | {{Stat Bar|stat=speed|amount={{{speed}}}}}
|-
|-
! [[Evasion]]
! [[Evasion]]
! style="text-align:left" | {{Stat Bar|stat=evasion|amount={{{evasion}}}}}
! style="text-align:right" | {{Stat Bar|stat=evasion|amount={{{evasion}}}}}
|-
! [[Health]]
! style="text-align:left" | {{Stat Bar|stat=health|amount={{{health}}}}}
|-
|-
! [[Vitality]]
! [[Vitality]]
! style="text-align:left" | {{Stat Bar|stat=vitality|amount={{{vitality}}}}}
! style="text-align:right" | {{Stat Bar|stat=vitality|amount={{{vitality}}}}}
|-
|-
! [[Critical Chance]]
! [[Critical Chance]]
! style="text-align:left" | {{Stat Bar|stat=crit|amount={{{crit|{{{crit chance|{{{critical|{{{critical chance}}}}}}}}}}}}}}
! style="text-align:right" | {{Stat Bar|stat=crit|amount={{{crit|{{{crit chance|{{{critical|{{{critical chance}}}}}}}}}}}}}}
|}</includeonly>
|}</includeonly><noinclude>{{Documentation}}</noinclude>
<noinclude>
{{Stat Table
| defense=15
| attack=20
| speed=30
| evasion=20
| health=15
| vitality=15
| crit=25
}}
This template can be used to create a stat table that indicates maximum amount of potions that can be consumed for each stats.
 
 
The <code>defense</code> argment has an alias named <code>defence</code>, and the <code>crit</code> argment has aliases named <code>crit chance</code>, <code>critical</code> and <code>critical chance</code>.
 
==Examples==
Code:
<nowiki>
{{Stat Table
| defense=15
| attack=20
| speed=30
| evasion=20
| health=15
| vitality=15
| crit=25
}}</nowiki>
Result:
{{Stat Table
| defense=15
| attack=20
| speed=30
| evasion=20
| health=15
| vitality=15
| crit=25
}}
</noinclude>

Latest revision as of 11:50, 28 October 2024

File:Template-info.svg Documentation Edit this documentation at Template:Stat_Table/doc.
(edithistorypurge)
Maximum Potion Stats
Health 15/30 ■■■■■□□□□□
Attack 20/30 ■■■■■■□□□□
Defense 15/30 ■■■■■□□□□□
Speed 30/30 ■■■■■■■■■■
Evasion 20/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
| health=15
| attack=20
| defense=15
| speed=30
| evasion=20
| vitality=15
| crit=25
}}

Result:

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