[Not For Sale] Rose Quartz Shield

Item ID 460065 Name [Not For Sale] Rose Quartz Shield
None
Weapon Level 0 Identifier Comp_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 Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
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;
       }
   }
}