Phantom Ears, броня (Renewal)
Phantom Ears (PHANTOM_EAR) – броня.
There is a mysterious power that interferes with the mind.
------------------------
Increases magical damage to all size monsters by 10%.
------------------------
Increases resistance to players by 5%.
------------------------
Grants immunity to sleep.
------------------------
If Intensification is level 5 or higher
Reduces fixed casting time of Jack Frost by 100%.
Reduces cooldown of Intensification by 80 seconds.
------------------------
If Recognized Spell is level 5 or higher, reduces after cast delay by 15%.
------------------------
When this item is unequipped, cancels the effects of Intensification.
------------------------
Базовые свойства предмета
- ID: 29740
 - Код: PHANTOM_EAR
 - Тип: броня
 - Уровень брони: 1
 - Защита: 2
 - Требуемый уровень: 100
 
- Вес: 10
 
Скрипт
bonus2 bMagicAddSize,Size_All,10;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bResEff,Eff_Sleep,10000;
if (getskilllv("WL_TELEKINESIS_INTENSE")>=5) {
   bonus2 bFixedCastrate,"WL_JACKFROST",-100;
   bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-80000;
}
if (getskilllv("WL_RECOGNIZEDSPELL")>=5)
   bonus bDelayrate,-15;Скрипт при снятии
sc_end SC_RECOGNIZEDSPELL;