ID #32013
Weapon
Metal Stick [3]
Buy Price: N/A
Sell Price: N/A
A spear made out of Spider Tank parts.
Quite heavy, but gives excellent grip.
_______________________
Increases damage of Cannon Spear by 10%.
_______________________
Refine Level +7:
Increases damage of Over Brand by 10%.
_______________________
Refine Level +9:
Increases damage of Over Brand by additional 15%.
_______________________
Refine Level +12:
Decreases After Skill Delay by 15%.
_______________________
Type: One-Handed Spear
Attack: 180
Weight: 200
Weapon Level: 4
_______________________
Requirement:
Base Level 150
3rd classes of Swordsman
Quite heavy, but gives excellent grip.
_______________________
Increases damage of Cannon Spear by 10%.
_______________________
Refine Level +7:
Increases damage of Over Brand by 10%.
_______________________
Refine Level +9:
Increases damage of Over Brand by additional 15%.
_______________________
Refine Level +12:
Decreases After Skill Delay by 15%.
_______________________
Type: One-Handed Spear
Attack: 180
Weight: 200
Weapon Level: 4
_______________________
Requirement:
Base Level 150
3rd classes of Swordsman
Monster Drops
Normal Drops
Spider Chariot
Rate: 0.5%
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
2000
Range
3
Job Requirements
Crusader
Yes
Knight
Yes
Requirements
Weapon Level
4
Min Level
150
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"LG_CANNONSPEAR",10; if (.@r > 6) { bonus2 bSkillAtk,"LG_OVERBRAND",10 + (.@r > 8 ? 15 : 0); } if (.@r > 11) { bonus bDelayrate,-15; }
.@r = getrefine();
bonus2 bSkillAtk,"LG_CANNONSPEAR",10;
if (.@r > 6) {
bonus2 bSkillAtk,"LG_OVERBRAND",10 + (.@r > 8 ? 15 : 0);
}
if (.@r > 11) {
bonus bDelayrate,-15;
}