Issgard Crystal (Executioner), (Renewal)

Issgard Crystal (Executioner) (ISGARD_2_ASSASSIN2) – карта.

Issgard Crystal (Executioner), (Renewal)

Atk + 30.
If grade of enchanted equipment is D or higher, increases critical damage by 2%, additional Atk + 5.
If grade of enchanted equipment is C or higher, increases critical damage by additional 2%, additional Atk + 5.
If grade of enchanted equipment is B or higher, increases critical damage by additional 2%, additional Atk + 5.
If grade of enchanted equipment is A or higher, increases critical damage by additional 2%, additional Atk + 5.

When equipped with Glacier Flower Meow Power (Berserker), increases melee physical damage by 8%.
When equipped with Glacier Flower Meow Power (Marksman), increases long ranged physical damage by 8%.
When equipped with Glacier Flower Meow Power (Over Power), C.Rate + 5, POW + 7, CRT + 7.
When equipped with Glacier Flower Meow Power (Firing Shot), C.Rate + 5, POW + 7, CRT + 7.

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

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

Скрипт

.@g = getenchantgrade();
bonus bBaseAtk,30;
if (.@g>=ENCHANTGRADE_D) {
   bonus bCritAtkRate,2;
   bonus bBaseAtk,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bCritAtkRate,2;
      bonus bBaseAtk,5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bCritAtkRate,2;
         bonus bBaseAtk,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bCritAtkRate,2;
            bonus bBaseAtk,5;
         }
      }
   }
}