Anonymous

Power Aura: Difference between revisions

From Elwiki
1,066 bytes added ,  31 August 2022
m
Text replacement - "==[\s]*?Updates[\s]*?==↵{\| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-(.*?)"" to "==Updates== {| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-$1 updates-table""
m (Text replacement - "==[\s]*?Updates[\s]*?==↵{\| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-(.*?)"" to "==Updates== {| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-$1 updates-table"")
(38 intermediate revisions by 8 users not shown)
Line 1: Line 1:
__NOTOC__{{Languages|Power Aura}}
__NOTOC__{{Languages|Power Aura}}
<div style="float: right;">{{#ev:youtube|vXP5cE62Yr4|400}}</div>
<div style="float: right;">{{#ev:youtube|TS03FYUmUhc|400}}</div>
{| cellpadding="5"
{| cellpadding="5"
|-
|-
| [[Image:SoS.png]]
| [[File:SoS.png]]
| {{SkillType|B}} Release a special aura that increases Physical Attack power for a certain duration.<br>This effect applies to all nearby party members including yourself.
| {{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.
|-
|-
|
|
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="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 | Mode !! colspan=2 | [[Status Effects|Power Aura]] !! rowspan=2 | MP Usage !! rowspan=2 | Cooldown  
! rowspan=3 | Mode !! colspan=4 | {{se|167|Power Aura||pb}} !! rowspan=3 | MP Usage !! rowspan=3 | Cooldown  
|- style="background:{{ColorSel|CharLight|Aisha}}"
|-
! Physical Attack Increase !! Duration
! colspan=3 | Physical Attack Increase !! rowspan=2 | Duration
|-  
|-
! colspan=5 | Normal
! 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
|-
|-
| '''{{PvE}}''' || 30% || 30 Seconds || rowspan=2 | 60 MP || rowspan=2 | 10 Seconds
| '''{{PvP}}''' || 1% || 1% || 10% || 15 Seconds
|-
|-
| '''{{PvP}}''' || 10% || 15 Seconds
| colspan="8" | '''[Enhanced]'''
|-
! colspan=5 | [Enhanced]
|-
|-
| '''{{PvE}}''' || 30% || 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}}''' || 10% || 15 Seconds
| '''{{PvP}}''' || 1% || 1% || 10% || 15 Seconds
|}
|}
<br>


== Skill Information (July 8, 2021 KR Patch) ==
=== Physical Attack Increase Scaling ===
{| cellpadding="7" border="1" style="border-collapse: collapse; text-align: center"
{{#vardefine: scaling_base    |2    }}
|- style="background:{{ColorSel|CharLight|Aisha}}"
{{#vardefine: scaling_base_pvp|1     }}
! rowspan=3 | Mode !! colspan=5 | [[Status Effects|Power Aura]] !! rowspan=3 | MP Usage !! rowspan=3 | Cooldown
{{#vardefine: scaling_per    |2    }}
|- style="background:{{ColorSel|CharLight|Aisha}}"
{{#vardefine: scaling_per_pvp |1    }}
! rowspan=2 | Physical Attack<br>Increase !! colspan=3 | Scaling !! rowspan=2 | Duration
{{#vardefine: scaling_max    |25    }}
|- style="background:{{ColorSel|CharLight|Aisha}}"
{{#vardefine: scaling_max_pvp |10    }}
! % !! Max !! CP
{{#vardefine: scaling_cp      |400000}}
|-  
 
! colspan=7 | Normal
{{#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" class="colortable-Aisha"
|-
|-
| '''{{PvE}}''' || 3% || 3% || 40% || 500,000 || 30 Seconds || rowspan=2 | 60 MP || rowspan=2 | 10 Seconds
! rowspan=2 | Combat Power !! colspan=2 | Physical Attack Increase
|-
|-
| '''{{PvP}}''' || 1% || 1% || 10% || 500,000 || 15 Seconds
|-
! colspan=7 | [Enhanced]
|-
|-
| '''{{PvE}}''' || 3% || 3% || 40% || 500,000 || 30 Seconds || rowspan=2 | 30 MP || rowspan=2 | 10 Seconds
! PvE !! PvP
|-
{{#vardefine: i | 1 }}
| '''{{PvP}}''' || 1% || 1% || 10% || 500,000 || 15 Seconds
{{#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 }} }}
}}
|}
|}
*Maximum Physical Attack Increase is possible at {{formatnum:{{#expr: floor((40 - 3) / 3 * 500000)}}}} CP.
<br>
<br>


== [[Skill Traits]] ==
== [[Skill Traits]] ==
{| 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 | Mode !! colspan=2 | Killing Blow (1) Power Aura !! colspan=2 | Killing Blow (2) Power Aura
|- style="background:{{ColorSel|CharLight|Aisha}}"
! Attribute Effect !! Duration !! Attribute Effect  !! Physical Attack Increase
|-
|-
| '''{{PvE}}''' || rowspan=2 | {{SkillText|Killing Blow (1)|130}} || 39 Seconds || rowspan=2 | {{SkillText|Killing Blow (2)|15}} || 34.5%
! rowspan=2 | Mode !! colspan=2 | Killing Blow (1) Power Aura !! colspan=2 | Regenerating (1) Power Aura
|-
|-
| '''{{PvP}}''' || 19.5 Seconds || 11.5%
! Attribute Effect !! Duration !! Attribute Effect
|-
| '''{{PvE}}''' || rowspan=2 | {{SkillText|Killing Blow (1)|130}} || 39 Seconds || rowspan=2 | {{SkillText|Regenerating (1)|40|100}}
|-
| '''{{PvP}}''' || 19.5 Seconds
|}  
|}  
<br>
<br>
Line 83: Line 96:
<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 106: Line 124:
| align="left" |  
| align="left" |  
*{{nerf|Physical Attack Increase decreased.}}
*{{nerf|Physical Attack Increase decreased.}}
|-
| 07/08/2021 || 08/04/2021 || colspan=2 align="left" |
*Physical Attack Increase scales off Combat Power (CP).
*{{nerf|Base Physical Attack Increase decreased.}}
*{{buff|Max Physical Attack Increase increased.}}
*'''Killing Blow (2)''' trait changed to '''Regenerating (1)'''.
|-
| 11/25/2021 || 12/22/2021 || align="left" |
*{{nerf|Physical Attack Increase decreased.}}
| align="left" |
* None.
|}
|}
<br>
<br>
Line 124: Line 153:
}}
}}
<br>
<br>
 
{{SkillNav - Battle Magician}}
{{BaMSkills}}
ElEditors, Administrators
70,704

edits