Requiescat in Pace [1], броня (Renewal)

Requiescat in Pace [1] (AEGIS_450222) – броня.

 

Can't be destroyed.
Mdef + 15.
Attack speed + 10%.
Increases physical and magical damage against fish, demihuman race monsters and doram players by 40%.
Increases physical and magical damage against holy and neutral property monsters by 40%.
Reduces damage taken from poison property by 2% per refine rate.
If refine rate is 5 or higher, reduces damage taken from players by 7%, Def + 300, Mdef + 30.
If refine rate is 7 or higher, increases movement speed.
When equipped with Murderous Grudge, Perfect Hit + 25.

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

  • ID: 30302
  • Код: AEGIS_450222
  • Тип: броня
  • Уровень брони: 1
  • Защита: 150
  •  
  • Требуемый уровень: 90
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bMdef,15;
bonus bUnbreakableArmor;
bonus bAspdRate,10;
bonus2 bAddRace,RC_Demon,40;
bonus2 bAddRace,RC_DemiHuman,40;
bonus2 bAddRace,RC_Player_Doram,40;
bonus2 bMagicAddRace,RC_Demon,40;
bonus2 bMagicAddRace,RC_DemiHuman,40;
bonus2 bMagicAddRace,RC_Player_Doram,40;
bonus2 bSubEle,Ele_Poison,2*.@r;
if (.@r>=5) {
   bonus bDef,300;
   bonus bMdef,30;
}
if (.@r>=7)
   bonus bSpeedRate,25;