SERVER: OFFLINE
PLAYERS: 0
Glorious Shotgun

Glorious Shotgun

Krieger_Shotgun1
#13178
Refineable Weapon
0 z
0 z
0
0
9
0
110

Equipment Info

Two-Handed
None
Gunslinger
Both (Male and Female)

Item Script

bonus2 bAddRace,RC_DemiHuman,55;
bonus2 bAddRace,RC_Player_Human,55;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
bonus bSplashRange,1;
bonus2 bSkillAtk,"GS_TRIPLEACTION",30;
bonus bUnbreakableWeapon;
if (getrefine()>5) {
   bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4);
   bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
}
if (getrefine()>8) {
   bonus2 bSkillAtk,"GS_SPREADATTACK",getrefine() * 2;
   bonus3 bAddEffOnSkill,"GS_SPREADATTACK",Eff_Stun,2000;
}