Type |
Weapon |
Subtype |
Katar |
Attack |
120 |
Defense |
0 |
Weight |
170.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
55 |
Slots |
2 |
Applicable Jobs:
job_assassin
Description:
A Katar that can attack at longer ranges with fearsome power.
Has 0.3% certain chance of inflicting Bleeding status to all enemies in a 5*5 cell area.
This range increases to a 11*11 cell area if weapon refined to +9 or greater.
Class: Katar
Attack: 120
Weight: 170
Weapon Level: 4
Level Requirement: 55
Jobs: Assassin Cross
Item Script:
if (getrefine()>=9)
bonus3 bAutoSpell,'NPC_WIDEBLEEDING',2,30;
else
bonus3 bAutoSpell,'NPC_WIDEBLEEDING',1,30;