Rebellion Pocket Watch, броня (Renewal)

Rebellion Pocket Watch (REBEL_POCKET_WATCH) – броня.

 

A headdress modeled after a pocket watch by one of the elders in charge of rebellion.
------------------------
Increases physical damage to all size monsters by 10%.
------------------------
Increases resistance to players by 5%.
------------------------
Grants immunity to silence.
------------------------
If Fallen Angel is level 1 or higher:
Reduces cooldown of Anti Material Blast by 5 seconds.
Reduces cooldown of Rich's Coin by 3 seconds.
------------------------
If Platinum Altar is level 5 or higher, reduces after cast delay by 15%.
------------------------

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

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

Скрипт

bonus2 bAddSize,Size_All,10;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bResEff,Eff_Silence,10000;
if (getskilllv("RL_FALLEN_ANGEL") == 1) {
   bonus2 bSkillCooldown,"RL_AM_BLAST",-5000;
   bonus2 bSkillCooldown,"RL_RICHS_COIN",-3000;
}
if (getskilllv("RL_P_ALTER") == 5)
   bonus bDelayrate,-15;