ID #400663
Armor
Furious Crown (Soul Ascetic) [1]
Buy Price: N/A
Sell Price: N/A
A helmet that resonates with a furious weapon to draw out its latent power.
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Exorcism of Malicious Soul, Talisman of Red Phoenix and Talisman of Black Tortoise by 4%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Refine Level +9:
Increases Magical Damage with every element by 10%.
_______________________
Refine Level +11:
MATK +5%
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
When equipped with Furious Soul:
Increases Magical Damage against monsters of every race, except Players, by 10%.
_______________________
When equipped with Furious Spirit Stick:
Increases Magical Damage against monsters of every race, except Players, by 10%.
_______________________
[Bonus by Grade]
[Grade D]: SPL +5, CON +5, S.MATK +3.
[Grade C]: Magical Damage with every element +10%.
[Grade B]: MATK +5%, Fixed Casting Time -0.2 seconds.
[Grade A]: S.MATK +5, Magical Damage with every element +15%.
_______________________
Type: Headgear
Defense: 30
Weight: 30
Armor Level: 2
_______________________
Requirement:
Base Level 235
Soul Ascetic
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Exorcism of Malicious Soul, Talisman of Red Phoenix and Talisman of Black Tortoise by 4%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Refine Level +9:
Increases Magical Damage with every element by 10%.
_______________________
Refine Level +11:
MATK +5%
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
When equipped with Furious Soul:
Increases Magical Damage against monsters of every race, except Players, by 10%.
_______________________
When equipped with Furious Spirit Stick:
Increases Magical Damage against monsters of every race, except Players, by 10%.
_______________________
[Bonus by Grade]
[Grade D]: SPL +5, CON +5, S.MATK +3.
[Grade C]: Magical Damage with every element +10%.
[Grade B]: MATK +5%, Fixed Casting Time -0.2 seconds.
[Grade A]: S.MATK +5, Magical Damage with every element +15%.
_______________________
Type: Headgear
Defense: 30
Weight: 30
Armor Level: 2
_______________________
Requirement:
Base Level 235
Soul Ascetic
Equipment Reform
Available through the reform system Refine_Furious
- HD Etherium × 10
- Enriched Etherium × 20
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
300
Defense
30
Acquisition method
Equipment reform
Job Requirements
Soul Linker
Yes
Requirements
Armor Level
2
Min Level
235
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",4*(.@r/3); bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",4*(.@r/3); bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",4*(.@r/3); if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=11) { bonus bFixedCast,-300; bonus bMatkRate,5; } } } if (.@g>=ENCHANTGRADE_D) { bonus bSMatk,3; bonus bSpl,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,10; if (.@g>=ENCHANTGRADE_B) { bonus bFixedCast,-200; bonus bMatkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAtkEle,Ele_All,15; bonus bSMatk,5; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",4*(.@r/3);
bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",4*(.@r/3);
bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",4*(.@r/3);
if (.@r>=7) {
bonus bAspdRate,15;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=11) {
bonus bFixedCast,-300;
bonus bMatkRate,5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bSMatk,3;
bonus bSpl,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@g>=ENCHANTGRADE_B) {
bonus bFixedCast,-200;
bonus bMatkRate,5;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bMagicAtkEle,Ele_All,15;
bonus bSMatk,5;
}
}
}
}