[NFS] Celine's Brooch

Item ID 490653 Name [NFS] Celine's Brooch
None
Weapon Level 0 Identifier Comp_Cel_Brooch_K_MSP
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 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 Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus bMatkRate,5;
bonus bVariableCastrate,-10;

Set Script
Evil Spirit Gloves
[NFS] Celine's Brooch
bonus bBaseAtk,50;
bonus bMatk,50;
bonus bAspd,1;
Celine's Ribbon
[NFS] Celine's Brooch
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bFixedCast,-300;
bonus bMatk,10*.@r;
if (.@r>=7) {
   bonus2 bMagicAddRace,RC_DemiHuman,10;
   bonus2 bMagicAddRace,RC_Demon,10;
   if (.@r>=9) {
       bonus2 bMagicAtkEle,Ele_Earth,10;
       bonus2 bMagicAtkEle,Ele_Fire,10;
       bonus2 bMagicAtkEle,Ele_Water,10;
       bonus2 bMagicAtkEle,Ele_Wind,10;
       bonus2 bMagicAtkEle,Ele_Neutral,10;
       if (.@r>=11) {
            bonus2 bMagicAddClass,Class_Boss,20;
       }
   }
}