ID #530031
Weapon
Boost Lance-OSAD [2]
Buy Price: N/A
Sell Price: N/A
An upgraded version of the lance with a small propulsion mechanism.
It is smaller than the existing lance, perhaps for propulsion.
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by additional 10%).
_______________________
Refine Level +9:
Increases damage of Banishing Point by 20%.
Increases damage of Cannon Spear by 20%.
_______________________
Refine Level +11:
Increases damage of Banishing Point by additional 25%.
_______________________
Type: One-Handed Spear
Attack: 190
Weight: 100
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Royal Guard
It is smaller than the existing lance, perhaps for propulsion.
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by additional 10%).
_______________________
Refine Level +9:
Increases damage of Banishing Point by 20%.
Increases damage of Cannon Spear by 20%.
_______________________
Refine Level +11:
Increases damage of Banishing Point by additional 25%.
_______________________
Type: One-Handed Spear
Attack: 190
Weight: 100
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Royal Guard
Equipment Reform
Available through the reform system Plus7_Refine_NPC
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
1000
Range
3
Acquisition method
Equipment reform
Job Requirements
Crusader
Yes
Requirements
Weapon Level
5
Min Level
170
Scripts
Script .@r = getrefine(); bonus bAspdRate,5; if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus2 bSkillAtk,"LG_CANNONSPEAR",20; bonus2 bSkillAtk,"LG_BANISHINGPOINT",20; if (.@r>=11) { bonus2 bSkillAtk,"LG_BANISHINGPOINT",25; } } }
.@r = getrefine();
bonus bAspdRate,5;
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus2 bSkillAtk,"LG_CANNONSPEAR",20;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",20;
if (.@r>=11) {
bonus2 bSkillAtk,"LG_BANISHINGPOINT",25;
}
}
}