Revelation of Aramazd [1], броня (Renewal)

Revelation of Aramazd [1] (AEGIS_450215) – броня.

 

A revelation from heaven that will shake off all evil.
------------------------
MDEF +15.
------------------------
Cannot be destroyed.
------------------------
Increases ASPD by 10%.
------------------------
Increase physical and magical damage to undead and human race monsters by 40%.
------------------------
Increase physical and magical damage to players by 40%.
------------------------
Increase physical and magical damage to undead and shadow property monsters by 40%.
------------------------
For every refine level, increases ghost property resistance by 2%.
------------------------
When refined to +5 or higher,
DEF +300, MDEF +30, resistance to players +7%

When refined to +7 or higher,
immune to knockback.
------------------------

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

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

Скрипт

.@r = getrefine();
bonus bUnbreakableArmor;
bonus bMdef,15;
bonus bAspdRate,10;
bonus2 bAddRace,RC_Undead,40;
bonus2 bAddRace,RC_DemiHuman,40;
bonus2 bAddRace,RC_Player_Doram,40;
bonus2 bAddEle,Ele_Dark,40;
bonus2 bAddEle,Ele_Undead,40;
bonus2 bMagicAddRace,RC_Undead,40;
bonus2 bMagicAddRace,RC_DemiHuman,40;
bonus2 bMagicAddRace,RC_Player_Doram,40;
bonus2 bMagicAddEle,Ele_Dark,40;
bonus2 bMagicAddEle,Ele_Undead,40;
bonus2 bSubEle,Ele_Ghost,2*.@r;
if (.@r>=5) {
   bonus bDef,300;
   bonus bMdef,30;
   bonus2 bSubRace,RC_Player_Human,7;
}
if (.@r>=7)
   bonus bNoKnockback;