
RENEWAL / ITEMS
Adulter Fides Guardian Spear [2]
#530013Weapon
Adulter_F_G_Spear
TypeWeapon
Weapon classOne-Handed Spear
Equipment positionWeapon
GenderBoth
Weight180
Buy price0 z
Sell price0 z
ATK220
Slots2
Required level180
Weapon level4
Adulter Fides Guardian Spear description & effects
A spear filled with false beliefs.
------------------------
Increases Overbrand damage by 10%.
ATK + 12 per 3 refine rate.
If refine rate is 7 or higher,
increases Overbrand damage by additional 20%.
If refine rate is 9 or higher,
reduces global cooldown by 10%.
If refine rate is 11 or higher,
increases Overbrand damage by additional 25%.
If refine rate is 12 or higher,
increases melee physical damage by 15%.
------------------------
Class : Spear
ATK : 220
Weight : 180
Weapon Lv : 4
Required Level : 180
Class : Royal Guard
Item details
- Gender
- Both
- Equipment position
- Weapon
- Jobs
- Crusader
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus2 bSkillAtk,"LG_OVERBRAND",10;
bonus bBaseAtk,12*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"LG_OVERBRAND",20;
if (.@r>=9) {
bonus bDelayrate,-10;
if (.@r>=11) {
bonus2 bSkillAtk,"LG_OVERBRAND",25;
if (.@r>=12) {
bonus bShortAtkRate,15;
}
}
}
}
TRY IT ON
8 directions · original animationsSee it on your character
Loading character preview…
SouthDrag to rotate
The preview shows appearance; equipment requirements are listed in the item details.
Some additional particle effects use the game client’s internal renderer and are not included in this preview.
Build an outfit with this itemEquipment sets
Set 1
Set effect
bonus bShortAtkRate,10;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"LG_OVERBRAND",5*(.@r_weapon/3);









