Fierce Physique Boots

Item ID 22240 Name Fierce Physique Boots
None
Weapon Level 0 Identifier Fierce_Physique_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,3;
bonus bLuk,1;
if (.@r>=5) {
   bonus bHealPower,1;
   bonus bAddItemHealRate,1;
}
if (.@r>=7) {
   bonus bHealPower,2;
   bonus bAddItemHealRate,2;
}
if (.@r>=9) {
   bonus bHealPower,3;
   bonus bAddItemHealRate,3;
}
if (.@r>=10) {
   bonus2 bResEff,Eff_Stun,500;
   bonus2 bResEff,Eff_Stone,500;
   bonus2 bSubRace,RC_DemiHuman,1;
   bonus2 bSubRace,RC_Player_Human,1;
   bonus2 bSubRace,RC_Player_Doram,1;
}

Set Script
Fierce Physique Armor
Fierce Physique Manteau
Fierce Physique Boots
bonus bAllStats,1;
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
bonus2 bSubRace,RC_DemiHuman,1;
bonus2 bSubRace,RC_Player_Human,1;
bonus2 bSubRace,RC_Player_Doram,1;