Reinforced Knife
| Item ID | 510021 | Name | Reinforced Knife |
|
Knife for testing.
_______________________ Type: Dagger Attack: 100 Weight: 10 Weapon Level: 5 _______________________ Requirement: Swordsman, Archer, Thief, Wizard, Merchant, Ninja and Soul Linker classes |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Avd_Knife | ||
| Attack | 100 | Type | Weapon - Dagger | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | 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 | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bAllTraitStats,1;
if (.@g>=ENCHANTGRADE_D) {
bonus bPow,.@r;
}
if (.@g>=ENCHANTGRADE_C) {
bonus bSpl,.@r;
}
if (.@g>=ENCHANTGRADE_B) {
bonus bSta,.@r;
bonus bPAtk,.@r*2;
bonus bSMatk,.@r*2;
bonus bCRate,.@r;
}
|
||||