Iron Nail [1], кастет (Renewal)

Iron Nail [1] (IRON_NAIL) – оружие.

Iron Nail [1], кастет (Renewal)

An arm-length gauntlet with giant claws attached to it. The claws can penetrate even the thickest gloves.
Property: Neutral
Aspd - 5%
Aspd + 1% per 2 upgrade levels of the item.
Bypass 100% of hard defense of normal monsters, boss monsters and players when performing a physical attack.
Atk + 20, if Glacier Fist is at maximum level.
Atk + 20, if Raging Thrust is at maximum level.
Atk + 20, if Raging Quadruple Blow is at maximum level.
Atk + 40, if Chain Crush Combo is at maximum level.

This item is indestructible in battle.

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

  • ID: 21236
  • Код: IRON_NAIL
  • Тип: оружие
  • Подтип: кастет
  • Уровень оружия: 3
  • Атака: 100
  •  
  • Требуемый уровень: 50
  • Профессии: monk, priest
  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 150

Скрипт

bonus bUnbreakableWeapon;
bonus bIgnoreDefClass,Class_Normal;
bonus bIgnoreDefClass,Class_Boss;
.@r = (getrefine()/2);
bonus bAspdRate,-5+.@r;
if (getskilllv("MO_CHAINCOMBO") == 5) {
   bonus bBaseAtk,20;
}
if (getskilllv("MO_COMBOFINISH") == 5) {
   bonus bBaseAtk,20;
}
if (getskilllv("CH_TIGERFIST") == 5) {
   bonus bBaseAtk,20;
}
if (getskilllv("CH_CHAINCRUSH") == 10) {
   bonus bBaseAtk,40;
}