
RENEWAL / ITEMS
Glacier Robe [1]
#450265Armor
Glacier_Robe
TypeArmor
Equipment positionArmor
GenderBoth
Weight120
Buy price0 z
Sell price0 z
DEF120
Slots1
Required level230
Armor level2
Description
A robe crafted from the glaciers of Issgard, imbued with the sacred power of holy cat whiskers.
Additional abilities can be granted by enchanting it with special mythical feline magic.
------------------------
MATK + 120.
------------------------
For every 2 refine levels, MATK + 15, DEF + 15.
------------------------
At refine level 7, all property magic damage +5%, variable cast time -10%.
------------------------
At refine level 9, S.MATK + 3, variable cast time -5% additional reduction.
------------------------
At refine level 10, DEF + 100, after cast delay -5%.
------------------------
Set Bonus:
Glacier Robe [1]
Glacier Muffler [1]
MATK + 50.
------------------------
[Grade Bonus]
[Grade D] SPL + 3, CON + 3, after cast delay -5%.
[Grade C] MATK + 3%, S.MATK + 2.
------------------------
Type : Armor
Defense : 120
Weight : 120
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatk,120+15*(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,5;
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus bVariableCastrate,-5;
bonus bSMatk,3;
if (.@r>=10) {
bonus bDelayrate,-5;
bonus bDef,100;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bDelayrate,-5;
bonus bSpl,3;
bonus bCon,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bSMatk,2;
bonus bMatkRate,3;
}
}