NicePack/sources/Weapons/Playable/SniperWeapons/SVD/NiceSVDFire.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
472 B
Ucode

class NiceSVDFire extends NiceSVDSFire;
defaultproperties
{
ProjectileSpeed=41500.000000
FireAimedAnim="Fire_Iron"
RecoilRate=0.150000
maxVerticalRecoilAngle=375
maxHorizontalRecoilAngle=150
DamageType=Class'NicePack.NiceDamTypeSVD'
DamageMin=180
DamageMax=180
FireAnimRate=0.500000
TweenTime=0.025000
FireForce="AssaultRifleFire"
FireRate=0.700000
AmmoClass=Class'NicePack.NiceSVDAmmo'
BotRefireRate=1.200000
}