Issgard Crystal (Assassin), (Renewal)

Issgard Crystal (Assassin) (ISGARD_3_ASSASSIN) – карта.

Issgard Crystal (Assassin), (Renewal)

Atk + 20.
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 (Warrior), increases melee physical damage by 5%.
When equipped with Glacier Flower Meow Power (Shooter), increases long ranged physical damage by 5%.
When equipped with Glacier Flower Meow Power (Fast), Cri + 15, increases critical damage by 4%.
When equipped with Glacier Flower Meow Power (Fatal), Cri + 20, increases critical damage by 8%.

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

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

Скрипт

.@g = getenchantgrade();
bonus bBaseAtk,20;
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;
         }
      }
   }
}