Issgard Crystal (Warrior), (Renewal)
Issgard Crystal (Warrior) (ISGARD_3_WARRIOR) – карта.

Atk + 20.
If grade of enchanted equipment is D or higher, increases melee physical damage by 2%, additional Atk + 5.
If grade of enchanted equipment is C or higher, increases melee physical damage by additional 2%, additional Atk + 5.
If grade of enchanted equipment is B or higher, increases melee physical damage by additional 2%, additional Atk + 5.
If grade of enchanted equipment is A or higher, increases melee physical damage by additional 2%, additional Atk + 5.
When equipped with Glacier Flower Meow Power (Warrior), increases melee 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 (Fighting Spirit), Atk + 10%, increases melee physical damage by 8%.
Базовые свойства предмета
- ID: 18829
 - Код: ISGARD_3_WARRIOR
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade();
bonus bBaseAtk,20;
if (.@g>=ENCHANTGRADE_D) {
   bonus bShortAtkRate,2;
   bonus bBaseAtk,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bShortAtkRate,2;
      bonus bBaseAtk,5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bShortAtkRate,2;
         bonus bBaseAtk,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bShortAtkRate,2;
            bonus bBaseAtk,5;
         }
      }
   }
}