ID #400376
Armor
Crown of Good and Evil (Arch Mage) [1]
Buy Price: N/A
Sell Price: N/A
A helmet that resonates with the power of heroes and calamities.
It has the effect of amplifying the Good and Evil Weapons.
_______________________
For each 3 Refine Levels:
Increases Magical Damage against enemies of every race by 5%.
_______________________
For each 4 Refine Levels:
Increases Magical Damage with Ghost, Shadow and Water element by 7%.
_______________________
Refine Level +7:
RES +50
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
MATK +5%
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
When equipped with Devil Wing Staff:
For each 3 Refine Levels of Devil Wing Staff:
Increases damage of Soul Vulcan Strike by 4%.
Increases damage of Mystery Illusion by 5%.
If Devil Wing Staff's Grade is B or higher:
Increases damage of Soul Vulcan Strike by additional 10%.
When equipped with Evil Spell:
Increases damage of Soul Vulcan Strike by additional 15%.
Increases damage of Mystery Illusion by additional 20%.
_______________________
When equipped with Destiny Staff:
For each 3 Refine Levels of Destiny Staff:
Increases damage of Frozen Slash by 4%.
Increases damage of Rain of Crystal by 5%.
If Destiny Staff's Grade is B or higher:
Increases damage of Frozen Slash by additional 10%.
When equipped with Good Spell:
Increases damage of Frozen Slash by additional 15%.
Increases damage of Rain of Crystal by additional 20%.
_______________________
[Bonus by Grade]
[Grade D]: MaxHP +5%
[Grade C]: P.ATK +3, S.MATK +3
[Grade B]: S.MATK +2, S.MATK +2, POW +2, SPL +2
[Grade A]: RES +50, MRES +50, Refine Level +12: Fixed Casting Time -0.2 seconds.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 215
Arch Mage
It has the effect of amplifying the Good and Evil Weapons.
_______________________
For each 3 Refine Levels:
Increases Magical Damage against enemies of every race by 5%.
_______________________
For each 4 Refine Levels:
Increases Magical Damage with Ghost, Shadow and Water element by 7%.
_______________________
Refine Level +7:
RES +50
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
MATK +5%
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
When equipped with Devil Wing Staff:
For each 3 Refine Levels of Devil Wing Staff:
Increases damage of Soul Vulcan Strike by 4%.
Increases damage of Mystery Illusion by 5%.
If Devil Wing Staff's Grade is B or higher:
Increases damage of Soul Vulcan Strike by additional 10%.
When equipped with Evil Spell:
Increases damage of Soul Vulcan Strike by additional 15%.
Increases damage of Mystery Illusion by additional 20%.
_______________________
When equipped with Destiny Staff:
For each 3 Refine Levels of Destiny Staff:
Increases damage of Frozen Slash by 4%.
Increases damage of Rain of Crystal by 5%.
If Destiny Staff's Grade is B or higher:
Increases damage of Frozen Slash by additional 10%.
When equipped with Good Spell:
Increases damage of Frozen Slash by additional 15%.
Increases damage of Rain of Crystal by additional 20%.
_______________________
[Bonus by Grade]
[Grade D]: MaxHP +5%
[Grade C]: P.ATK +3, S.MATK +3
[Grade B]: S.MATK +2, S.MATK +2, POW +2, SPL +2
[Grade A]: RES +50, MRES +50, Refine Level +12: Fixed Casting Time -0.2 seconds.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 215
Arch Mage
Equipment Reform
Available through the reform system GoodnEvil_Helm_Hammer
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
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
100
Defense
10
Acquisition method
Equipment reform
Job Requirements
Wizard
Yes
Requirements
Armor Level
2
Min Level
215
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus2 bMagicAddRace,RC_All,5*(.@r/3); bonus2 bMagicAtkEle,Ele_Water,7*(.@r/4); bonus2 bMagicAtkEle,Ele_Ghost,7*(.@r/4); bonus2 bMagicAtkEle,Ele_Dark,7*(.@r/4); if (.@r>=7) { bonus bRes,50; if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus bFixedCast,-300; bonus bMatkRate,5; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,5; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,3; bonus bSMatk,3; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,2; bonus bSMatk,2; bonus bPow,2; bonus bSpl,2; if (.@g>=ENCHANTGRADE_A) { bonus bMRes,50; bonus bRes,50; if (.@r>=12) { bonus bFixedCast,-200; } } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bMagicAddRace,RC_All,5*(.@r/3);
bonus2 bMagicAtkEle,Ele_Water,7*(.@r/4);
bonus2 bMagicAtkEle,Ele_Ghost,7*(.@r/4);
bonus2 bMagicAtkEle,Ele_Dark,7*(.@r/4);
if (.@r>=7) {
bonus bRes,50;
if (.@r>=9) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus bFixedCast,-300;
bonus bMatkRate,5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMaxHPrate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,3;
bonus bSMatk,3;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,2;
bonus bSMatk,2;
bonus bPow,2;
bonus bSpl,2;
if (.@g>=ENCHANTGRADE_A) {
bonus bMRes,50;
bonus bRes,50;
if (.@r>=12) {
bonus bFixedCast,-200;
}
}
}
}
}