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

Clergy's Boots [1] (CASSOCK_BOOTS) – броня.

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

A pair of boots worn by Odin's priests.
The blessing imbued in the boots makes the wearer feel lighter.
------------------------
MHP +5%, DEF +30, ASPD +10%.
------------------------
For every 2 refine levels, increase physical 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, ASPD +10%.
------------------------

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

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

Скрипт

.@r = getrefine();
bonus bMaxHPrate,5;
bonus bDef,30;
bonus bAspdRate,10;
bonus2 bAddRace,RC_Angel,(.@r/2);
bonus2 bAddRace,RC_Demon,(.@r/2);
bonus2 bSubRace,RC_Angel,(.@r/3);
bonus2 bSubRace,RC_Demon,(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,10;
}