Issgard Crystal (Mage), (Renewal)
Issgard Crystal (Mage) (ISGARD_3_MAGE) – карта.

Matk + 20.
If grade of enchanted equipment is D or higher, increases all property magical damage by 2%, additional Matk + 5.
If grade of enchanted equipment is C or higher, increases all property magical damage by additional 2%, additional Matk + 5.
If grade of enchanted equipment is B or higher, increases all property magical damage by additional 2%, additional Matk + 5.
If grade of enchanted equipment is A or higher, increases all property magical damage by additional 2%, additional Matk + 5.
When equipped with Glacier Flower Meow Power (Mage), increases all property magical damage by 4%.
When equipped with Glacier Flower Meow Power (Caster), Matk + 50, S.Matk + 5.
When equipped with Glacier Flower Meow Power (Magical Power), Matk + 10%, increases all property magical damage by 8%.
Базовые свойства предмета
- ID: 18832
 - Код: ISGARD_3_MAGE
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade();
bonus bMatk,20;
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bMagicAtkEle,Ele_All,2;
   bonus bMatk,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_All,2;
      bonus bMatk,5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bMagicAtkEle,Ele_All,2;
         bonus bMatk,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bMagicAtkEle,Ele_All,2;
            bonus bMatk,5;
         }
      }
   }
}