
RENEWAL / ITEMS
Heroic Silver Fox Leather Boots [1]
#22036Armor
Vet_SliverFox_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight30
Buy price10 z
Sell price5 z
DEF15
Slots1
Required level160
Armor level1
Description
These Silver Fox leather shoes provide optimum friction, facilitating safe movement.
Ranged Attack Strength +5%.
Additional Ranged Attack Strength +1% when upgraded to +8 and above (up to +13).
Class: Shoes DEF: 15
Weight: 30
Required Level: 160
Equip To: All Classes
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
if (.@r>=8 && .@r<=13)
.@i=.@r-7;
else if (.@r>13)
.@i=6;
bonus bLongAtkRate,5+.@i;