Earth Magic (Sniper) Lv. 1, (Renewal)

Earth Magic (Sniper) Lv. 1 (GRAY_RANGE1) – карта.

Earth Magic (Sniper) Lv. 1, (Renewal)

When equipped with Thanos Sword-AD,
increases Cart Cannon damage by 15%, increases Acidified Zone (Fire/Water/Wind/Ground) damage by 15%.
Increases long ranged physical damage by 2% per 2 refine rate of weapon.
When equipped with Thanos Bow-AD,
increases Focused Arrow Strike damage by 15%, increases Crescive Bolt damage by 15%.
Increases long ranged physical damage by 2% per 2 refine rate of weapon.
When equipped with Thanos Violin-AD or Thanos Whipsword-AD,
increases Severe Rainstorm damage by 15%, increases Rhythm Shooting damage by 15%.
Increases long ranged physical damage by 2% per 2 refine rate of weapon.

[Bonus by grade of headgear]
[Grade D] CON + 1.
[Grade C] P.Atk + 1.

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

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

Скрипт

.@g = getenchantgrade(EQI_HEAD_TOP);
if (.@g >= ENCHANTGRADE_D) {
  bonus bCon,1;
  if (.@g >= ENCHANTGRADE_C) {
    bonus bPAtk,1;
  }
}