ID #28784
Weapon
Procyon Dagger [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Weight: 500
Slots: 1
Weapon level: 4
Weight: 500
Slots: 1
Weapon level: 4
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
500
Range
1
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
4
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatk,50+BaseLevel; bonus bVariableCastrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Taekwon) { bonus bAspdRate,10; bonus bMatkRate,25; bonus2 bSubClass,Class_Boss,10; bonus2 bMagicAtkEle,Ele_Dark,25; if (.@r>=7) { .@val = 50; if (.@r>=9) .@val += 50; bonus2 bIgnoreDefRaceRate,RC_All,.@val; } }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatk,50+BaseLevel;
bonus bVariableCastrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Taekwon) {
bonus bAspdRate,10;
bonus bMatkRate,25;
bonus2 bSubClass,Class_Boss,10;
bonus2 bMagicAtkEle,Ele_Dark,25;
if (.@r>=7) {
.@val = 50;
if (.@r>=9)
.@val += 50;
bonus2 bIgnoreDefRaceRate,RC_All,.@val;
}
}