Anti-Magic Suits [1], броня (Renewal)

Anti-Magic Suits [1] (ANTI_MAGIC_SUIT) – броня.

Anti-Magic Suits [1], броня (Renewal)

This suit, developed in Geffen over a long period of time, effectively protects its wearer against potent magic.
Property: Neutral
Max HP + 5%
Mdef + 10
If upgrade level is +7 or higher, additional Mdef + 5.
If upgrade level is +9 or higher, additional Max HP + 2%.

Set Bonus
Anti-magic Suit [1]
Physical Enhancer Ring [1]
Aspd + 5%

Set Bonus
Anti-magic Suit [1]
Magic Intensifier Ring [1]
Reduces the global delay of skills by 5%.
Reduces damage taken from Demi-Human race enemies by 5%.

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

  • ID: 23836
  • Код: ANTI_MAGIC_SUIT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 50
  •  
  • Требуемый уровень: 99
  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 150

Скрипт

.@r = getrefine();
bonus bMaxHPrate,5+((.@r >= 9) ? 2 : 0);
bonus bMdef,10+((.@r >= 7) ? 5 : 0);