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
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
- Imperfect Rune × 10
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
3500
Defense
220
Acquisition method
Equipment reform
Requirements
Armor Level
2
Min Level
230
Scripts
Script .@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;
}
}