

This item is customized on heRO!
- Yes
- Yes
- Yes
- Yes
- Yes
- Yes

Armor
Armor
20
10
80
6
55
A gunner's jacket that is outfitted for battle.
[Grenade Launcher]
If the user has mastered Spread Attack at level 6 or higher, increase the damage of Spread Attack by 15%.
[+Bombardier's Boots & Bombardier's Trick-Coin & Bombardier's Bombcase]
Reduce the SP Consumption of all skills by 25%
Add a 25% resistance against Stun.
Grenade Launchers have + 35 ATK and pierce the DEF of Boss and Non-Boss enemies by 20%
[Level 99]
Grenade Launchers further pierce the DEF of Boss and Non-Boss enemies by 20%.
Further add a 25% resistance against Stun.
[Grenade Launcher]
If the user has mastered Spread Attack at level 6 or higher, increase the damage of Spread Attack by 15%.
[+Bombardier's Boots & Bombardier's Trick-Coin & Bombardier's Bombcase]
Reduce the SP Consumption of all skills by 25%
Add a 25% resistance against Stun.
Grenade Launchers have + 35 ATK and pierce the DEF of Boss and Non-Boss enemies by 20%
[Level 99]
Grenade Launchers further pierce the DEF of Boss and Non-Boss enemies by 20%.
Further add a 25% resistance against Stun.
✓ Gunslinger
if (getiteminfo(getequipid(EQI_HAND_R),11)==21 && getskilllv("GS_SPREADATTACK") > 5) { bonus2 bSkillAtk,"GS_SPREADATTACK",20; } if(isequipped(8347) && isequipped(8348) && isequipped(8350)) { bonus bUseSPrate,-25; bonus2 bResEff,Eff_Stun,2500; if (getiteminfo(getequipid(EQI_HAND_R),11)==21) { bonus bAtk,35; bonus2 bIgnoreDefRate,RC_Boss,20; bonus2 bIgnoreDefRate,RC_NonBoss,20; } if(BaseLevel==99) { bonus2 bResEff,Eff_Stun,2500; if (getiteminfo(getequipid(EQI_HAND_R),11)==21) { bonus2 bIgnoreDefRate,RC_Boss,20; bonus2 bIgnoreDefRate,RC_NonBoss,20; } } }