Issgard Crystal (Marksman), (Renewal)
Issgard Crystal (Marksman) (ISGARD_2_RANGER2) – карта.

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