Metal Stick

Item ID 32012 Name Metal Stick
A spear-shaped object cast by the lost technique.
The structure and materials as well as the intended use have not been clarified.
_______________________
VIT +3
_______________________
For each Base Level:
Increases damage of Banishing Point by 2%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
Decreases SP Consumption of Banishing Point by 15.
Increases Physical Damage against enemies of Demi-Human and Doram race by 15%.
_______________________
Refine Level +9:
For each Base Level:
Increases damage of Banishing Point by additional 1%.
_______________________
Refine Level +10:
Increases Physical Damage against enemies of Demi-Human and Doram race by additional 30%.
_______________________
Type: One-Handed Spear
Attack: 180
Weight: 250
Weapon Level: 4
_______________________
Requirement:
Base Level 130
3rd classes of Swordsman
Weapon Level 4 Identifier Metal_Stick_J
Attack 180 Type Weapon - One-Handed Spear
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Knight, Crusader
Range 3 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 250 Min Equip Level 130
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bVit,3;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",2*BaseLevel;
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus2 bSkillUseSP,"LG_BANISHINGPOINT",15;
   bonus2 bAddRace,RC_DemiHuman,15;
   bonus2 bAddRace,RC_Player_Doram,15;
}
if (.@r>=9)
   bonus2 bSkillAtk,"LG_BANISHINGPOINT",BaseLevel;
if (.@r>=10) {
   bonus2 bAddRace,RC_DemiHuman,30;
   bonus2 bAddRace,RC_Player_Doram,30;
}