NicePack/sources/Weapons/Playable/Shotguns/Benelli/NiceBenelliFire.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
382 B
Ucode

class NiceBenelliFire extends NiceShotgunFire;
defaultproperties
{
KickMomentum=(X=-45.000000,Z=10.000000)
ShellEjectClass=Class'ROEffects.KFShellEjectBenelli'
ShellEjectBoneName="Shell_eject"
DamageType=Class'NicePack.NiceDamTypeBenelli'
FireAnimRate=1.000000
FireRate=0.200000
AmmoClass=Class'NicePack.NiceBenelliAmmo'
BotRefireRate=0.200000
}