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

Earth Magic (Warrior) Lv. 3 (GRAY_MELEE3) – карта.

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

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

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

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

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

Скрипт

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