
RENEWAL / ITEMS
Glacier Manteau [1]
#450266Armor
Glacier_Manteau
TypeArmor
Equipment positionGarment
GenderBoth
Weight160
Buy price0 z
Sell price0 z
DEF112
Slots1
Required level230
Armor level2
Description
A cloak crafted by imbuing the sacred power of divine cat whiskers into the glaciers of Issgard.
It can be enhanced with special magical folktale feline power to grant additional abilities.
------------------------
MHP + 2500, MSP + 500.
------------------------
Every 2 refine level, MHP + 200, MSP + 50.
------------------------
When refine level is 7 or more, ASPD +7%.
------------------------
When refine level is 9 or more, POW + 3.
------------------------
When refine level is 10 or more, Variable Cast Time -5%.
------------------------
Set Bonus:
Glacier Manteau [1]
Glacier Boots [1]
Melee / Ranged Physical Damage +15%.
------------------------
[Grade Bonus]
[Grade D] ATK + 3%, P.ATK + 2.
[Grade C] Variable Cast Time -10%.
------------------------
Type : Garment
Defense : 112
Weight : 160
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
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHP,2500+200*(.@r/2);
bonus bMaxSP,500+50*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,7;
if (.@r>=9) {
bonus bPow,3;
if (.@r>=10) {
bonus bVariableCastrate,-5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,2;
bonus bAtkRate,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bVariableCastrate,-10;
}
}