Artwork unavailable
RENEWAL / ITEMS
Fierce Physique Boots [1]
#22240Armor
Fierce_Physique_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF20
Slots1
Required level70
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}