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

Dim Glacier Boots [1]

Buy Price: N/A Sell Price: N/A
Glacier's Boots that have lost their light due to being engulfed in venomous magic.
_______________________
POW +2, CON +2
_______________________
Refine Level +7:
ATK +5%, P.ATK +2
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases Physical Damage by 10%.
_______________________
[Bonus by Grade]
[Grade D]: ATK +2%
[Grade C]: Fixed Casting Time -1 second.
[Grade B]: P.ATK +2, ATK +1%.
[Grade A]: ATK +2%
_______________________
Type: Shoes
Defense: 126
Weight: 200
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
2000
126
Equipment reform

Requirements

2
230

Item Flags

Yes

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bPow,2; bonus bCon,2; if (.@r>=7) { bonus bPAtk,2; bonus bAtkRate,5; if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus bLongAtkRate,10; bonus bShortAtkRate,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,2; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-1000; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,2; bonus bAtkRate,1; if (.@g>=ENCHANTGRADE_A) { bonus bAtkRate,2; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bPow,2;
bonus bCon,2;
if (.@r>=7) {
   bonus bPAtk,2;
   bonus bAtkRate,5;
   if (.@r>=9) {
      bonus bVariableCastrate,-10;
      if (.@r>=11) {
         bonus bLongAtkRate,10;
         bonus bShortAtkRate,10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,2;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bFixedCast,-1000;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,2;
         bonus bAtkRate,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.