Earth Magic (Magical) Lv. 3, (Renewal)
Earth Magic (Magical) Lv. 3 (GRAY_MAGIC3) – карта.

When equipped with Thanos Two-handed Staff-AD, 
increases Crimson Rock damage by 25%, increases Floral Flare Road and Stratum Tremor damage by 25%.
Increases Earth Strain damage by 12% per 2 refine rate of weapon.
When equipped with Thanos Staff-AD,
increases Varetyr Spear damage by 25%, increases Lightning Land damage by 25%.
Increases Psychic Wave damage by 12% per 2 refine rate of weapon.
When equipped with Thanos Dagger-AD,
increases Psychic Wave damage by 25%, increases From the Abyss damage by 25%.
Increases all property magical damage by 6% per 2 refine rate of weapon.
[Bonus by grade of headgear]
[Grade D] SPL + 3. 
[Grade C] S.Matk + 3.
Базовые свойства предмета
- ID: 18244
 - Код: GRAY_MAGIC3
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@g = getenchantgrade(EQI_HEAD_TOP);
if (.@g >= ENCHANTGRADE_D) {
  bonus bSpl,3;
  if (.@g >= ENCHANTGRADE_C) {
    bonus bSMatk,3;
  }
}