Paradise Assassin Chakram

Item ID 610024 Name Paradise Assassin Chakram
A katar made by the Paradise Group.
_______________________
Critical +5
_______________________
Base Level at least 60:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Base Level at least 75:
Increases Critical Damage by 5%.
_______________________
Base Level at least 90:
Increases Critical Damage by additional 10%.
_______________________
Type: Katar
Attack: 180
Weight: 0
Weapon Level: 3
Refineable: No
_______________________
Requirement:
Base Level 45
Assassin classes
Weapon Level 3 Identifier 2Para_Katar1_AS
Attack 180 Type Weapon - Katar
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Assassin
Range 1 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 45
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus bCritical,5;
if (BaseLevel>=60)
   bonus bAspdRate,10;
if (BaseLevel>=75)
   bonus bCritAtkRate,5;
if (BaseLevel>=90)
   bonus bCritAtkRate,10;