Eyes Of Illusion, броня (Renewal)

Eyes Of Illusion (EYES_OF_ILLUSION) – броня.

Eyes Of Illusion, броня (Renewal)

A creepy blindfold drawn over the eyes gives a slightly uneasy feeling.
Max HP + 10%
Max SP + 10%
Reduces damage taken from enemy players by 5%.
Immune to Blind.
If Hallucination Drug is level 5, enables Level 5 Dispel.
If Mandragora Howl is level 5, reduces the fixed casting time of Mandragora Howl by 70%.

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

  • ID: 25062
  • Код: EYES_OF_ILLUSION
  • Тип: броня
  • Уровень брони: 1
  • Защита: 2
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bResEff,Eff_Blind,10000;
if (getskilllv("GN_ILLUSIONDOPING") == 5)
   skill "SA_DISPELL",5;
if (getskilllv("GN_MANDRAGORA") == 5)
   bonus2 bFixedCastrate,"GN_MANDRAGORA",-70;