Furious Crown (Arch Mage)

Item ID 400694 Name Furious Crown (Arch Mage)
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 Floral Flare Road, Crimson Arrow, Mystery Illusion and Soul Vulcan Strike by 4%.
_______________________
Refine Level +7:
Decreases Variable Casting Time 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 Flame Staff:
Increases damage of All Bloom by 25%.
_______________________
When equipped with Furious Specter:
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
Arch Mage
Weapon Level 0 Identifier FuriousCirclet_AG
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 30 Equippable Jobs Wizard
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 235
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus2 bSkillAtk,"AG_SOUL_VC_STRIKE",4*(.@r/3);
bonus2 bSkillAtk,"AG_FLORAL_FLARE_ROAD",4*(.@r/3);
bonus2 bSkillAtk,"AG_MYSTERY_ILLUSION",4*(.@r/3);
bonus2 bSkillAtk,"AG_CRIMSON_ARROW",4*(.@r/3);
bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",4*(.@r/3);
if (.@r>=7) {
   bonus bVariableCastrate,-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;
         }
      }
   }
}

Set Script
Furious Crown (Arch Mage)
Furious Specter
bonus2 bMagicAddRace,RC_All,10;
bonus2 bMagicAddRace,RC_Player_Human,-10;
bonus2 bMagicAddRace,RC_Player_Doram,-10;
Furious Crown (Arch Mage)
Furious Flame Staff
bonus2 bSkillAtk,"AG_ALL_BLOOM",25;
bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK",25;
bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK2",25;