Basic Info

Name 510007 Beginner Metal Dagger[1]
Item ID 510007 - Metal_Dagger_P
Type Weapon - Dagger
510007
A beginner's dagger made of metal and further enhanced with steel.
_
Increases [Back Stab] and [Raid] damage by 15%.
If +7 or higher, ASPD + 10%.
If Base Level 20 or higher: For every 10 Base Level, ATK + 3.
(Up to Base Level 90)
Class: Dagger Attack: 70
Weight: 0
Weapon Level: 3
Required Level: 1
Jobs: Novice, Swordsman, Archer, Thief, Mage, Merchant, Ninja

Details

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

Stats

Range 0
Defense 0
Attack 70
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 Novice / Swordsman / Magician / Archer / Merchant / Thief / Knight / Wizard / Blacksmith / Hunter / Assassin / Crusader / Sage / Rogue / Alchemist / Bard/Dancer / Soul Linker / Ninja / Kagerou/Oboro
Gender Any

Scripts

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