[Not For Sale] Bastawtozaq Heart

Item ID 480183 Name [Not For Sale] Bastawtozaq Heart
None
Weapon Level 0 Identifier Comp_Bastawtozaq_Heart_
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 12 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
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();
bonus2 bSubEle,Ele_Fire,10;
bonus2 bSubEle,Ele_Water,10;
bonus bAspdRate,5;
bonus2 bSkillAtk,"RK_DRAGONBREATH",7*(.@r/3);
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",7*(.@r/3);
if (getskilllv("RK_DRAGONBREATH") >= 10)
   bonus bLongAtkRate,5;
if (getskilllv("RK_DRAGONBREATH_WATER") >= 10)
   bonus bLongAtkRate,5;
if (.@r>=9) {
   bonus2 bSubEle,Ele_Fire,5;
   bonus2 bSubEle,Ele_Water,5;
   bonus bLongAtkDef,10;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
}
if (.@r>=11) {
   bonus2 bSubEle,Ele_Fire,5;
   bonus2 bSubEle,Ele_Water,5;
   bonus bLongAtkDef,10;
   bonus bAspdRate,5;
}