Powered Income, броня (Renewal)

Powered Income (SUPPLEMENT_P_INCOME) – броня.

 

Increases physical damage against small, medium and large size monsters by 10%.
Reduces damage taken from players by 5%.
Grants immunity to blind.
If user learned Neutral Barrier level 3, reduces global cooldown by 15%.
If user learned Fire Earth Research level 5, reduces casting time of Arm Cannon by 100%, negates Magic Gear Fuel consumption of skills.

Def: 0

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

  • ID: 29700
  • Код: SUPPLEMENT_P_INCOME
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

bonus2 bAddSize,Size_All,10;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bResEff,Eff_Blind,10000;
if (getskilllv("NC_NEUTRALBARRIER") == 3)
   bonus bDelayrate,-15;
if (getskilllv("NC_RESEARCHFE") == 5) {
   bonus2 bVariableCastrate,"NC_ARMSCANNON",-100;
   bonus bNoMadoFuel;
}