Holy Father Mail [1], броня (Renewal)

Holy Father Mail [1] (FATHER_MAIL) – броня.

Holy Father Mail [1], броня (Renewal)

An armor that is worn by a priest to fight demons.


Property: Neutral
Required

Increases short-ranged and magical damage on Demon race targets by 3%.
Increases short-ranged and magical damage on Demon race targets by an additional 1% per upgrade level of the item past the upgrade level of 6.

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

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

Скрипт

.@r = getrefine();
bonus2 bAddRace,RC_Demon,3;
bonus2 bMagicAddRace,RC_Demon,3;
if (.@r>5) {
   bonus2 bAddRace,RC_Demon,.@r-5;
   bonus2 bMagicAddRace,RC_Demon,.@r-5;
}