Glacier Flower Meow Power (Over Power), (Renewal)

Glacier Flower Meow Power (Over Power) (ICE_C_ORB_OV_POW) – карта.

Glacier Flower Meow Power (Over Power), (Renewal)

MaxHP - 5%, MaxSP - 5%.
When dealing physical damage, has a certain chance (3%) to gain STR + 50, POW + 15, STA + 15 for 10 seconds.
If grade of enchanted equipment is D or higher, increases melee and long ranged physical damage by 5%.
If grade of enchanted equipment is C or higher, increases melee and long ranged physical damage by additional 5%.

Базовые свойства предмета

  • ID: 18601
  • Код: ICE_C_ORB_OV_POW
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@g = getenchantgrade();
bonus bMaxHPrate,-5;
bonus bMaxSPrate,-5;
autobonus "{ bonus bStr,50; bonus bPow,15; bonus bSta,15; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
if (.@g>=ENCHANTGRADE_D) {
   bonus bLongAtkRate,5;
   bonus bShortAtkRate,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,5;
      bonus bShortAtkRate,5;
   }
}