Rose Quartz Shield

Item ID 460064 Name Rose Quartz Shield
None
Weapon Level 0 Identifier Rose_Quartz_Shield
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 66 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bDelayrate,-5;
bonus2 bSkillFixedCast,"MG_FIREBALL",-320;
bonus2 bSkillAtk,"MG_FIREBALL",10*.@r;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
       bonus2 bMagicAtkEle,Ele_Fire,10;
       if (.@r>=11) {
            bonus bUseSPrate,20;
            bonus bMatk,30;
            bonus2 bSkillCooldown,"WL_COMET",-20000;
       }
   }
}