Glacier Flower Meow Power (Firing Shot), (Renewal)

Glacier Flower Meow Power (Firing Shot) (ICE_C_ORB_FI_CON) – карта.

Glacier Flower Meow Power (Firing Shot), (Renewal)

MaxHP - 5%, MaxSP - 5%.
When dealing physical damage, has a certain chance (3%) to gain DEX + 50, CON + 15, CRT + 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: 18603
  • Код: ICE_C_ORB_FI_CON
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@g = getenchantgrade();
bonus bMaxHPrate,-5;
bonus bMaxSPrate,-5;
autobonus "{ bonus bDex,50; bonus bCon,15; bonus bCrt,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;
   }
}