Patent Aquatic Spear [2]
A beautiful window reminiscent of a raging wave.
The power of the sea inhabited and began to show its natural ability.
It resonates with Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 4%.
_______________________
Refine Level +7:
Increases damage of Cannon Spear and Banishing Point by 15%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases damage of Cannon Spear and Banishing Point by additional 20%.
_______________________
Refine Level +11:
Perfect HIT +7
MaxSP +5%
_______________________
When equipped with Great Hero's Boots:
STR +10, ATK +7%.
_______________________
Type: One-Handed Spear
Attack: 195
Weight: 140
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Royal Guard
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_1
Equipment Slots
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus bLongAtkRate,.@r/3*4; if (.@r>=7) { bonus2 bSkillAtk,"LG_CANNONSPEAR",15; bonus2 bSkillAtk,"LG_BANISHINGPOINT",15; bonus bAspdRate,10; } if (.@r>=9) { bonus2 bSkillAtk,"LG_CANNONSPEAR",20; bonus2 bSkillAtk,"LG_BANISHINGPOINT",20; } if (.@r>=11) { bonus bPerfectHitAddRate,7; bonus bMaxSPrate,5; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bLongAtkRate,.@r/3*4;
if (.@r>=7) {
bonus2 bSkillAtk,"LG_CANNONSPEAR",15;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",15;
bonus bAspdRate,10;
}
if (.@r>=9) {
bonus2 bSkillAtk,"LG_CANNONSPEAR",20;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",20;
}
if (.@r>=11) {
bonus bPerfectHitAddRate,7;
bonus bMaxSPrate,5;
}