
RENEWAL / ITEMS
Unknown Strength Boots [1]
#470071Armor
MD_Airboat_Boots
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 STR + 175 for 10 seconds.
------------------------
When refined to +13 or higher, increase melee physical damage by 7%.
------------------------
[Grade Bonus]
[Grade D] STR gained from the effect is increased by additional 25.
[Grade C] STR 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 bStr,175+.@val; }",1,10000,BF_WEAPON;
if (.@r>=13) {
bonus bShortAtkRate,7;
}
}
}