Work Cap, броня (Renewal)

Work Cap (WORK_CAP) – броня.

Work Cap, броня (Renewal)

A hat used by machinists at work. As stylish as it is functional.
Mdef + 15.
Vit + 10.

Increases the skill damage bonus of Axe Tornado by 20%.
Reduces casting time of Greed by 100%.
If FAW Magic Decoy is level 5, increases physical damage against boss monsters by 50%.
If Axe Boomerang is level 5, Atk + 100.
If Lava Flow is level 5, adds a chance of gaining 3carat Diamond when a monster is killed.
If upgrade level is +7 or higher, increases skill damage bonus of Axe Tornado by an additional 30%.
If upgrade level is +9 or higher, increases skill damage bonus of Axe Tornado by an additional 50%.
If upgrade level is +10, bypass 100% of hard defense of normal monsters/boss monsters/players when performing a physical attack.

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

  • ID: 25075
  • Код: WORK_CAP
  • Тип: броня
  • Уровень брони: 1
  • Защита: 18
  •  
  • Требуемый уровень: 100
  • Цена покупки: 200 з
  • Цена продажи: 100 з
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bMdef,15;
bonus bVit,10;
bonus2 bSkillAtk,"NC_AXETORNADO",20;
bonus2 bVariableCastrate,"BS_GREED",-100;
if (getskilllv("NC_MAGICDECOY") >= 5)
   bonus2 bAddClass,Class_Boss,50;
if (getskilllv("NC_AXEBOOMERANG") >= 5)
   bonus bBaseAtk,100;
if (getskilllv("NC_MAGMA_ERUPTION") >= 5)
   bonus2 bAddMonsterDropItem,732,10;
if (.@r>=7)
   bonus2 bSkillAtk,"NC_AXETORNADO",30;
if (.@r>=9)
   bonus2 bSkillAtk,"NC_AXETORNADO",50;
if (.@r>=10)
   bonus bIgnoreDefRace,RC_All;