
RENEWAL / ITEMS
Auto Spell Shadow Shoes
#24724Shadow Gear
S_AutoSpell_Shoes
TypeShadow Gear
Equipment positionShadow footgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
FLEE + 10.
------------------------
For every 2 refine level, FLEE + 1.
------------------------
When refined to +9 or higher, ASPD + 1.
------------------------
Class : Shadow Equipment
Location : Shoes
Weight : 0
Required Level : 1
Jobs : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bFlee,10+(.@r/2);
if (.@r>=9) {
bonus bAspd,1;
}