Wings of Asmodeus, броня (Renewal)

Wings of Asmodeus (AEGIS_410139) – броня.

 

Increases magical damage against small, medium and large size monsters by 10%.
Reduces damage taken from players by 5%.
Grants immunity to blind.
If user learned Ignition Break level 5, reduces fixed casting time of Refresh by 100%, reduces skill cooldown of Ignition Break by 2.5 seconds,
when equipped with Jasper Circlet, disbles skill cooldown reduction of Ignition Break.
If user learned Sonic Wave level 10, Perfect Hit + 25.

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

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

Скрипт

bonus2 bAddSize,Size_All,10;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bResEff,Eff_Blind,10000;
if (getskilllv("RK_IGNITIONBREAK") == 5) {
   bonus2 bFixedCastrate,"RK_REFRESH",-100;
   bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-2500;
}
if (getskilllv("RK_SONICWAVE") == 10)
   bonus bPerfectHitAddRate,25;