
RENEWAL / ITEMS
Modified Agi Boots
#22109Armor
Modify_Agi_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price20 z
Sell price10 z
DEF25
Required level99
Armor level1
Description
Old boots in such excellent condition that they look like new, save for the outdated design.
Max HP +300, Max SP +30
For every 3 refine levels,
Max HP +100, Max SP +10, and increased ASPD +3%
If 120 or higher pure AGI, additional ASPD +1
SET BONUS
Giant Faceworm Snake Skin
Modified Agility Boots
Max HP + 15%
Max SP + 5%
Class: Shoes DEF: 25
Weight: 60
Required Level: 99
Job: Rebel, Kagerou/Oboro, Star Emperor, Soul Reaper classes
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- Kagerou Oboro
- Yes
- Rebellion
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,300+(100*(.@r/3));
bonus bMaxSP,30+(10*(.@r/3));
bonus bAspdRate,3*(.@r/3);
if (readparam(bAgi)>=120)
bonus bAspd,1;