ID #32025
Weapon
Fortridge [2]
Buy Price: N/A
Sell Price: N/A
Specialized spear for enveloping and stabbing.
_______________________
ATK +5%
_______________________
For each Refine Level:
Decreases After Skill Delay by 1%.
_______________________
Refine Level +9:
Increases damage of Cannon Spear by 20%.
_______________________
Refine Level +11:
Increases damage of Overbrand by 20%.
_______________________
Type: One-Handed Spear
Attack: 205
Weight: 170
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Royal Guard
_______________________
ATK +5%
_______________________
For each Refine Level:
Decreases After Skill Delay by 1%.
_______________________
Refine Level +9:
Increases damage of Cannon Spear by 20%.
_______________________
Refine Level +11:
Increases damage of Overbrand by 20%.
_______________________
Type: One-Handed Spear
Attack: 205
Weight: 170
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Royal Guard
Available from boxes
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
1700
Range
3
Job Requirements
Crusader
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bDelayrate,-.@r; bonus bAtkRate,5; if (.@r>=9) bonus2 bSkillAtk,"LG_CANNONSPEAR",20; if (.@r>=11) { bonus2 bSkillAtk,"LG_OVERBRAND",20; bonus2 bSkillAtk,"LG_OVERBRAND_BRANDISH",20; bonus2 bSkillAtk,"LG_OVERBRAND_PLUSATK",20; }
.@r = getrefine();
bonus bDelayrate,-.@r;
bonus bAtkRate,5;
if (.@r>=9)
bonus2 bSkillAtk,"LG_CANNONSPEAR",20;
if (.@r>=11) {
bonus2 bSkillAtk,"LG_OVERBRAND",20;
bonus2 bSkillAtk,"LG_OVERBRAND_BRANDISH",20;
bonus2 bSkillAtk,"LG_OVERBRAND_PLUSATK",20;
}