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

Earth Magic (Combat) Lv. 1 (GRAY_FIGHT1) – карта.

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

When equipped with Thanos Hammer-AD,
increases Duple Light damage by 15%, increases Petitio damage by 15%.
Increases long ranged physical damage by 2% per 2 refine rate of weapon.
When equipped with Thanos Knuckle-AD,
increases Tiger Cannon damage by 15%, increases Third Flame Bomb damage by 15%.
MaxHP + 2% per 2 refine rate of weapon.
When equipped with Thanos Katar-AD,
increases Rolling Cutter damage by 15%, increases Impact Crater damage by 15%.
Increases Counter Slash damage by 6% per 2 refine rate of weapon.

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

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

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

Скрипт

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