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

Wings of Asmodeus [1] (HAIRBAND_OF_ASMODEUS_) – броня.

 

The black wings of the abyss become a curtain that swallows the sky, and the world of black wings resonates with the agony of destruction.

Increase physical damage to all size monsters by 10%,
Increase player resistance by 5%, wearer cannot be blinded.

Reduce cooldown of Ignition Break by 2.5 sec.

When Sonic Wave Lv. 10 is learned, increase chance to perfect hit by 25%.

When equipped with Jasper Circlet,
the cooldown reduction effect of Ignition Break does not activate.

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

  • ID: 29748
  • Код: HAIRBAND_OF_ASMODEUS_
  • Тип: броня
  • Уровень брони: 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;