
RENEWAL / ITEMS
Heroic Ungoliant Upgrade Boots [1]
#22037Armor
Vet_Ungo_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight30
Buy price10 z
Sell price5 z
DEF10
Slots1
Required level160
Armor level1
Description
Dyed with Ungoliant body fluid that promotes clarity of mind, these boots help you focus.
Skills consume -5% SP.
Skills consume an additional -1% SP when upgraded to +8 and every Upgrade level after that (up to +13).
Class: Shoes DEF: 10
Weight: 30
Required Level: 160
Equip To: All 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
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
if (.@r>=8 && .@r<=13)
.@i=.@r-7;
else if (.@r>13)
.@i=6;
bonus bUseSPrate,-5-.@i;