Exorcist Robe [1], броня (Renewal)

Exorcist Robe [1] (EXORCIST_ROBE) – броня.

Exorcist Robe [1], броня (Renewal)

This robe, once worn by a famous exorcist, instantly improves your resistance to unholy creatures.
Mdef + 5

For every 3 upgrade levels of the item,
Reduces damage taken from Undead race enemies by 5%.

Acolyte Bonus
Reduces damage taken from Undead race enemies by an additional 10%.

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

  • ID: 24720
  • Код: EXORCIST_ROBE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 57
  •  
  • Требуемый уровень: 60
  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 170

Скрипт

bonus bMdef,5;
.@r = getrefine();
if (.@r >= 3) {
   bonus2 bSubRace,RC_Demon,.@r/3*5;
}
if (BaseClass == Job_Acolyte)
   bonus2 bSubEle,Ele_Dark,10;