
RENEWAL / ITEMS
Illusion Sprint Shoes [1]
#470066Armor
Sprint_Shoes_IL
TypeArmor
Equipment positionFootgear
GenderBoth
Weight70
Buy price0 z
Sell price0 z
DEF20
Slots1
Required level130
Armor level1
Description
AGI +5, increases SP recovery rate by 20%.
When refined +7 or higher, increases SP recovery rate by additional 20%.
When refined +9 or higher, MHP +5%, MSP +5%.
When refined +11 or higher, increases physical damage against all size enemies by 15%.
------------------------
Set Bonus:
Illusion Sprint Shoes
Illusion Sprint Ring
Drain 500 HP every second, and when performing physical attack, there's a chance STR +150 for 10 seconds.
------------------------
Set Bonus:
Illusion Sprint Shoes
Illusion Sprint Glove
Drain 50 SP every second, and when performing physical attack, there's a chance AGI +150 for 10 seconds.
------------------------
Type : Shoes
Def : 20
Weight : 70
Required Level : 130
Class : All Jobs
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();
bonus bSPrecovRate,20;
bonus bAgi,5;
if (.@r>=7) {
bonus bSPrecovRate,20;
if (.@r>=9) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
}
}
}