
RENEWAL / ITEMS
Blitz Shadow Shoes
#24231Shadowgear
S_Blitz_Shoes
TypeShadowgear
Equipment positionShadow footgear
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
Wear shoes in addition to shoes. Also available as a single, but the effect is small.
FLEE + 5.
Flee + 1 per 2 refine rate.
If upgrade level is +7 or higher, ASPD + 1.
If upgrade level is +9 or higher, ASPD + 1.
When equipped with Blitz Shadow Shield^00000, FLEE + 5.
If the sum of refine rate is 15 or higher, ASPD + 1.
Class : Shadow Equipment
Location : Shoes Weight : 0
Required Lv : 1
Jobs : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow footgear
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bFlee,5+.@r/2;
if (.@r>=7) {
bonus bAspd,1;
}
if (.@r>=9) {
bonus bAspd,1;
}