Issgard Crystal (Berserker), (Renewal)
Issgard Crystal (Berserker) (ISGARD_2_WARRIOR2) – карта.

Atk + 30.
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 (Berserker), increases melee physical damage by 5%.
When equipped with Glacier Flower Meow Power (Over Power), P.Atk + 5, POW + 7, CON + 7.
Базовые свойства предмета
- ID: 18833
- Код: ISGARD_2_WARRIOR2
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@g = getenchantgrade();
bonus bBaseAtk,30;
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;
}
}
}
}