Power Aura: Difference between revisions

From Elwiki
m (Text replacement - "<!--Approx 01/31/2024-->" to "01/31/2024")
 
(115 intermediate revisions by 16 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__{{Languages|Power Aura}}
{{Languages|Seal of Strength}}
{{#ev:youtube|TS03FYUmUhc|400|right}}
<div style="float: right;">{{#ev:youtube|vXP5cE62Yr4|300}}</div>
{| cellpadding="5"
{| cellpadding="5"
|-
|-
| [[Image:SoS.png]]
| [[File:SoS.png]]
| '''[Buff]''' Increase the Physical Attack Power of all party members within the range of the buff.
| {{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.
|-
|
| {{SkillText|True|MPUsage|50%}}
|}
|}
<br>
<br>


== Requirements ==
== Requirements ==
{{tabs
{{ADSquareSkill}}
|name=r
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Aisha"
|tab1=NA
|-
|contents1=
! Class !! Level Required
{{{!}} cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
|-
{{!}}- style="background:#EE82EE"
| [[Battle Magician]] || 25
! Class              !! Master !! Level Required !! SP Cost Per Level !! Alternative
|}
{{!}}-
{{!}} [[Aisha|Magician]] {{!}}{{!}} Lv. 20 {{!}}{{!}} 10        {{!}}{{!}} 2                {{!}}{{!}} [[Seal of Knowledge|Wisdom Aura]]
{{!}}}
|tab2=KR
|contents2=
{{{!}} cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
{{!}}- style="background:#EE82EE"
! Class             !! Master !! Level Required !! SP Cost Per Level !! Alternative
{{!}}-
{{!}} [[Aisha|Magician]] {{!}}{{!}} Lv. 20 {{!}}{{!}} 10        {{!}}{{!}} 2                {{!}}{{!}} [[Seal of Knowledge]]
{{!}}}
}}
<br>
<br>


== 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:#EE82EE"
! Skill Level !! Required Level !! Buff (Physical Attack) !! MP Usage !! Duration !! Cooldown
|-
|-
| align="left" | 1 || rowspan="3" | 10 || 10.0% || 24 || rowspan="20" | 60 Seconds || rowspan="20" | 10 Seconds
! rowspan=3 | Mode !! colspan=4 | {{se|1063|Power Aura||pb}} !! rowspan=3 | MP Usage !! rowspan=3 | Cooldown
|-
|-
| align="left" | 2 || 10.8% || 26
! colspan=3 | Physical Attack Increase {{Stat|M}} !! rowspan=2 | Duration
|-
|-
| align="left" | 3 || 11.5% || 28
! Base Amount !! Additional Amount<br>per 400,000 CP !! Max Increase
|-
|-
| align="left" | 4 || 11 || 12.3% || 30
| colspan="8" | '''Normal'''
|-
|-
| align="left" | 5 || 13 || 13.0% || 32
| {{PvE}} || 2% || 2% || 25% || 30 Seconds || rowspan=2 | 60 MP || rowspan=2 | 10 Seconds
|-
|-
| align="left" | 6 || 15 || 13.8% || 34
| {{PvP}} || 1% || 1% || 10% || 15 Seconds
|-
|-
| align="left" | 7 || 17 || 14.5% || 36
| colspan="8" | '''[Enhanced]'''
|-
|-
| align="left" | 8 || 19 || 15.3% || 38
| {{PvE}} || 2% || 2% || 25% || 30 Seconds || rowspan=2 | 30 MP || rowspan=2 | 10 Seconds
|-
|-
| align="left" | 9 || 21 || 16.0% || 40
| {{PvP}} || 1% || 1% || 10% || 15 Seconds
|}
 
=== Physical Attack Increase Scaling ===
{{#vardefine: scaling_base    |2    }}
{{#vardefine: scaling_base_pvp|1    }}
{{#vardefine: scaling_per    |2    }}
{{#vardefine: scaling_per_pvp |1    }}
{{#vardefine: scaling_max    |25    }}
{{#vardefine: scaling_max_pvp |10    }}
{{#vardefine: scaling_cp      |400000}}
 
{{#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"
|-
|-
| align="left" | 10 || 23 || 16.8% || 42
! rowspan=2 | Combat Power !! colspan=2 | Physical Attack Increase
|-
|-
| align="left" | 11 || 25 || 17.5% || 44
|-
|-
| align="left" | 12 || 27 || 18.3% || 46
! 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 Traits]] ==
{{Traits|Aisha|Power Aura|Killing Blow (1), Regenerating (1)|duration=30|duration_pvp=15|duration1=130|mp=30|mp2=100|chance2=40}}
<br>
 
== Tips and Details ==
*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.
<br>
 
== Trivia ==
*This skill is essentially the replacement for the old shared buff [[Power Accelerator Aura]] that all [[Aisha]] and [[Eve]] classes had access to.
<br>
 
== Gallery ==
<gallery>
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
|-
|-
| align="left" | 13 || 29 || 19.0% || 48
! KR !! NA !! PvE !! PvP
|-
|-
| align="left" | 14 || 31 || 19.8% || 50
| 06/27/2013 || 11/06/2013 || colspan=2 align="left" |  
*'''Power Aura''' added.
|-
|-
| align="left" | 15 || 33 || 20.5% || 52
| 08/06/2015 || 01/13/2016 || colspan=2 align="left" |  
*Moved from [[Aisha]] to [[Battle Magician]].
|-
|-
| align="left" | 16 || 35 || 21.3% || 54
| 08/13/2015 || - || colspan=2 align="left" |  
*{{nerf|"Physical Attack Increase" effect decreased.}}
|-
|-
| align="left" | 17 || 37 || 22.0% || 56
| rowspan=2 | 09/28/2017 || rowspan=2 | 10/18/2017 || colspan=2 align="left" |  
*{{nerf|Duration decreased.}}
|-
|-
| align="left" | 18 || 39 || 22.8% || 58
| align="left" |  
*{{buff|Physical Attack Increase increased.}}
| align="left" |  
*{{nerf|Physical Attack Increase decreased.}}
|-
|-
| align="left" | 19 || 41 || 23.5% || 60
| 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)'''.
|-
|-
| align="left" | 20 (M) || 43 || 24.3% || 62
| 11/25/2021 || 12/22/2021 || align="left" |  
*{{nerf|Physical Attack Increase decreased.}}
| align="left" |
* 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>


== Tips and Details ==
== Alternative Names ==
* Successor of [[Aura Power Accelerator]], this skill has increased duration and lower MP cost. Unlike aura, this skill is Aisha specific.
{{AlternateLanguages
* Seal of Stength effect cannot be stacked, only overwritten.
|Color={{ColorSel|CharLight|Aisha}}
**Buff with shorter duration cannot overwrite longer buff duration (if you learn [[Encouraging Aura]] as Elemental master or [[Spirit Acceleration]] as Dimension Witch) except the one who cast the (shorter duration) buff themselves. This applies to all buffs.
|KR=힘의 문장              |KRName=Seal of Strength
***For example, a Void Princess' buff will not overwrite buff from Elemental Master or Dimension Witch but to Void Princess herself.
|CN=力量纹章                    |CNName=Emblem of Strength
<br>
|FR=Emblème de la force |FRName=Emblem of Strength
 
|UK=Emblem of Power
== Trivia ==
|DE=Emblem der Kraft|DEName=Emblem of Strength
*In NA, this move has been renamed to '''Power Aura'''.
|JP=力の紋章    |JPName=Emblem of Strength
|IT=Emblema della forza |ITName=Emblem of Strength
|BR=Aura de Poder |BRName=Aura of Strength
|ES=Emblema de fuerza |ESName=Emblem of Strength
|PL=Emblemat Siły |PLName=Emblem of Strength
}}
<br>
<br>
 
{{SkillNav - Battle Magician}}
{{tabs
|name=s
|tab1=NA
|contents1={{AiSkills}}
|tab2=KR
|contents2={{AiKRSkills}}
}}

Latest revision as of 07:42, 31 January 2024

[Buff]
Increases Physical Attack power for a certain duration.
This effect applies to nearby party members.
The effect increases the higher the combat power.
Final Enhanced Skill
  • MP Usage is decreased by 50%.


Requirements

Class Level Required
Battle Magician 25


Skill Information

Mode  Party BuffPower AuraParty BuffPower Aura MP Usage Cooldown
Physical Attack Increase
This effect is multiplicative
to your current stats. 
M
Duration
Base Amount Additional Amount
per 400,000 CP
Max Increase
Normal
PvE 2% 2% 25% 30 Seconds 60 MP 10 Seconds
PvP 1% 1% 10% 15 Seconds
[Enhanced]
PvE 2% 2% 25% 30 Seconds 30 MP 10 Seconds
PvP 1% 1% 10% 15 Seconds

Physical Attack Increase Scaling

Combat Power Physical Attack Increase
PvE PvP

400,000 4% 2%
800,000 6% 3%
1,200,000 8% 4%
1,600,000 10% 5%
2,000,000 12% 6%
2,400,000 14% 7%
2,800,000 16% 8%
3,200,000 18% 9%
3,600,000 20% 10%
4,000,000 22% 10%
4,400,000 24% 10%
4,800,000 25% 10%


Skill Traits

ModeKilling Blow (1) Power AuraRegenerating (1) Power Aura
Attribute EffectDurationAttribute EffectMP Recovery
PvESkill effect's duration increased to 130%39 Seconds40% chance of regaining 100% of the MP Usage30 MP
PvP19.5 Seconds


Tips and Details

  • If you get hit while casting the skill, the visual might still come out, but you will not obtain the  Party BuffPower AuraParty BuffPower Aura 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.


Trivia


Gallery


Updates

Date Changes
KR NA PvE PvP
06/27/2013 11/06/2013
  • Power Aura added.
08/06/2015 01/13/2016
08/13/2015 -
  • "Physical Attack Increase" effect decreased.
09/28/2017 10/18/2017
  • Duration decreased.
  • Physical Attack Increase increased.
  • Physical Attack Increase decreased.
07/08/2021 08/04/2021
  • Physical Attack Increase scales off Combat Power (CP).
  • Base Physical Attack Increase decreased.
  • Max Physical Attack Increase increased.
  • Killing Blow (2) trait changed to Regenerating (1).
11/25/2021 12/22/2021
  • Physical Attack Increase decreased.
  • None.
01/04/2024 01/31/2024
  • Buff icon changed from to .
01/18/2024
  • Buff icon changed from to .


Alternative Names

Server Name Translation
South Korea 힘의 문장 Seal of Strength
Japan 力の紋章 Emblem of Strength
China (Simplified Chinese) 力量纹章 Emblem of Strength
Germany Emblem der Kraft Emblem of Strength
Spain Emblema de fuerza Emblem of Strength
France Emblème de la force Emblem of Strength
Italy Emblema della forza Emblem of Strength
Poland Emblemat Siły Emblem of Strength
United Kingdom Emblem of Power
Brazil Aura de Poder Aura of Strength