Power Aura: Difference between revisions

m
Text replacement - "<!--Approx 01/31/2024-->" to "01/31/2024"
m (Text replacement - "{{#expr: ({{#var:scaling_max}} - {{#var:scaling_per}}) / {{#var:scaling_base}} }}" to "{{#expr: ({{#var:scaling_max}} - {{#var:scaling_base}}) / {{#var:scaling_per}} }}")
m (Text replacement - "<!--Approx 01/31/2024-->" to "01/31/2024")
 
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__{{Languages|Power Aura}}
__NOTOC__{{Languages|Power Aura}}
<div style="float: right;">{{#ev:youtube|TS03FYUmUhc|400}}</div>
{{#ev:youtube|TS03FYUmUhc|400|right}}
{| cellpadding="5"
{| cellpadding="5"
|-
|-
| [[Image:SoS.png]]
| [[File:SoS.png]]
| {{SkillType|B}} Increases Physical Attack power for a certain duration.<br>This effect applies to nearby party members.<br>The effect increase the higher the combat power.
| {{SkillType|B}} Increases Physical Attack power for a certain duration.<br>This effect applies to nearby party members.<br>The effect increases the higher the combat power.
|-
|-
|
|
Line 13: Line 13:
== Requirements ==
== Requirements ==
{{ADSquareSkill}}
{{ADSquareSkill}}
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Aisha"
|- style="background:{{ColorSel|CharLight|Aisha}}"
|-
! Class           !! Level Required
! Class !! Level Required
|-
|-
| [[Battle Magician]] || 25
| [[Battle Magician]] || 25
Line 22: Line 22:


== Skill Information ==
== Skill Information ==
{| cellpadding="7" border="1" style="border-collapse: collapse; text-align: center"
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Aisha"
|- style="background:{{ColorSel|CharLight|Aisha}}"
! rowspan=3 | Mode !! colspan=4 | [[Status Effects|Power Aura]] !! rowspan=3 | MP Usage !! rowspan=3 | Cooldown
|- style="background:{{ColorSel|CharLight|Aisha}}"
! colspan=3 | Physical Attack Increase !! rowspan=2 | Duration
|- style="background:{{ColorSel|CharLight|Aisha}}"
! Base Amount !! Additional Amount<br>per 500,000 CP !! Max Increase
|-
! colspan=8 | Normal
|-
|-
| '''{{PvE}}''' || 3% || 3% || 40% || 30 Seconds || rowspan=2 | 60 MP || rowspan=2 | 10 Seconds
! rowspan=3 | Mode !! colspan=4 | {{se|1063|Power Aura||pb}} !! rowspan=3 | MP Usage !! rowspan=3 | Cooldown
|-
|-
| '''{{PvP}}''' || 1% || 1% || 10% || 15 Seconds
! colspan=3 | Physical Attack Increase {{Stat|M}} !! rowspan=2 | Duration
|-
! colspan=8 | [Enhanced]
|-
|-
| '''{{PvE}}''' || 3% || 3% || 40% || 30 Seconds || rowspan=2 | 30 MP || rowspan=2 | 10 Seconds
! Base Amount !! Additional Amount<br>per 400,000 CP !! Max Increase
|-
|-
| '''{{PvP}}''' || 1% || 1% || 10% || 15 Seconds
| colspan="8" | '''Normal'''
|}
 
=== Physical Attack Increase Scaling ===
{{#vardefine: scaling_base    |3    }}
{{#vardefine: scaling_base_pvp|1    }}
{{#vardefine: scaling_per    |3    }}
{{#vardefine: scaling_per_pvp |1    }}
{{#vardefine: scaling_max    |40    }}
{{#vardefine: scaling_max_pvp |10    }}
{{#vardefine: scaling_cp      |500000}}
 
{{#vardefine: scaling_max_iter | {{#expr: ({{#var:scaling_max}} - {{#var:scaling_base}}) / {{#var:scaling_per}} }} }}
{{#vardefine: scaling_max_iter | {{#expr: ceil({{#var:scaling_max_iter}}) }} }}
{{#vardefine: scaling_max_cp  | {{#expr: {{#var:scaling_max_iter}} * {{#var:scaling_cp}}  }} }}
 
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
|- style="background:{{ColorSel|CharLight|Aisha}}"
! rowspan=2 | Combat Power !! colspan=2 | Physical Attack Increase
|-
|-
|- style="background:{{ColorSel|CharLight|Aisha}}"
| {{PvE}} || 2% || 2% || 25% || 30 Seconds || rowspan=2 | 60 MP || rowspan=2 | 10 Seconds
! PvE !! PvP
{{#vardefine: i | 1 }}
{{#while:
| {{#ifexpr: {{#var: i }} <= {{#var:scaling_max_iter}} | true }}
| <nowiki />
{{!}}-
{{#vardefine:scaling_cur_cp|{{#expr: {{#var:i}} * {{#var:scaling_cp}} }} }}
{{#vardefine:scaling_pve|{{#expr: {{#var:scaling_base}} + {{#var:scaling_per}} * ({{#var:scaling_cur_cp}} / {{#var:scaling_cp}})}} }}
{{#vardefine:scaling_pvp|{{#expr: {{#var:scaling_base_pvp}} + {{#var:scaling_per_pvp}} * ({{#var:scaling_cur_cp}} / {{#var:scaling_cp}})}} }}
{{#ifexpr: {{#var:scaling_pve}} > {{#var:scaling_max    }} | {{#vardefine:scaling_pve|{{#var:scaling_max    }}}} | }}
{{#ifexpr: {{#var:scaling_pvp}} > {{#var:scaling_max_pvp}} | {{#vardefine:scaling_pvp|{{#var:scaling_max_pvp}}}} | }}
{{!}}{{!}}{{formatnum:{{#var:scaling_cur_cp}}}}
{{!}}{{!}}{{#var:scaling_pve}}%
{{!}}{{!}}{{#var:scaling_pvp}}%{{#vardefine: i | {{#expr: {{#var: i }} + 1 }} }}
}}
|}
<br>
 
== Skill Information (11/25/2021 KR Patch) ==
{| cellpadding="7" border="1" style="border-collapse: collapse; text-align: center"
|- style="background:{{ColorSel|CharLight|Aisha}}"
! rowspan=3 | Mode !! colspan=4 | [[Status Effects|Power Aura]] !! rowspan=3 | MP Usage !! rowspan=3 | Cooldown
|- style="background:{{ColorSel|CharLight|Aisha}}"
! colspan=3 | Physical Attack Increase !! rowspan=2 | Duration
|- style="background:{{ColorSel|CharLight|Aisha}}"
! Base Amount !! Additional Amount<br>per 400,000 CP !! Max Increase
|-
! colspan=8 | Normal
|-
|-
| '''{{PvE}}''' || 2% || 2% || 25% || 30 Seconds || rowspan=2 | 60 MP || rowspan=2 | 10 Seconds
| {{PvP}} || 1% || 1% || 10% || 15 Seconds
|-
|-
| '''{{PvP}}''' || 1% || 1% || 10% || 15 Seconds
| colspan="8" | '''[Enhanced]'''
|-
! colspan=8 | [Enhanced]
|-
|-
| '''{{PvE}}''' || 2% || 2% || 25% || 30 Seconds || rowspan=2 | 30 MP || rowspan=2 | 10 Seconds
| {{PvE}} || 2% || 2% || 25% || 30 Seconds || rowspan=2 | 30 MP || rowspan=2 | 10 Seconds
|-
|-
| '''{{PvP}}''' || 1% || 1% || 10% || 15 Seconds
| {{PvP}} || 1% || 1% || 10% || 15 Seconds
|}
|}


Line 114: Line 56:
{{#vardefine: scaling_max_cp  | {{#expr: {{#var:scaling_max_iter}} * {{#var:scaling_cp}}  }} }}
{{#vardefine: scaling_max_cp  | {{#expr: {{#var:scaling_max_iter}} * {{#var:scaling_cp}}  }} }}


{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Aisha"
|- style="background:{{ColorSel|CharLight|Aisha}}"
|-
! rowspan=2 | Combat Power !! colspan=2 | Physical Attack Increase
! rowspan=2 | Combat Power !! colspan=2 | Physical Attack Increase
|-
|-
|- style="background:{{ColorSel|CharLight|Aisha}}"
|-
! PvE !! PvP
! PvE !! PvP
{{#vardefine: i | 1 }}
{{#vardefine: i | 1 }}
Line 138: Line 80:


== [[Skill Traits]] ==
== [[Skill Traits]] ==
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
{{Traits|Aisha|Power Aura|Killing Blow (1), Regenerating (1)|duration=30|duration_pvp=15|duration1=130|mp=30|mp2=100|chance2=40}}
|- style="background:{{ColorSel|CharLight|Aisha}}"
<br>
! rowspan=2 | Mode !! colspan=2 | Killing Blow (1) Power Aura !! colspan=2 | Regenerating (1) Power Aura
 
|- style="background:{{ColorSel|CharLight|Aisha}}"
== Tips and Details ==
! Attribute Effect !! Duration !! Attribute Effect
*If you get hit while casting the skill, the visual might still come out, but you will not obtain the {{se|1063|Power Aura||pb}} buff.
|-
*There is a small time window before casting when the skill doesn't grant any buff yet, so be cautious of using it right before stage transitions, since it is unlikely to get stored and unleashed on the next stage.
| '''{{PvE}}''' || rowspan=2 | {{SkillText|Killing Blow (1)|130}} || 39 Seconds || rowspan=2 | {{SkillText|Regenerating (1)|40|100}}
|-
| '''{{PvP}}''' || 19.5 Seconds
|}
<br>
<br>


Line 154: Line 92:
<br>
<br>


== Updates ==
== Gallery ==
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
<gallery>
|- style="background:{{ColorSel|CharLight|Aisha}}"
File:Emblem - Power Aura.png|'''Power Aura''' buff emblem.</gallery>
<br/>
 
==Updates==
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Aisha updates-table"
|-
! colspan=2 | Date !! colspan=2 | Changes
! colspan=2 | Date !! colspan=2 | Changes
|- style="background:{{ColorSel|CharLight|Aisha}}"
|-
! KR !! NA !! PvE !! PvP
! KR !! NA !! PvE !! PvP
|-
|-
Line 184: Line 127:
*'''Killing Blow (2)''' trait changed to '''Regenerating (1)'''.
*'''Killing Blow (2)''' trait changed to '''Regenerating (1)'''.
|-
|-
| 11/25/2021 || - || align="left" |  
| 11/25/2021 || 12/22/2021 || align="left" |  
*{{nerf|Physical Attack Increase decreased.}}
*{{nerf|Physical Attack Increase decreased.}}
| align="left" |
| align="left" |
* None.
* None.
|-
| 01/04/2024 || rowspan=2 | 01/31/2024 || colspan=2 align="left" |
*Buff icon changed from {{se|167 (Old)}} to {{se|167}}.
|-
| 01/18/2024 || colspan=2 align="left" |
*Buff icon changed from {{se|167}} to {{se|1063}}.
|}
|}
<br>
<br>
Line 206: Line 155:
}}
}}
<br>
<br>
 
{{SkillNav - Battle Magician}}
{{BaMSkills}}
ElEditors, Administrators
94,495

edits