Basic Info

Name 1292 Upgrade Katar[1]
Item ID 1292 - Upg_Katar
Type Weapon - Katar
1292
A katar that is coated with elunium and gold.
-------------------------
Every refine increase ATK by 10 and Critical Damage by 2%.
-------------------------
Base Level 70: For every 10 base level increment, increase ATK by 10.
-------------------------
Class: Katar
Attack: 80
Weight: 100
Weapon Level: 3
Level Requirement: 1
Jobs: Assassin

Details

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

Stats

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

Restrictions

Level Range Any
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes Assassin
Gender Any

Scripts

Use Script
bonus bBaseAtk,(getrefine()*10); bonus bCritAtkRate,(getrefine()*2); if(BaseLevel>70) { bonus bBaseAtk,(((BaseLevel-70)/10)*10); }
Equip Script
None
Unequip Script
None