Earth Magic (Combat) Lv. 3, (Renewal)
Earth Magic (Combat) Lv. 3 (GRAY_FIGHT3) – карта.

When equipped with Thanos Hammer-AD, 
increases Duple Light damage by 25%, increases Petitio damage by 25%.
Increases long ranged physical damage by 6% per 2 refine rate of weapon.
When equipped with Thanos Knuckle-AD,
increases Tiger Cannon damage by 25%, increases Third Flame Bomb damage by 25%.
MaxHP + 5% per 2 refine rate of weapon.
When equipped with Thanos Katar-AD,
increases Rolling Cutter damage by 25%, increases Impact Crater damage by 25%.
Increases Counter Slash damage by 12% per 2 refine rate of weapon.
[Bonus by grade of headgear]
[Grade D] STA + 3. 
[Grade C] P.Atk + 3.
Базовые свойства предмета
- ID: 18247
 - Код: GRAY_FIGHT3
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade(EQI_HEAD_TOP);
if (.@g >= ENCHANTGRADE_D) {
  bonus bSta,3;
  if (.@g >= ENCHANTGRADE_C) {
    bonus bPAtk,3;
  }
}