Moaning of Evil Spirits [1], броня (Renewal)

Moaning of Evil Spirits [1] (MOANING_OF_EVILSPIRITS) – броня.

Moaning of Evil Spirits [1], броня (Renewal)

Shoes of the high priest who offered wicked prayers with the zealots. It is possessed by an evil spirit and emits an ominous groan.

MATK + 10%.
Reduce incoming physical damage from normal monsters by 5%.
Increase ASPD by 1% per 1 refine rate
When refined to +7 or higher, additional MATK + 10%.
When refined to +9 or higher, additional MATK + 10%. Ignores magical defense of all race by 100%.

When equipped with Fallen Bishop Card, increase damage to Dorams by 50%.
When equipped with Sealed Fallen Bishop Card, increases magical damage against human and angel monsters by 20%.
When using magical attacks, curses enemies.
Reduce reflection damge by 10% per 1 refine rate.

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

  • ID: 30474
  • Код: MOANING_OF_EVILSPIRITS
  • Тип: броня
  • Уровень брони: 1
  • Защита: 15
  •  
  • Требуемый уровень: 99
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bMdef,15;
bonus bMatkRate,15;
bonus2 bSubClass,Class_Boss,5;
bonus bMaxHPrate,4*.@r;
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Dark,20;
   bonus2 bMagicAtkEle,Ele_Neutral,20;
}
if (.@r>=9) {
   bonus2 bMagicAtkEle,Ele_Dark,25;
   bonus2 bMagicAtkEle,Ele_Neutral,25;
}