
RENEWAL / ITEMS
Dim Glacier Boots [1]
#470197Armor
D_Glacier_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight200
Buy price0 z
Sell price0 z
DEF126
Slots1
Required level230
Armor level2
Description
Boots that has lost its light after being consumed by toxic demonic magic.
------------------------
POW + 2, CON + 2.
------------------------
When refined to +7 or higher, ATK + 5%, P.ATK + 2.
------------------------
When refined to +9 or higher, reduces variable casting time by 10%.
------------------------
When refined to +11 or higher, increases melee and long ranged physical damage by 10%.
------------------------
[Grade Bonus]
[Grade D] ATK + 2%.
[Grade C] Fixed Casting Time - 1 second.
[Grade B] P.ATK + 2, ATK + 1%.
[Grade A] ATK + 2%.
------------------------
Type : Shoes
Def : 126
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 bPow,2;
bonus bCon,2;
if (.@r>=7) {
bonus bPAtk,2;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,2;
if (.@g>=ENCHANTGRADE_C) {
bonus bFixedCast,-1000;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,2;
bonus bAtkRate,1;
if (.@g>=ENCHANTGRADE_A) {
bonus bAtkRate,2;
}
}
}
}