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

Dim Glacier Muffler [1]

Buy Price: N/A Sell Price: N/A
A Glacier Muffler that has lost it's light due to being engulfed in venomous magic.
_______________________
SPL +1, CON +1
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by 10%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 10%.
_______________________
[Bonus by Grade]
[Grade D]: MATK +3%, SPL +5, CON +5.
[Grade C]: S.MATK +2, Magical Damage with every element +5%.
[Grade B]: S.MATK +1
[Grade A]: MATK +2%
_______________________
Type: Garment
Defense: 105
Weight: 80
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
800
105
Equipment reform

Requirements

2
230

Item Flags

Yes

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bSpl,1; bonus bCon,1; if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=11) { bonus bDelayrate,-10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,3; bonus bSpl,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,5; bonus bSMatk,2; if (.@g>=ENCHANTGRADE_B) { bonus bSMatk,1; if (.@g>=ENCHANTGRADE_A) { bonus bMatkRate,2; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bSpl,1;
bonus bCon,1;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,10;
      if (.@r>=11) {
         bonus bDelayrate,-10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   bonus bSpl,5;
   bonus bCon,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_All,5;
      bonus bSMatk,2;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bSMatk,1;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bMatkRate,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.