Item Details

Glacier Power (Magic) Lv5 ( Magical_Grade_5 )

ID 311458 Glacier Power (Magic) Lv5
Glacier Power (Magic) Lv5 Buy Price: zeny Sell Price: 0 zeny Weight: 0 Slots: Not specified
Type: Card item. Sub Type: Enchant Card Gender: Both Locations: Not specified
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: Not specified Min. Equip Level: Not specified Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

MATK + 75.
------------------------
Increases all property magic damage by 15%.
------------------------
When refined to +7, ASPD + 15%.
------------------------
When refined to +9, reduces Variable Casting Time and After Cast Delay by 15%.
------------------------
[Weapon Grade Bonus]
[Grade D] MATK + 5%, MATK + 75.
[Grade C] For every 3 refine level, S.MATK +4.
[Grade B] For every 2 refine level, SPL +1, CON +1.
[Grade A] Increases magic damage against all property enemies by 18%. When refined to +11, increases magic damage against all size enemies by 18%.

All

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,15;
bonus bMatk,75;
if (.@r>=7) {
   bonus bAspdRate,15;
   if (.@r>=9) {
      bonus bVariableCastrate,-15;
      bonus bDelayrate,-15;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMatkRate,5;
   bonus bMatk,75;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bSMatk,4*(.@r/3);
      if (.@g>=ENCHANTGRADE_B) {
         bonus bSpl,(.@r/2);
         bonus bCon,(.@r/2);
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bMagicAddEle,Ele_All,18;
            if (.@r>=11) {
               bonus2 bMagicAddSize,Size_All,18;
            }
         }
      }
   }
}
Not specified
Not specified

Not specified

Not specified