Desert Leather Suits

Item ID 15253 Name Desert Leather Suits
None
Weapon Level 0 Identifier D_Leather_Suits
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 15 Equippable Jobs Archer, Thief, Hunter, Rogue, Bard / Dancer, Gunslinger, Ninja, Kagerou / Oboro, Rebellion
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 60 Min Equip Level 50
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,200;
bonus bAgi,3;
bonus bDex,3;
if (.@r>=7) {
   bonus bMaxHP,75;
   bonus bHit,5;
   bonus bFlee,5;
   if (.@r>=9) {
       bonus bMaxHP,75;
       bonus bHit,10;
       bonus bFlee,5;
   }
}