
RENEWAL / ITEMS
Great Hero Boots [1]
#22238Armor
Great_Hero_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price20 z
Sell price10 z
DEF15
Slots1
Required level150
Armor level1
Description
Shoes worn by a great hero.
It seems to resonate with the Awakened hero's armor.
MaxHP + 1500, MaxSP + 150.
MaxHP + 1%, MaxSP + 1% per 3 refine levels.
When refined to +7 or higher, ATK + 5%, MATK + 5%.
When refined to +9 or higher, reduce fixed casting by 0.5 sec.
When refined to +11 or higher, reduce fixed casting by 0.2 sec.
When refined to +13 or higher, reduce global cooldown by 5%, reduce variable casting by 5%.
Type: Shoes Defense: 15
Weight: 60
Required Level: 150
Class: All
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,1500;
bonus bMaxSP,150;
bonus bMaxHPrate,.@r/3;
bonus bMaxSPrate,.@r/3;
if (.@r >= 7) {
bonus bAtkRate,5;
bonus bMatkRate,5;
}
if (.@r >= 9) {
.@val = -500;
if (.@r >= 11) {
.@val -= 200;
if (.@r >= 13) {
bonus bDelayrate,-5;
bonus bVariableCastrate,-5;
}
}
bonus bFixedCast,.@val;
}