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 #460040 Armor

Glacier Guard [1]

Buy Price: N/A Sell Price: N/A
A shield forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers.
_______________________
RES +15, MRES +15
_______________________
For each 2 Refine Levels:
DEF +10, MDEF +2
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +10:
DEF +50, MDEF +10
_______________________
[Bonus by Grade]
[Grade D]: RES +10, MRES +10.
[Grade C]: P.ATK +2, S.MATK +2.
_______________________
Type: Shield
Defense: 220
Weight: 350
Armor Level: 2
_______________________
Requirement:
Base Level 230

Equipment Reform

Available through the reform system R_Ep17_Box

Equipment Slots

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

Basic Information

Armor
3500
220
Equipment reform

Requirements

2
230

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bMRes,15; bonus bRes,15; bonus bMdef,2*(.@r/2); bonus bDef,10*(.@r/2); if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=10) { bonus bMdef,10; bonus bDef,50; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,10; bonus bRes,10; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,2; bonus bSMatk,2; } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMRes,15;
bonus bRes,15;
bonus bMdef,2*(.@r/2);
bonus bDef,10*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,15;
   if (.@r>=9) {
      bonus bVariableCastrate,-10;
      if (.@r>=10) {
         bonus bMdef,10;
         bonus bDef,50;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,10;
   bonus bRes,10;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bPAtk,2;
      bonus bSMatk,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.