Viewing Item

#510021: Reinforced Knife

Item ID 510021 For Sale No
Identifier Avd_Knife Credit Price Not For Sale
Name Reinforced Knife Type Weapon - Dagger
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 1 Refineable Yes
Attack 100 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Novice / Super novice / Swordman / Mage / Archer / Merchant / Thief / Knight / Wizard / Blacksmith / Hunter / Assassin / Crusader / Sage / Rogue / Alchemist / Bard / Dancer / Soul Linker / Ninja / Kagerou / Oboro
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bAllTraitStats,1;

4 if (.@g>=ENCHANTGRADE_D) {

5 bonus bPow,.@r;

6 }

7 if (.@g>=ENCHANTGRADE_C) {

8 bonus bSpl,.@r;

9 }

10 if (.@g>=ENCHANTGRADE_B) {

11 bonus bSta,.@r;

12 bonus bPAtk,.@r*2;

13 bonus bSMatk,.@r*2;

14 bonus bCRate,.@r;

15 }

Equip Script None
Unequip Script None