Wisdom Aura: Difference between revisions

Minor cleanup; changed Skill Traits to use template.
m (Text replacement - "== Requirements ==" to "== Requirements == {{#Widget:AdsenseSkill}}")
(Minor cleanup; changed Skill Traits to use template.)
 
(68 intermediate revisions by 13 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]]
| {{SkillType|B}} Increases Magical Attack Power for 60 seconds. This effect applies to nearby party members.
| {{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}}
| {{SkillText|True|MPUsage|50%}}
|}
|}
<br>
<br>


== Requirements ==
== Requirements ==
{{#Widget:AdsenseSkill}}
{{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
|-
|-
| [[High Magician]] || 25
| [[High Magician]] || 25
Line 21: Line 21:
<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}}"
! rowspan=2 | Level Required !! colspan=2 | [[Status Effects|Magic Accelerator]] !! rowspan=2 | MP Usage !! rowspan=2 | Cooldown
|- style="background:{{ColorSel|CharLight|Aisha}}"
! Magical Attack Increase !! Duration
|-
|-
| align="left" | 25 || rowspan=2 | 20% || rowspan="2" | 60 Seconds || 60 MP || rowspan="2" | 10 Seconds
! rowspan=3 | Mode !! colspan=4 |{{se|168|Wisdom Aura||pb}} !! rowspan=3 | MP Usage !! rowspan=3 | Cooldown
|-
|-
| align="left" | [Enhanced] || 30 MP
! colspan=3 | Magical Attack Increase {{Stat|M}} !! rowspan=2 | Duration
|}
|-
<br>
! Base Amount !! Additional Amount<br>per 400,000 CP !! Max Increase
 
|-
== Skill Information  (KR) ==
| colspan="8" | '''Normal'''
=== {{PvE}} ===
|-
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
| {{PvE}} || 2% || 2% || 25% || 30 Seconds || rowspan=2 | 60 MP || rowspan="2" | 10 Seconds
|- style="background:{{ColorSel|CharLight|Aisha}}"
|-
! rowspan=2 | Level Required !! colspan=2 | [[Status Effects|Magic Accelerator]] !! rowspan=2 | MP Usage !! rowspan=2 | Cooldown
| {{PvP}} || 1% || 1% || 10% || 15 Seconds
|- style="background:{{ColorSel|CharLight|Aisha}}"
|-
! Magical Attack Increase !! Duration
| colspan="8" | '''[Enhanced]'''
|-
|-
| align="left" | 25 || rowspan=2 | 30% || rowspan="2" | 30 Seconds || 60 MP || rowspan="2" | 10 Seconds
| {{PvE}} || 2% || 2% || 25% || 30 Seconds || rowspan=2 | 30 MP || rowspan="2" | 10 Seconds
|-
|-
| align="left" | [Enhanced] || 30 MP
| {{PvP}} || 1% || 1% || 10% || 15 Seconds
|}
|}


=== {{PvP}} ===
=== Magical Attack Increase Scaling ===
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
{{#vardefine: scaling_base    |2    }}
|- style="background:{{ColorSel|CharLight|Aisha}}"
{{#vardefine: scaling_base_pvp|1    }}
! rowspan=2 | Level Required !! colspan=2 | [[Status Effects|Magic Accelerator]]
{{#vardefine: scaling_per    |2    }}
|- style="background:{{ColorSel|CharLight|Aisha}}"
{{#vardefine: scaling_per_pvp |1    }}
! Magical Attack Increase !! Duration
{{#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" | 25 || rowspan=2 | 10% || rowspan="2" | 15 Seconds
! rowspan=2 | Combat Power !! colspan=2 | Magical Attack Increase
|-
|-
| align="left" | [Enhanced]
|-
! 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>
<br>


== [[Skill Traits]] ==
== [[Skill Traits]] ==
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
{{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}}
|- style="background:{{ColorSel|CharLight|Aisha}}"
! colspan=2 | Killing Blow (1) Wisdom Aura !! colspan=2 | Killing Blow (2) Wisdom Aura
|- style="background:{{ColorSel|CharLight|Aisha}}"
! rowspan=2 | Attribute Effect !! Details !! rowspan=2 | Attribute Effect !! Details
|- style="background:{{ColorSel|CharLight|Aisha}}"
! Duration !! Magical Attack Increase
|-
| {{SkillText|Killing Blow (1)|130}} || 78 Seconds || {{SkillText|Killing Blow (2)|15}} || 23%
|}
<br>
<br>


== [[Skill Traits]] (KR) ==
== Tips and Details ==
=== {{PvE}}===
*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.
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
<br>
|- style="background:{{ColorSel|CharLight|Aisha}}"
<br>
! colspan=2 | Killing Blow (1) Wisdom Aura !! colspan=2 | Killing Blow (2) Wisdom Aura
|- style="background:{{ColorSel|CharLight|Aisha}}"
! rowspan=2 | Attribute Effect !! Details !! rowspan=2 | Attribute Effect !! Details
|- style="background:{{ColorSel|CharLight|Aisha}}"
! Duration !! Magical Attack Increase
|-
| {{SkillText|Killing Blow (1)|130}} || 39 Seconds || {{SkillText|Killing Blow (2)|15}} || 34.5%
|}


=== {{PvP}} ===
== Trivia ==
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
*This skill is essentially the replacement for the old shared buff [[Magic Accelerator Aura]] that all [[Aisha]] and [[Eve]] classes formerly had access to.
|- style="background:{{ColorSel|CharLight|Aisha}}"
! Killing Blow (1) Wisdom Aura !! Killing Blow (2) Wisdom Aura
|- style="background:{{ColorSel|CharLight|Aisha}}"
! Details !! Details
|- style="background:{{ColorSel|CharLight|Aisha}}"
! Duration !! Magical Attack Increase
|-
| 19.5 Seconds || 11.5%
|}
<br>
<br>


== Tips and Details ==
== Gallery ==
* Successor of [[Magic Accelerator Aura]], this skill has increased duration and MP. Unlike aura, this skill is Aisha specific.
<gallery>
* Wisdom Aura's effect cannot be stacked, only overwritten.
File:Emblem - Wisdom Aura.png|'''Wisdom Aura''' buff emblem.</gallery>
<br>
<br/>


== Updates ==
==Updates==
*08/06/2015 KR
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Aisha updates-table"
**Moved from [[Aisha|Magician]] to [[High Magician]].
|-
*08/13/2015 KR
! colspan=2 | Date !! colspan=2 | Changes
**'''Magical Attack Increase''' effect decreased.
|-
*09/28/2017 KR
! KR !! NA !! PvE !! PvP
**Duration decreased.
|-
**PvE Magic Attack Increase increased.
| 06/27/2013 || 11/06/2013 || colspan=2 align="left" |
**PvP Magic Attack Increase decreased.
*'''Wisdom Aura''' added.
|-
| 08/06/2015 || 01/13/2016 || colspan=2 align="left" |
*Moved from [[Aisha]] to [[High Magician]].
|-
| 08/13/2015 || - || colspan=2 align="left" |
*{{nerf|Magical Attack Increase effect decreased.}}
|-
| rowspan=2 | 09/28/2017 || rowspan=2 | 10/18/2017 || colspan=2 align="left" |
*{{nerf|Duration decreased.}}
|-
| align="left" |
*{{buff|Magical Attack Increase increased.}}
| align="left" |
*{{nerf|Magical Attack Increase decreased.}}
|-
| 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)'''.
|-
| 11/25/2021 || 12/22/2021 || align="left" |
*{{nerf|Magical Attack Increase decreased.}}
| align="left" |
* None.
|}
<br>
<br>


Line 118: 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
|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}}
{{HMSkills}}
[[Category:Buff Skills]]
ElEditors
18,061

edits