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

Matk + 30.
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 (Grand Mage), increases all property magical damage by 4%.
When equipped with Glacier Flower Meow Power (Spell Buster), S.Matk + 5, SPL + 7, CON + 7.
Базовые свойства предмета
- ID: 18836
- Код: ISGARD_2_MAGE2
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@g = getenchantgrade(); bonus bMatk,30; 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; } } } }