Basic Info

Name 610005 Beginner Metal Katar[1]
Item ID 610005 - Metal_Katar_P
Type Weapon - Katar
610005
A beginner's katar made of metal and further enhanced with steel.
_
Increases [Sonic Blow] damage by 15%.
If +7 or higher, Critical Damage + 5%.
If Base Level 20 or higher: For every 10 Base Level, ATK + 3.
(Up to Base Level 90)
Class: Katar Attack: 100
Weight: 0
Weapon Level: 3
Required Level: 1
Jobs: Assassin

Details

Weight 0
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 0
Defense 0
Attack 100
Magical Attack 0
Weapon Level 3
Slots 1

Restrictions

Level Range Any
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes Assassin
Gender Any

Scripts

Use Script
bonus2(bSkillAtk, AS_SONICBLOW, 15); if (BaseLevel >= 20) bonus(bBaseAtk, 3 * (min(90, BaseLevel) / 10)); if (getrefine() >= 7) bonus(bCritAtkRate, 5);
Equip Script
None
Unequip Script
None