Iron Nail

Item ID 1837 Name Iron Nail
An arm-length gauntlet with giant claws attached to it. The claws can penetrate even the thickest gloves.
_______________________
Ignores physical defense of target by 100%.
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by additional 1%).
_______________________
Learned Level 5 Chain Combo:
ATK +20
_______________________
Learned Level 5 Combo Finish:
ATK +20
_______________________
Learned Level 5 Tiger Fist:
ATK +20
_______________________
Learned Level 5 Chain Crush Combo:
ATK 40
_______________________
Type: Knuckle
Attack: 100
Weight: 150
Weapon Level: 3
_______________________
Requirement:
Base Level 50
Priest and Monk classes
Weapon Level 3 Identifier Iron_nail
Attack 100 Type Weapon - Knuckle
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest, Monk
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 150 Min Equip Level 50
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
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;
}