
RENEWAL / ITEMS
Ancient Hero Boots [1]
#22171Armor
Ancient_Hero_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price20 z
Sell price10 z
DEF15
Slots1
Required level100
Armor level1
Description
Boots said to have been worn by ancient heroes. It resonates with armament of an ancient hero.
Class: Shoes
Defense: 15
Weight: 60
Requires Level: 100
Usable By: All Jobs
Max HP + 500
Max SP + 50
Max HP + 2% per upgrade 3 upgrade levels of the item.
Max SP + 1% per upgrade 3 upgrade levels of the item.
If upgrade level is +9 or higher, reduces the fixed casting time of skills by 0.3 seconds.
If upgrade level is +12 or higher, reduces the fixed casting time of skills by an additional 0.2 seconds.
If upgrade level is +14 or higher, reduces the global delay of skills by 5%.
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 bMaxHP,500;
bonus bMaxSP,50;
bonus bMaxHPrate,2*(.@r/3);
bonus bMaxSPrate,.@r/3;
if (.@r >= 9) {
.@val = -300;
if (.@r >= 12) {
.@val -= 200;
if (.@r >= 14) {
bonus bDelayrate,-5;
}
}
bonus bFixedCast,.@val;
}