NicePack/sources/Weapons/Playable/Shotguns/KSG/NiceKSGFire.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

5 lines
578 B
Ucode

class NiceKSGFire extends NiceShotgunFire;
defaultproperties
{
ProjPerFire=12
maxVerticalRecoilAngle=1000
maxHorizontalRecoilAngle=500
ShellEjectClass=Class'KFMod.KSGShellEject'
ShellEjectBoneName="Shell_eject"
FireSoundRef="KF_KSGSnd.KSG_Fire_M"
StereoFireSoundRef="KF_KSGSnd.KSG_Fire_S"
NoAmmoSoundRef="KF_AA12Snd.AA12_DryFire"
DamageType=Class'NicePack.NiceDamTypeKSGShotgun'
DamageMax=25
FireAnimRate=0.869565
FireRate=0.943000
AmmoClass=Class'NicePack.NiceKSGAmmo'
BotRefireRate=0.250000
Spread=1000.000000
}