Glacier Flower Meow Power (Spell Buster), (Renewal)

Glacier Flower Meow Power (Spell Buster) (ICE_C_ORB_BU_SPL) – карта.

Glacier Flower Meow Power (Spell Buster), (Renewal)

MaxHP - 5%, MaxSP - 5%.
When dealing magical damage, has a certain chance (3%) to gain INT + 50, SPL + 15, WIS + 15 for 10 seconds.
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: 18602
  • Код: ICE_C_ORB_BU_SPL
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@g = getenchantgrade();
bonus bMaxHPrate,-5;
bonus bMaxSPrate,-5;
autobonus "{ bonus bInt,50; bonus bWis,15; bonus bSpl,15; }",30,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }";
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bMagicAtkEle,Ele_All,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_All,5;
   }
}