Basic Info

Name 13079 Metal Dagger[1]
Item ID 13079 - Metal_Dagger
Type Weapon - Dagger
13079
Every refine ATK +5, MATK +2.
Base level 20: Every 10 base level add +5 ATK.
(Bonus applies up to BaseLv 120)
Class: Dagger
Attack: 55
Weight: 0
Weapon Level: 3
Level Requirement: 1
Jobs: Novice, Swordman, Mage, Archer, Merchant, Thief, Soul Linker and Ninja

Details

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

Stats

Range 1
Defense 0
Attack 55
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
Job Classes Thief / Assassin / Rogue / Ninja
Gender Any

Scripts

Use Script
bonus bBaseAtk,(getrefine()*5); bonus bMatk,(getrefine()*2); .@val = min(BaseLevel/10, 12); if (.@val > 2) { bonus bBaseAtk,((.@val-2)*5); }
Equip Script
None
Unequip Script
None