Wisdom Aura: Difference between revisions

From Elwiki
No edit summary
(Minor cleanup; changed Skill Traits to use template.)
 
(96 intermediate revisions by 18 users not shown)
Line 1: Line 1:
__NOTOC__{{Languages|Wisdom Aura}}
__NOTOC__{{Languages|Wisdom Aura}}
<div style="float: right">{{#ev:youtube|WufgUMFaCvU|300}}</div>
{{#ev:youtube|plguvaCOIKA|400|right}}
{| cellpadding="5"
{| cellpadding="5"
|-
|-
| [[Image:SoK.png]]
| [[File:SoK.png]]
| '''[Buff]''' Increases Magical Attack Power.
| {{SkillType|B}} Increase Magical 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 ==
 
{{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             !! Master !! Level Required !! SP Cost Per Level !! Alternative
! Class !! Level Required
|-
|-
| [[Aisha|Magician]] || Lv. 20 || 10        || 2                || [[Power Aura]]
| [[High Magician]] || 25
|}
|}
<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:{{ColorSel|CharLight|Aisha}}"
! Skill Level !! Required Level !! Buff (Magical Attack) !! MP Usage !! Duration !! Cooldown
|-
|-
| align="left" | 1 || rowspan="3" | 10 || 10.0% || 24 MP || rowspan="27" | 60 Seconds || rowspan="27" | 10 Seconds
! rowspan=3 | Mode !! colspan=4 |{{se|168|Wisdom Aura||pb}} !! rowspan=3 | MP Usage !! rowspan=3 | Cooldown
|-
|-
| align="left" | 2 || 10.8% || 26 MP
! colspan=3 | Magical Attack Increase {{Stat|M}} !! rowspan=2 | Duration
|-
|-
| align="left" | 3 || 11.5% || 28 MP
! Base Amount !! Additional Amount<br>per 400,000 CP !! Max Increase
|-
|-
| align="left" | 4 || 11 || 12.3% || 30 MP
| colspan="8" | '''Normal'''
|-
|-
| align="left" | 5 || 13 || 13.0% || 32 MP
| {{PvE}} || 2% || 2% || 25% || 30 Seconds || rowspan=2 | 60 MP || rowspan="2" | 10 Seconds
|-
|-
| align="left" | 6 || 15 || 13.8% || 34 MP
| {{PvP}} || 1% || 1% || 10% || 15 Seconds
|-
|-
| align="left" | 7 || 17 || 14.5% || 36 MP
| colspan="8" | '''[Enhanced]'''
|-
|-
| align="left" | 8 || 19 || 15.3% || 38 MP
| {{PvE}} || 2% || 2% || 25% || 30 Seconds || rowspan=2 | 30 MP || rowspan="2" | 10 Seconds
|-
|-
| align="left" | 9 || 21 || 16.0% || 40 MP
| {{PvP}} || 1% || 1% || 10% || 15 Seconds
|}
 
=== Magical 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 MP
! rowspan=2 | Combat Power !! colspan=2 | Magical Attack Increase
|-
|-
| align="left" | 11 || 25 || 17.5% || 44 MP
|-
|-
| align="left" | 12 || 27 || 18.3% || 46 MP
! PvE !! PvP
|-
{{#vardefine: i | 1 }}
| align="left" | 13 || 29 || 19.0% || 48 MP
{{#while:
|-
| {{#ifexpr: {{#var: i }} <= {{#var:scaling_max_iter}} | true }}
| align="left" | 14 || 31 || 19.8% || 50 MP
| <nowiki />
|-
{{!}}-
| align="left" | 15 || 33 || 20.5% || 52 MP
{{#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}})}} }}
| align="left" | 16 || 35 || 21.3% || 54 MP
{{#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    }}}} | }}
| align="left" | 17 || 37 || 22.0% || 56 MP
{{#ifexpr: {{#var:scaling_pvp}} > {{#var:scaling_max_pvp}} | {{#vardefine:scaling_pvp|{{#var:scaling_max_pvp}}}} | }}
|-
{{!}}{{!}}{{formatnum:{{#var:scaling_cur_cp}}}}
| align="left" | 18 || 39 || 22.8% || 58 MP
{{!}}{{!}}{{#var:scaling_pve}}%
{{!}}{{!}}{{#var:scaling_pvp}}%{{#vardefine: i | {{#expr: {{#var: i }} + 1 }} }}
}}
|}
<br>
 
== [[Skill Traits]] ==
{{Traits|Aisha|Wisdom Aura|Killing Blow (1), Regenerating (1)|duration=30|duration_pvp=15|duration1=130|mp=60|mp_enhanced=30|mp2=100|chance2=40}}
<br>
 
== Tips and Details ==
*The {{se|168|Wisdom Aura||pb}} buff is applied shortly after the visual appears. This means that you may not receive the buff if you get hit while casting the skill, or when casting right before a stage transition.
<br>
<br>
 
== Trivia ==
*This skill is essentially the replacement for the old shared buff [[Magic Accelerator Aura]] that all [[Aisha]] and [[Eve]] classes formerly had access to.
<br>
 
== Gallery ==
<gallery>
File:Emblem - Wisdom Aura.png|'''Wisdom Aura''' buff emblem.</gallery>
<br/>
 
==Updates==
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Aisha updates-table"
|-
|-
| align="left" | 19 || 41 || 23.5% || 60 MP
! colspan=2 | Date !! colspan=2 | Changes
|-
|-
| align="left" | 20 (M) || 43 || 24.3% || 62 MP
! KR !! NA !! PvE !! PvP
|-
|-
| align="left" | 21 || rowspan="7" | -* || 25.0% || 64 MP
| 06/27/2013 || 11/06/2013 || colspan=2 align="left" |  
*'''Wisdom Aura''' added.
|-
|-
| align="left" | 22 || 25.8% || 66 MP
| 08/06/2015 || 01/13/2016 || colspan=2 align="left" |  
*Moved from [[Aisha]] to [[High Magician]].
|-
|-
| align="left" | 23 || 26.5% || 68 MP
| 08/13/2015 || - || colspan=2 align="left" |  
*{{nerf|Magical Attack Increase effect decreased.}}
|-
|-
| align="left" | 24 || 27.3% || 70 MP
| rowspan=2 | 09/28/2017 || rowspan=2 | 10/18/2017 || colspan=2 align="left" |  
*{{nerf|Duration decreased.}}
|-
|-
| align="left" | 25 || 28.0% || 72 MP
| align="left" |  
*{{buff|Magical Attack Increase increased.}}
| align="left" |
*{{nerf|Magical Attack Increase decreased.}}
|-
|-
| align="left" | 26 || 28.8% || 74 MP
| 07/08/2021 || 08/04/2021 || colspan=2 align="left" |  
*Magical Attack Increase scales off Combat Power (CP).
*{{nerf|Base Magical Attack Increase decreased.}}
*{{buff|Max Magical Attack Increase increased.}}
*'''Killing Blow (2)''' trait changed to '''Regenerating (1)'''.
|-
|-
| align="left" | 27 || 29.5% || 76 MP
| 11/25/2021 || 12/22/2021 || align="left" |  
*{{nerf|Magical Attack Increase decreased.}}
| align="left" |
* None.
|}
|}
<br>
== Tips and Details ==
* Successor of [[Magic Accelerator Aura]], this skill has increased duration and MP. Unlike aura, this skill is Aisha specific.
* Seal of Knowledge effect cannot be stacked, only overwritten.
**Buff with shorter duration cannot overwrite longer buff duration (if you learn [[Divine 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.
***For example, a Void Princess' buff will not overwrite buff from Elemental Master or Dimension Witch but to Void Princess herself.
<br>
== Updated ==
*08/06/2015 KR
**Moved from [[Aisha|Magician]] to [[High Magician]].
<br>
<br>


Line 94: Line 137:
{{AlternateLanguages
{{AlternateLanguages
|Color={{ColorSel|CharLight|Aisha}}
|Color={{ColorSel|CharLight|Aisha}}
|KR=지혜의 문장             |KRName=Seal of Knowledge
|KR=지혜의 문장 |KRName=Seal of Knowledge
|CN=智慧纹章                       |CNName=Emblem of Wisdom
|CN=智慧纹章 |CNName=Emblem of Wisdom
|FR=Emblème de la sagesse |FRName=Emblem of Wisdom
|FR=Emblème de la sagesse |FRName=Emblem of Wisdom
|UK=Emblem of Wisdom
|UK=Emblem of Wisdom
|DE=Emblem der Weisheit|DEName=Emblem of Wisdom
|DE=Emblem der Weisheit|DEName=Emblem of Wisdom
|JP=知恵の紋章 |JPName=Emblem of Wisdom
|BR=Aura de Sabedoria |BRName=Aura of Wisdom
|ES=Emblema de sabiduría |ESName=Emblem of Wisdom
|IT=Emblema della saggezza |ITName=Emblem of Wisdom
|PL=Emblemat Mądrości |PLName=Emblem of Wisdom
}}
}}
<br>
<br>
 
{{SkillNav - High Magician}}
{{AiSkills}}

Latest revision as of 17:57, 31 August 2023

[Buff]
Increase Magical 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
High Magician 25


Skill Information

Mode  Party BuffWisdom AuraParty BuffWisdom Aura MP Usage Cooldown
Magical 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

Magical Attack Increase Scaling

Combat Power Magical 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) Wisdom AuraRegenerating (1) Wisdom Aura
Attribute EffectDurationAttribute EffectMP Recovery
PvESkill effect's duration increased to 130%39 Seconds40% chance of regaining 100% of the MP Usage60 MP
Final Enhanced Skill
30 MP
PvP19.5 Seconds


Tips and Details

  • The  Party BuffWisdom AuraParty BuffWisdom Aura buff is applied shortly after the visual appears. This means that you may not receive the buff if you get hit while casting the skill, or when casting right before a stage transition.



Trivia


Gallery


Updates

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


Alternative Names

Server Name Translation
South Korea 지혜의 문장 Seal of Knowledge
Japan 知恵の紋章 Emblem of Wisdom
China (Simplified Chinese) 智慧纹章 Emblem of Wisdom
Germany Emblem der Weisheit Emblem of Wisdom
Spain Emblema de sabiduría Emblem of Wisdom
France Emblème de la sagesse Emblem of Wisdom
Italy Emblema della saggezza Emblem of Wisdom
Poland Emblemat Mądrości Emblem of Wisdom
United Kingdom Emblem of Wisdom
Brazil Aura de Sabedoria Aura of Wisdom