Wild Beast Claw [1]
ID: 1268
Type |
Weapon |
Subtype |
Katar |
Attack |
160 |
Defense |
0 |
Weight |
145.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
55 |
Slots |
1 |
Applicable Jobs:
job_assassin
Description:
A katar crafted from the body of a huge beast, and the wounds it inflicts are very difficult to heal.
Adds 1% chance of inflicting Level 1 Critical Wound status to enemy when dealing physical attack.
Critical Wound reduces the effect of Heal, Sanctuary, Potion Pitcher, and other recovery items by 20%.
Refine Level +9: decreases healing effects by 40%.
Class: Katar
Attack: 160
Weight: 145
Weapon Level: 4
Level Requirement: 55
Jobs: Assassin Cross
Item Script:
if (getrefine()>=9)
bonus3 bAutoSpell,'NPC_CRITICALWOUND',2,100;
else
bonus3 bAutoSpell,'NPC_CRITICALWOUND',1,100;