Earth Magic (Warrior) Lv. 2, (Renewal)

Earth Magic (Warrior) Lv. 2 (GRAY_MELEE2) – карта.

Earth Magic (Warrior) Lv. 2, (Renewal)

When equipped with Thanos Greatsword-AD,
increases Wind Cutter damage by 20%, increases Servant Weapon damage by 20%.
Increases melee physical damage by 4% per 2 refine rate of weapon.
When equipped with Thanos Axe-AD,
increases Axe Tornado damage by 20%, increases Axe Stomp damage by 20%.
Increases Axe Boomerang damage by 9% per 2 refine rate of weapon.
When equipped with Thanos Spear-AD,
increases Hesperus Lit damage by 20%, increases Overslash damage by 20%.
Increases Overbrand damage by 9% per 2 refine rate of weapon.

[Bonus by grade of headgear]
[Grade D] POW + 2.
[Grade C] P.Atk + 2.

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

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

Скрипт

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