[Not For Sale] Floating Ball

Item ID 410298 Name [Not For Sale] Floating Ball
None
Weapon Level 0 Identifier Comp_Floating_Ball
Attack 0 Type Armor
MATK 0 Equip Locations Middle Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 20 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
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
bonus bMatk,35;
bonus2 bMagicAddClass,Class_Boss,2;
if (readparam(bDex)>=90) {
   bonus bMatk,70;
   bonus2 bMagicAddClass,Class_Boss,3;
   if (readparam(bDex)>=125) {
       bonus bMatk,140;
       bonus2 bMagicAddClass,Class_Boss,5;
   }
}