
RENEWAL / ITEMS
Glacier Armor [1]
#450264Armor
Glacier_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight240
Buy price0 z
Sell price0 z
DEF168
Slots1
Required level230
Armor level2
Description
Armor forged by imbuing the glaciers of Jotunheim with the sacred power of holy cat whiskers.
Additional abilities can be granted by applying special magic imbued with legendary feline power.
------------------------
ATK + 120.
------------------------
Every 2 refine levels, ATK + 15, DEF + 15.
------------------------
At refine level 7, increases melee/ranged physical damage by 5% and increases ASPD by 10%.
------------------------
At refine level 9, P.ATK + 3 and further increases ASPD by 5%.
------------------------
At refine level 10, DEF + 100 and reduces after cast delay by 5%.
------------------------
Set Bonus:
Glacier Armor [1]
Glacier Manteau [1]
ATK + 50.
------------------------
[Grade Bonus]
[Grade D] POW + 3, CON + 3, after cast delay -5%.
[Grade C] ATK + 3%, P.ATK + 2.
------------------------
Type : Armor
Defense : 168
Weight : 240
Armor Level : 2
Required Level : 230
Class : All Classes
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bBaseAtk,120+15*(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
bonus bAspdRate,10;
if (.@r>=9) {
bonus bAspdRate,5;
bonus bPAtk,3;
if (.@r>=10) {
bonus bDelayrate,-5;
bonus bDef,100;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bDelayrate,-5;
bonus bPow,3;
bonus bCon,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,2;
bonus bAtkRate,3;
}
}