Anonymous

Phoenix Wings: Difference between revisions

From Elwiki
No edit summary
Line 100: Line 100:
| {{SkillText|Heavy}} || {{#expr: 22 * 1.2}} Seconds || {{SkillText|Haste|80}} || {{#expr: 22 * 0.8}} Seconds
| {{SkillText|Heavy}} || {{#expr: 22 * 1.2}} Seconds || {{SkillText|Haste|80}} || {{#expr: 22 * 0.8}} Seconds
|}
|}
<br>
== Total Damage ==
{{#vardefine: max    |{{#expr: 1 + (0.03 * 10)}} }}
{{#vardefine: max_pvp |{{#expr: 1 + (0.012 * 10)}} }}
{{Damage
|dmg1=5254
|pvp_dmg1=1250
|hits1=1
|heavy=true
|format=false
}}
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
|- style="background:{{ColorSel|CharLight|Ara}}"
! Mode !! Regular !! Heavy
|-
! {{PvE}}
| {{formatnum:{{#var: total_damage}}}}%~{{formatnum:{{#expr:{{#var: total_damage}} * {{#var:max}} }} }}%
| {{formatnum:{{#var: total_damage_heavy}}}}%~{{formatnum:{{#expr:{{#var: total_damage_heavy}} * {{#var:max}} }} }}%
|-
! {{PvP}}
| {{formatnum:{{#var: total_damage_pvp}}}}%~{{formatnum:{{#expr:{{#var: total_damage_pvp}} * {{#var:max_pvp}} }} }}%
| {{formatnum:{{#var: total_damage_heavy_pvp}}}}%~{{formatnum:{{#expr:{{#var: total_damage_heavy_pvp}} * {{#var:max_pvp}} }} }}%
|}
*Damage ranges from 0 to 10 Spirit Energy consumed.
<br>
<br>