Basic Info

Name 1296 Metal Katar[1]
Item ID 1296 - Metal_Katar
Type Weapon - Katar
1296
Katar Made up of Metal.
-------------------------
For everry refine level, increase ATK by 5 and Critical Damage +1%.
-------------------------
Base Level 20: For every 10 base level increment, increase ATK by 5.
(Applies up to level 120.)
-------------------------
Class: Katar
Attack: 75
Weight: 0
Weapon Level: 3
Level Requirement: 1
Jobs: Assassin Corss

Details

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

Stats

Range 1
Defense 0
Attack 75
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
bonus bBaseAtk,(getrefine()*5); bonus bCritAtkRate,getrefine(); .@val = min(BaseLevel/10, 12); if (.@val > 2) { bonus bBaseAtk,((.@val-2)*5); }
Equip Script
None
Unequip Script
None