Earth Magic (Warrior) Lv. 1, (Renewal)
Earth Magic (Warrior) Lv. 1 (GRAY_MELEE1) – карта.

When equipped with Thanos Greatsword-AD, 
increases Wind Cutter damage by 15%, increases Servant Weapon damage by 15%.
Increases melee physical damage by 2% per 2 refine rate of weapon.
When equipped with Thanos Axe-AD,
increases Axe Tornado damage by 15%, increases Axe Stomp damage by 15%.
Increases Axe Boomerang damage by 6% per 2 refine rate of weapon.
When equipped with Thanos Spear-AD,
increases Hesperus Lit damage by 15%, increases Overslash damage by 15%.
Increases Overbrand damage by 6% per 2 refine rate of weapon.
[Bonus by grade of headgear]
[Grade D] POW + 1. 
[Grade C] P.Atk + 1.
Базовые свойства предмета
- ID: 18236
 - Код: GRAY_MELEE1
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade(EQI_HEAD_TOP);
if (.@g >= ENCHANTGRADE_D) {
  bonus bPow,1;
  if (.@g >= ENCHANTGRADE_C) {
    bonus bPAtk,1;
  }
}