
RENEWAL / ITEMS
Glacier Boots [1]
#470196Armor
Glacier_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight200
Buy price0 z
Sell price0 z
DEF98
Slots1
Required level230
Armor level2
Description
A boots crafted from the glaciers of Issgard, imbued with the sacred power of a divine cat's whiskers.
It can be enhanced with legendary feline magic, granting additional abilities.
------------------------
MHP + 8%, MSP + 4%.
------------------------
For every 2 refine level, MSP + 1%, DEF + 15.
------------------------
When refined to +7 or higher, increases melee and long ranged physical damage by 7%.
------------------------
When refined to +9 or higher, P.ATK + 3.
------------------------
When refined to +10 or higher, DEF + 100, ASPD + 7%.
------------------------
Set Bonus:
Glacier Boots [1]
Glacier Armor [1]
ATK + 7%.
------------------------
[Grade Bonus]
[Grade D] RES + 25, MRES + 25.
[Grade C] P.ATK + 2, POW + 2, CON + 2.
------------------------
Type : Shoes
Def : 98
Weight : 200
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
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,8;
bonus bMaxSPrate,4+(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,7;
bonus bShortAtkRate,7;
if (.@r>=9) {
bonus bPAtk,3;
if (.@r>=10) {
bonus bAspdRate,7;
bonus bDef,100;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMRes,25;
bonus bRes,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,2;
bonus bPow,2;
bonus bCon,2;
}
}