
RENEWAL / ITEMS
Illusion Sprint Mail [1]
#450182Armor
Sprint_Mail_IL
TypeArmor
Equipment positionArmor
GenderBoth
Weight150
Buy price0 z
Sell price0 z
DEF40
Slots1
Required level130
Armor level1
Description
VIT +5, increases HP recovery rate by 20%.
When refined +7 or higher, increases HP recovery rate by additional 20%.
When refined +9 or higher, reduces global cooldown by 5%.
[When refined +11 or higher, reduces global cooldown by additional 7%.
------------------------
Set Bonus:
Illusion Sprint Mail
Illusion Sprint Shoes
ATK +10%.
When each equipment refined +7 or higher, ATK +70.
If the sum of refine rate is 18 or higher, increases melee and long ranged physical damage by 15%.
If the sum of refine rate is 22 or higher, reduces fixed casting time by 0.7 seconds, increases physical damage against boss monsters by 25%.
------------------------
Set Bonus:
Illusion Sprint Mail
Illusion Sprint Ring
Illusion Sprint Glove
MHP +15%, MSP +15%.
------------------------
Type : Armor
Def : 40
Weight : 150
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bHPrecovRate,20;
bonus bVit,5;
if (.@r>=7) {
bonus bHPrecovRate,20;
if (.@r>=9) {
bonus bDelayrate,-5;
if (.@r>=11) {
bonus bDelayrate,-7;
}
}
}