Earth Magic (Sniper) Lv. 2, (Renewal)
Earth Magic (Sniper) Lv. 2 (GRAY_RANGE2) – карта.

When equipped with Thanos Sword-AD, 
increases Cart Cannon damage by 20%, increases Acidified Zone (Fire/Water/Wind/Ground) damage by 20%.
Increases long ranged physical damage by 4% per 2 refine rate of weapon.
When equipped with Thanos Bow-AD,
increases Focused Arrow Strike damage by 20%, increases Crescive Bolt damage by 20%.
Increases long ranged physical damage by 4% per 2 refine rate of weapon.
When equipped with Thanos Violin-AD or Thanos Whipsword-AD,
increases Severe Rainstorm damage by 20%, increases Rhythm Shooting damage by 20%.
Increases long ranged physical damage by 4% per 2 refine rate of weapon.
[Bonus by grade of headgear]
[Grade D] CON + 2. 
[Grade C] P.Atk + 2.
Базовые свойства предмета
- ID: 18240
 - Код: GRAY_RANGE2
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade(EQI_HEAD_TOP);
if (.@g >= ENCHANTGRADE_D) {
  bonus bCon,2;
  if (.@g >= ENCHANTGRADE_C) {
    bonus bPAtk,2;
  }
}