Issgard Crystal (Shooter), (Renewal)

Issgard Crystal (Shooter) (ISGARD_3_RANGER) – карта.

Issgard Crystal (Shooter), (Renewal)

Atk + 20.
If grade of enchanted equipment is D or higher, increases long ranged physical damage by 2%, additional Atk + 5.
If grade of enchanted equipment is C or higher, increases long ranged physical damage by additional 2%, additional Atk + 5.
If grade of enchanted equipment is B or higher, increases long ranged physical damage by additional 2%, additional Atk + 5.
If grade of enchanted equipment is A or higher, increases long ranged physical damage by additional 2%, additional Atk + 5.

When equipped with Glacier Flower Meow Power (Shooter), increases long ranged physical damage by 4%.
When equipped with Glacier Flower Meow Power (Guide Attack), Atk + 50, P.Atk + 5.
When equipped with Glacier Flower Meow Power (Expert Archer), Atk + 10%, increases long ranged physical damage by 8%.

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

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

Скрипт

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