Hunting Shoes

Item ID 470123 Name Hunting Shoes
None
Weapon Level 0 Identifier Hunting_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 bExpAddClass,Class_All,8;
if (.@r>=9)
   .@dmg = 15;
if (.@r>=11)
   .@dmg += 20;
bonus2 bAddRace,RC_Brute,.@dmg;
bonus2 bAddRace,RC_Fish,.@dmg;
bonus2 bAddRace,RC_Brute,.@dmg;
bonus2 bAddRace,RC_Fish,.@dmg;