Boost Lance-OSAD

Item ID 530031 Name Boost Lance-OSAD
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
Weapon Level 5 Identifier Boost_Lance_AD
Attack 190 Type Weapon - One-Handed Spear
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Crusader
Range 3 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 100 Min Equip Level 170
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;
      }
   }
}

Set Script
Stripe Hat-LT
Boost Lance-OSAD
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"LG_CANNONSPEAR",-500;
bonus2 bSkillAtk,"LG_CANNONSPEAR",5*(.@r_weapon/2);