Phoenix Wings: Difference between revisions

From Elwiki
(Copyedit (minor))
 
(41 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__{{Languages|Phoenix Wings}}
__NOTOC__{{Languages|Phoenix Wings}}
<div style="float: right;">{{#ev:youtube|7idoXaf0tsY|400}}</div>
{{#ev:youtube|7idoXaf0tsY|400|right}}
{| cellpadding="5" style="border-collapse: collapse; border: 0px solid rgb(0, 0, 0);"
{| cellpadding="5" style="border-collapse: collapse; border: 0px solid rgb(0, 0, 0);"
|- style="border-style: solid; border-width: 0px;"
|-
|-
|  [[File:MariciSkill3.png]]
|  [[File:MariciSkill3.png]]
Line 20: Line 19:


== Requirements ==
== Requirements ==
{{ADSquareSkill}}
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Ara"
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
|-
|- style="background:{{ColorSel|CharLight|Ara}}"
! Class !! Level Required
! Class           !! Level Required
|-
|-
| [[Marici]] || 45
| [[Marici]] || 45
Line 30: Line 28:


== Skill Information ==
== Skill Information ==
<div style="overflow-x:auto">
<div class="long-table">
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Ara"
|- style="background:{{ColorSel|CharLight|Ara}}"
|-
! rowspan=3 | Mode !! rowspan=3 | Phoenix Wings (Magical) !! rowspan=3 | Damage Increase<br/>(Per Spirit Energy)!! colspan=4 | [[Status Effects|[Phoenix Wings]]] !! rowspan=3 | Spirit Energy !! rowspan=3 | MP Usage !! rowspan=3 | Cooldown
! rowspan=3 | Mode !! rowspan=3 | Phoenix Wings<br>(Magical) !! rowspan=3 | Damage Increase<br/>(Per Energy)!! colspan=4 | {{se|781|Phoenix Wings||pb}} !! rowspan=3 | Energy Usage !! rowspan=3 | MP Usage !! rowspan=3 | Cooldown
|- style="background:{{ColorSel|CharLight|Ara}}"
|-
! colspan=3 | HP/MP Recovery Per Second !! rowspan=2 | Duration
! colspan=3 | HP/MP Recovery Per Second !! rowspan=2 | Duration
|- style="background:{{ColorSel|CharLight|Ara}}"
|-
! Base Amount !! Additional Amount per 400,000 CP !! Max Recovery Per Second
! Base Amount !! Additional Amount per 400,000 CP !! Max Recovery Per Second
|-
! colspan=8 | Normal
|-
|-
| '''{{PvE}}''' || 4379% || 0~30% || 1.2% || 1.2% || 18% || rowspan=2 | 10 Seconds || rowspan=2 | -0~10 || rowspan=2 | 300 MP || rowspan=2 | 22 Seconds
| colspan="10" | '''Normal'''
|-
| {{PvE}} || 4379% || 3% (Max: 30%) || 1.2% || 1.2% || 18% || rowspan=2 | 5 Seconds || rowspan=2 | 0~10 || rowspan=2 | 300 MP || rowspan=2 | 22 Seconds
|-
| {{PvP}} || 1042% || 1.2% (Max: 12%) || 0.06% || 0.06% || 0.9%
|-
|-
| '''{{PvP}}''' || 1042% || 0~12% || 0.06% || 0.06% || 0.9%
| colspan="10" | '''[Enhanced]'''
|-
! colspan=8 | [Enhanced]
|-
|-
| '''{{PvE}}''' || 5254% || 0~30% || 1.2% || 1.2% || 18% || rowspan=2 | 10 Seconds || rowspan=2 | -0~10 || rowspan=2 | 300 MP || rowspan=2 | 22 Seconds
| {{PvE}} || 5254% || 3% (Max: 30%) || 1.2% || 1.2% || 18% || rowspan=2 | 5 Seconds || rowspan=2 | 0~10 || rowspan=2 | 300 MP || rowspan=2 | 22 Seconds
|-
|-
| '''{{PvP}}''' || 1250% || 0~12% || 0.06% || 0.06% || 0.9%
| {{PvP}} || 1250% || 1.2% (Max: 12%) || 0.06% || 0.06% || 0.9%
|}
|}
</div>
</div>
<br>
<br>
=== HP/MP Recovery Per Second Scaling ===
=== HP/MP Recovery Per Second Scaling ===
{{#vardefine: scaling_base    |1.2 }}
{{RecoveryTable
{{#vardefine: scaling_base_pvp|0.06}}
|char=Ara
{{#vardefine: scaling_per    |1.2 }}
|base=1.2
{{#vardefine: scaling_per_pvp |0.06}}
|pvp_base=0.06
{{#vardefine: scaling_max    |18 }}
|per=1.2
{{#vardefine: scaling_max_pvp |0.9 }}
|pvp_per=0.06
 
|max=18
{{#vardefine: scaling_cp      |400000}}
|pvp_max=0.9
{{#vardefine: duration       |10    }}
|cp=400000
 
|duration=5
{{#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|Ara}}"
! rowspan=2 | Combat Power !! colspan=2 | HP/MP Recovery Per Second !! colspan=2 | Total Recovery
|-
|- style="background:{{ColorSel|CharLight|Ara}}"
! PvE !! PvP !! PvE !! PvP
{{#vardefine: i | 0 }}
{{#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}}%
{{!}}{{!}}{{#expr: {{#var:duration}} * {{#var:scaling_pve}} }}%
{{!}}{{!}}{{#expr: {{#var:duration}} * {{#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|Ara|Phoenix Wings|Heavy, Haste|cd=22}}
|- style="background:{{ColorSel|CharLight|Ara}}"
! colspan=2 | Heavy Phoenix Wings !! colspan=2 | Haste Phoenix Wings
|- style="background:{{ColorSel|CharLight|Ara}}"
! Attribute Effect !! Cooldown !! Attribute Effect !! Cooldown
|-
| {{SkillText|Heavy}} || {{#expr: 22 * 1.2}} Seconds || {{SkillText|Haste|80}} || {{#expr: 22 * 0.8}} Seconds
|}
<br>
<br>


== Total Damage ==
== Total Damage ==
{{#vardefine: max    |{{#expr: 1 + (0.03 * 10)}} }}
{{Damage|true|Ara
{{#vardefine: max_pvp |{{#expr: 1 + (0.012 * 10)}} }}
|dmg=5254
|pvp_dmg=1250
|heavy=true
|range_max=1.03, 1.012
|range_max_count=10
}}
*Damage ranges from 0 to 10 Energy consumed.
<br>


{{Damage
==Related Skills==
|dmg1=5254
{{SkillTable|
|pvp_dmg1=1250
LittleHelperPassive1.png; Kind Reciprocation;
|hits1=1
MariciPassive4.png; Joining Locked-Expert;
|heavy=true
MariciPassive5.png; Awakened Will: Marici;
|format=false
MariciPassive6.png; Accord Locked-Trans2;
SuryaPassive1.png; Shamanism;
}}
}}
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
|- style="background:{{ColorSel|CharLight|Ara}}"
! Mode !! Regular !! Heavy
|-
! {{PvE}}
| {{formatnum:{{#var: total_damage}}}}%~{{formatnum:{{#expr:{{#var: total_damage}} * {{#var:max}} }} }}%
| {{formatnum:{{#var: total_damage_heavy}}}}%~{{formatnum:{{#expr:{{#var: total_damage_heavy}} * {{#var:max}} }} }}%
|-
! {{PvP}}
| {{formatnum:{{#var: total_damage_pvp}}}}%~{{formatnum:{{#expr:{{#var: total_damage_pvp}} * {{#var:max_pvp}} }} }}%
| {{formatnum:{{#var: total_damage_heavy_pvp}}}}%~{{formatnum:{{#expr:{{#var: total_damage_heavy_pvp}} * {{#var:max_pvp}} }} }}%
|}
*Damage ranges from 0 to 10 Spirit Energy consumed.
<br>
<br>


Line 134: Line 94:
<br>
<br>


== Updates ==
==Updates==
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Ara updates-table"
|- style="background:{{ColorSel|CharLight|Ara}}"
|-
! colspan=2 | Date !! colspan=2 | Changes
! colspan=2 | Date !! colspan=2 | Changes
|- style="background:{{ColorSel|CharLight|Ara}}"
|-
! KR !! NA !! PvE !! PvP
! KR !! NA !! PvE !! PvP
|-
|-
Line 146: Line 106:
| rowspan=2 | 03/03/2022 || colspan=2 align="left" |  
| rowspan=2 | 03/03/2022 || colspan=2 align="left" |  
*{{buff|'''Phoenix Wings''' buff always applies at maximum value per 400,000 CP.}}
*{{buff|'''Phoenix Wings''' buff always applies at maximum value per 400,000 CP.}}
*{{buff|Spirit Energy Consumption changed to increase damage dealt.}}
*{{buff|Energy Consumption changed to increase damage dealt.}}
*{{buff|Minimum Spirit Energy Required removed.}}
*{{buff|Minimum Energy Required removed.}}
*{{buff|Cooldown decreased.}}
*{{buff|Cooldown decreased.}}
|-
|-
Line 153: Line 113:
*N/A
*N/A
| align="left" |
| align="left" |
*{{nerf|Damage decreased.}}
*{{nerf|'''Damage''' decreased.}}
|-
| 11/24/2022 || 12/21/2022 || colspan=2 align="left" |
*{{nerf|'''Buff Duration''' decreased from 10 Seconds to 5 Seconds.}}
|-
| 02/16/2023 || 03/15/2023 || colspan=2 align="left" |
* {{buff|Fixed to no longer forced to look to the right after casting.}}
|}
|}
<br>
<br>
Line 161: Line 127:
|Color={{ColorSel|CharLight|Ara}}   
|Color={{ColorSel|CharLight|Ara}}   
|KR=성화|KRName=Blaze
|KR=성화|KRName=Blaze
|BR=Asas da Fênix|BRName=Phoenix Wings
|PL=Płomienny Żal |PLName=Fiery Sorrow
|JP=盛火 |JPName=Roaring Fire
}}
}}
<br>
<br>
{{SkillNav - Marici}}
{{SkillNav - Marici}}

Latest revision as of 19:33, 29 March 2024

  • English
[Special Active: Bravery]
The power of the phoenix emerge and create a pair of incinerating wings. (Can also be activated midair).

The mystical flame will deal great damage and heal allies for a set duration.

Additional Energy Consumption
  • Uses 0~10 Energy (Can be used even without Energy)
Final Enhanced Skill
  • Damage is increased by 1.2 times.
Skill Type:
[Phoenix] • [Support - Assist] • [Support - Vitality]


Requirements

Class Level Required
Marici 45


Skill Information

Mode Phoenix Wings
(Magical)
Damage Increase
(Per Energy)
 Party BuffPhoenix WingsParty BuffPhoenix Wings Energy Usage MP Usage Cooldown
HP/MP Recovery Per Second Duration
Base Amount Additional Amount per 400,000 CP Max Recovery Per Second
Normal
PvE 4379% 3% (Max: 30%) 1.2% 1.2% 18% 5 Seconds 0~10 300 MP 22 Seconds
PvP 1042% 1.2% (Max: 12%) 0.06% 0.06% 0.9%
[Enhanced]
PvE 5254% 3% (Max: 30%) 1.2% 1.2% 18% 5 Seconds 0~10 300 MP 22 Seconds
PvP 1250% 1.2% (Max: 12%) 0.06% 0.06% 0.9%


HP/MP Recovery Per Second Scaling

Combat Power HP/MP Recovery Per Second Total Recovery
PvE PvP PvE PvP

0 1.2% 0.06% 6% 0.3%
400,000 2.4% 0.12% 12% 0.6%
800,000 3.6% 0.18% 18% 0.9%
1,200,000 4.8% 0.24% 24% 1.2%
1,600,000 6% 0.3% 30% 1.5%
2,000,000 7.2% 0.36% 36% 1.8%
2,400,000 8.4% 0.42% 42% 2.1%
2,800,000 9.6% 0.48% 48% 2.4%
3,200,000 10.8% 0.54% 54% 2.7%
3,600,000 12% 0.6% 60% 3%
4,000,000 13.2% 0.66% 66% 3.3%
4,400,000 14.4% 0.72% 72% 3.6%
4,800,000 15.6% 0.78% 78% 3.9%
5,200,000 16.8% 0.84% 84% 4.2%
5,600,000 18% 0.9% 90% 4.5%


Skill Traits

Heavy Phoenix WingsHaste Phoenix Wings
Attribute EffectCooldownAttribute EffectCooldown
Damage increased to 144%
Cooldown increased to 120%
26.4 SecondsCooldown decreased to 80%17.6 Seconds


Total Damage

ModeBase
NormalHeavy
PvE5,254% ~ 6,830.2%7,565.76% ~ 9,835.49%
PvP1,250% ~ 1,400%1,800% ~ 2,016%
  • Damage ranges from 0 to 10 Energy consumed.


Related Skills


Tips and Details

  • This skill's hitbox is a sphere, rather than a flat circle, allowing it to hit well in the back- and foreground of maps like Forgotten Elrian Sanctum.


Updates

Date Changes
KR NA PvE PvP
02/17/2022 03/16/2022
  • Phoenix Wings added.
03/03/2022
  • Phoenix Wings buff always applies at maximum value per 400,000 CP.
  • Energy Consumption changed to increase damage dealt.
  • Minimum Energy Required removed.
  • Cooldown decreased.
  • N/A
  • Damage decreased.
11/24/2022 12/21/2022
  • Buff Duration decreased from 10 Seconds to 5 Seconds.
02/16/2023 03/15/2023
  • Fixed to no longer forced to look to the right after casting.


Alternative Names

Server Name Translation
South Korea 성화 Blaze
Japan 盛火 Roaring Fire
Poland Płomienny Żal Fiery Sorrow
Brazil Asas da Fênix Phoenix Wings