Earth Magic (Sniper) Lv. 3, (Renewal)
Earth Magic (Sniper) Lv. 3 (GRAY_RANGE3) – карта.

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