Iron Nail [1], кастет (Renewal)
Iron Nail [1] (IRON_NAIL) – оружие.
![Iron Nail [1], кастет (Renewal) Iron Nail [1], кастет (Renewal)](/images/db/items/picture/1837.png)
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.
Скрипт
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; }