Patent Aeon Staff

Item ID 640011 Name Patent Aeon Staff
Metal staff made from stainless steel.
It is said that an ancient wizard made it.
It resonates with Great Hero's Boots.
_______________________
Indestructible in battle
_______________________
MATK +235
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
For each 3 Refine Levels:
Increases damage of Earth Strain by 12%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
Increases Magical Damage with Fire and Earth element by 15%.
_______________________
Refine Level +9:
Decreases Earth Strain skill cooldown by 1 second.
Decreases Variable Casting Time by additional 5%.
_______________________
Refine Level +11:
Increases Magical Damage against all sizes by 15%.
Increases damage of Crimson Rock by 15%.
_______________________
When equipped with Great Hero's Boots:
INT +10, MATK +7%.
_______________________
Type: Two-Handed Staff
Attack: 100
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Warlock
Weapon Level 4 Identifier Up_Iron_Staff
Attack 100 Type Weapon - Two-Handed Staff
MATK 235 Equip Locations Two-Handed
Defense 0 Equippable Jobs Wizard
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 100 Min Equip Level 150
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bMatk,.@r/2*15;
bonus2 bSkillAtk,"WL_EARTHSTRAIN",.@r/3*12;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus2 bMagicAtkEle,Ele_Earth,15;
   bonus2 bMagicAtkEle,Ele_Fire,15;
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-1000;
   bonus bVariableCastrate,-5;
}
if (.@r>=11) {
   bonus2 bMagicAddSize,Size_All,15;
   bonus2 bSkillAtk,"WL_CRIMSONROCK",15;
}

Set Script
Great Hero Boots
Patent Aeon Staff
bonus bInt,10;
bonus bMatkRate,7;
Ring of Unknown Hero (Warlock)
Patent Aeon Staff
bonus2 bMagicAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"WL_EARTHSTRAIN",(readparam(bInt)+readparam(bDex))/12;
[Not For Sale] Ring of Unknown Hero (Warlock)
Patent Aeon Staff
bonus2 bMagicAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"WL_EARTHSTRAIN",(readparam(bInt)+readparam(bDex))/12;