Glacier Flower Meow Power (Grand Mage), (Renewal)
Glacier Flower Meow Power (Grand Mage) (ICE_C_ORB_MAG2) – карта.

Matk + 5%, Matk + 75.
If refine rate is 7 or higher, increases all property magical damage by 5%.
If refine rate is 9 or higher, increases all property magical damage by additional 5%.
If grade of enchanted equipment is D or higher, increases all property magical damage by 5%.
If grade of enchanted equipment is C or higher, increases all property magical damage by additional 5%.
Базовые свойства предмета
- ID: 18588
 - Код: ICE_C_ORB_MAG2
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatkRate,5;
bonus bMatk,75;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,5;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,5;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bMagicAtkEle,Ele_All,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_All,5;
   }
}