ID #32021
Weapon
Sealed Aquatic Spear [2]
Buy Price: N/A
Sell Price: N/A
A spear once used by hero that receives the blessing of water spirit.
This beautiful spear has a shape sea wave.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 4%.
_______________________
Refine Level +7:
Increases damage of Canon Spear and Banishing Point by 15%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
Increases damage of Canon Spear and Banishing Point by 20%.
_______________________
Type: One-Handed Spear
Attack: 180
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Royal Guard
This beautiful spear has a shape sea wave.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 4%.
_______________________
Refine Level +7:
Increases damage of Canon Spear and Banishing Point by 15%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
Increases damage of Canon Spear and Banishing Point by 20%.
_______________________
Type: One-Handed Spear
Attack: 180
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Royal Guard
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Range
3
Job Requirements
Crusader
Yes
Requirements
Weapon Level
4
Min Level
99
Scripts
Script .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bLongAtkRate,4*(.@r/3); if (.@r>=9) { bonus bAspdRate,10; bonus2 bSkillAtk,"LG_BANISHINGPOINT",35; bonus2 bSkillAtk,"LG_CANNONSPEAR",35; } else if (.@r>=7) { bonus2 bSkillAtk,"LG_BANISHINGPOINT",15; bonus2 bSkillAtk,"LG_CANNONSPEAR",15; }
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=9) {
bonus bAspdRate,10;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",35;
bonus2 bSkillAtk,"LG_CANNONSPEAR",35;
}
else if (.@r>=7) {
bonus2 bSkillAtk,"LG_BANISHINGPOINT",15;
bonus2 bSkillAtk,"LG_CANNONSPEAR",15;
}