0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #480283 Armor

Dim Glacier Manteau [1]

Buy Price: N/A Sell Price: N/A
A Glacier Manteau that has lost it's light due to being engulfed in venomous magic.
_______________________
POW +1, CON +1
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Physical Damage by 10%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 10%.
_______________________
[Bonus by Grade]
[Grade D]: ATK +3%, POW +5, CON +5.
[Grade C]: P.ATK +2, Physical Damage +5%.
[Grade B]: P.ATK +1
[Grade A]: ATK +2%
_______________________
Type: Garment
Defense: 147
Weight: 160
Armor Level: 2
_______________________
Requirement:
Base Level 230

Equipment Reform

Available through the reform system EP20_DGA_Refine

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
1600
147
Equipment reform

Requirements

2
230

Item Flags

Yes

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bPow,1; bonus bCon,1; if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus bLongAtkRate,10; bonus bShortAtkRate,10; if (.@r>=11) { bonus bDelayrate,-10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,3; bonus bPow,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,5; bonus bShortAtkRate,5; bonus bPAtk,2; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,1; if (.@g>=ENCHANTGRADE_A) { bonus bAtkRate,2; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bPow,1;
bonus bCon,1;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus bLongAtkRate,10;
      bonus bShortAtkRate,10;
      if (.@r>=11) {
         bonus bDelayrate,-10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,3;
   bonus bPow,5;
   bonus bCon,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,5;
      bonus bShortAtkRate,5;
      bonus bPAtk,2;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,1;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bAtkRate,2;
         }
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.