Dragon Slayer Shoes

Item ID 470248 Name Dragon Slayer Shoes
None
Weapon Level 0 Identifier Dragon_Slayer_Shoes
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 30 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 90 Min Equip Level 30
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,1000;
bonus bMaxSP,200;
if (.@r>=7) {
   bonus2 bExpAddRace,RC_All,8;
   if (.@r>=9) {
       bonus2 bAddRace,RC_Dragon,15;
       bonus2 bAddRace,RC_Insect,15;
       bonus2 bMagicAddRace,RC_Dragon,15;
       bonus2 bMagicAddRace,RC_Insect,15;
       if (.@r>=11) {
           bonus2 bSubRace,RC_Dragon,20;
           bonus2 bSubRace,RC_Insect,20;
       }
   }
}