Hunting Knife

Item ID 28491 Name Hunting Knife
A dagger that is indispensable when hunting in the mountains.
It has a wide range of uses, from dismantling of prey to weeding.
_______________________
LUK +2
HIT +10
_______________________
Increases Critical by 5 when dealing Ranged Physical Damage.
_______________________
Enables the use of Level 1 Hiding.
_______________________
Base LUK at least 100:
HIT +10
Increases Critical by 10 when dealing Ranged Physical Damage.
_______________________
When equipped with Sharp Lv1 or Sharp Lv2:
HIT +15
Increases Critical by 10 when dealing Ranged Physical Damage.
_______________________
Type: Accessory
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 90
Weapon Level 0 Identifier Matagi_Swordaxe
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 90
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bLuk,2;
bonus bHit,10;
bonus bCriticalLong,5;
skill "TF_HIDING",1;
if (readparam(bLuk)>=100) {
   bonus bHit,5;
   bonus bCriticalLong,10;
}

Set Script
Hunting Knife
Sharp2
bonus bHit,15;
bonus bCriticalLong,10;
Hunting Knife
Sharp1
bonus bHit,15;
bonus bCriticalLong,10;
Hunting Knife
Sharp 1
bonus bHit,15;
bonus bCriticalLong,10;
Hunting Knife
Sharp 2
bonus bHit,15;
bonus bCriticalLong,10;