ID #28116
Weapon
Mine Worker's Pickaxe [2]
Buy Price: N/A
Sell Price: N/A
A pickaxe used by gold mine miner. Quite heavy, but has great attack power.
_______________________
Random chance to increase Critical by 20 for 7 seconds when dealing melee physical attacks.
_______________________
Refine Level +7:
Increases Critical Damage by 5%.
_______________________
Refine Level +9:
Increases Critical Damage by 10%.
_______________________
Type: Two-Handed Axe
Attack: 300
Weight: 400
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Mechanic
_______________________
Random chance to increase Critical by 20 for 7 seconds when dealing melee physical attacks.
_______________________
Refine Level +7:
Increases Critical Damage by 5%.
_______________________
Refine Level +9:
Increases Critical Damage by 10%.
_______________________
Type: Two-Handed Axe
Attack: 300
Weight: 400
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Mechanic
Monster Drops
Normal Drops
Bowie Buffalo Bandit
Rate: 0.5%
Spider Chariot
Rate: 100%
Elite Buffalo Bandit
Rate: 0.5%
Basic Information
Type
Weapon
Weight
4000
Range
1
Job Requirements
Blacksmith
Yes
Requirements
Weapon Level
3
Min Level
100
Scripts
Script bonus bUnbreakableWeapon; autobonus "{ bonus bCritical,20; }",50,7000,BF_SHORT,"{ specialeffect2 EF_ENCHANCE; }"; .@r = getrefine(); if (.@r>=9) { bonus bCritAtkRate,15; } else if (.@r>=7) { bonus bCritAtkRate,5; }
bonus bUnbreakableWeapon;
autobonus "{ bonus bCritical,20; }",50,7000,BF_SHORT,"{ specialeffect2 EF_ENCHANCE; }";
.@r = getrefine();
if (.@r>=9) {
bonus bCritAtkRate,15;
} else if (.@r>=7) {
bonus bCritAtkRate,5;
}