
RENEWAL / ITEMS
Unknown Agility Boots [1]
#470076Armor
MD_Airboat_Boots5
TypeArmor
Equipment positionFootgear
GenderBoth
Weight70
Buy price0 z
Sell price0 z
DEF60
Slots1
Required level230
Armor level2
Description
Ceremonial shoes eroded by an unknown force.
------------------------
Every 2 refine level, ATK + 15.
------------------------
Every 3 refine level, MHP + 120, MSP + 8.
------------------------
When refined to +9 or higher, ASPD + 7%.
------------------------
When refined to +11 or higher,
When performing physical attack, there's a chance AGI + 175 for 10 seconds.
------------------------
When refined to +13 or higher, increase melee physical damage and long ranged physical damage by 4%.
------------------------
[Grade Bonus]
[Grade D] AGI gained from the effect is increased by additional 25.
[Grade C] AGI gained from the effect is increased by additional 25.
------------------------
Type : Shoes
Def : 60
Weight : 70
Armor Level : 2
Required Level : 230
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 bBaseAtk,15*(.@r/2);
bonus bMaxHP,120*(.@r/3);
bonus bMaxSP,8*(.@r/3);
if (.@r>=9) {
bonus bAspdRate,7;
if (.@r>=11) {
autobonus "{ .@g = getenchantgrade(); if (.@g >= ENCHANTGRADE_D) { .@val = 25; if (.@g >= ENCHANTGRADE_C) { .@val += 25; } } bonus bAgi,175+.@val; }",1,10000,BF_WEAPON;
if (.@r>=13) {
bonus bLongAtkRate,4;
bonus bShortAtkRate,4;
}
}
}