ID #510021
Weapon
Reinforced Knife [1]
Buy Price: N/A
Sell Price: N/A
Knife for testing.
_______________________
Type: Dagger
Attack: 100
Weight: 10
Weapon Level: 5
_______________________
Requirement:
Swordsman, Archer, Thief, Wizard, Merchant, Ninja and Soul Linker classes
_______________________
Type: Dagger
Attack: 100
Weight: 10
Weapon Level: 5
_______________________
Requirement:
Swordsman, Archer, Thief, Wizard, Merchant, Ninja and Soul Linker classes
Equipment Reform
Available through the reform system IDTest_Special
- Jellopy × 10
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
100
Range
1
Acquisition method
Equipment reform
Job Requirements
Alchemist
Yes
Archer
Yes
Assassin
Yes
Bard/Dancer
Yes
Blacksmith
Yes
Crusader
Yes
Hunter
Yes
Knight
Yes
Mage
Yes
Merchant
Yes
Ninja
Yes
Novice
Yes
Rogue
Yes
Sage
Yes
Soul Linker
Yes
Super Novice
Yes
Swordsman
Yes
Thief
Yes
Wizard
Yes
Requirements
Weapon Level
5
Scripts
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; }
.@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;
}