Type |
Weapon |
Subtype |
Katar |
Attack |
120 |
Defense |
0 |
Weight |
120.0 |
Weapon Level |
3 |
Buy |
20z |
Sell |
10z |
Required Level |
50 |
Slots |
2 |
Applicable Jobs:
job_assassin
Description:
A katar decorated in black. It requires huge strength just to wave it.
Increases Grim Tooth damage by 10%.
Adds 0.5% chance of autocasting Level 1 Sonic Blow (Or activate based on learned skill level) when dealing physical attack.
Class: Katar
Attack: 120
Weight: 120
Weapon Level: 3
Level Requirement: 50
Jobs: Assassin Cross
Item Script:
bonus2 bSkillAtk,'AS_GRIMTOOTH',10;
if (getskilllv('AS_SONICBLOW')) {
bonus3 bAutoSpell,'AS_SONICBLOW',getskilllv('AS_SONICBLOW'),5;
}
else {
bonus3 bAutoSpell,'AS_SONICBLOW',1,5;
}