Clergy's Manteau [1], броня (Renewal)

Clergy's Manteau [1] (CASSOCK_MANTEAU) – броня.

Clergy's Manteau [1], броня (Renewal)

A manteau worn by Odin's priests.
The blessing imbued in the manteau gently embraces the wearer.
------------------------
MaxSP +5%, MDEF +10.
Reduce variable casting time by 10%.
------------------------
For every 2 refine levels, increase magic damage to angel and demon race by 1%.
For every 3 refine levels, Reduces physical/magical damage taken from angel and demon race by 1%.
When refined to +7 or higher, reduce variable casting time by 10%.
------------------------

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

  • ID: 26446
  • Код: CASSOCK_MANTEAU
  • Тип: броня
  • Уровень брони: 1
  • Защита: 40
  •  
  • Требуемый уровень: 170
  • Вес: 45

Скрипт

.@r = getrefine();
bonus bMaxSPrate,5;
bonus bMdef,10;
bonus bVariableCastrate,-10;
bonus2 bMagicAddRace,RC_Angel,(.@r/2);
bonus2 bMagicAddRace,RC_Demon,(.@r/2);
bonus2 bSubRace,RC_Angel,(.@r/3);
bonus2 bSubRace,RC_Demon,(.@r/3);
if (.@r>=7) {
   bonus bVariableCastrate,-10;
}