NicePack/sources/Weapons/Playable/AssaultRifles/MKb42/NiceMKb42Fire.uc
Anton Tarasenko d8689b9ca0 Update 005
[Changed]
- Knife replaced by machete (now with 0 weight)
- Light vest now costs 50 instead of 100
- Horzine armor now costs 750 instead of 1000
- Dual pistols now have added spread of 500, same as SMGs
- Dual pistols now shoot 1.5 times as fast as single ones, instead of
double speed
- Shiver's health is set to the gorefast's level, but without 6-players
scaling
- Commando's passive reload speed bonus reduced from 30% to 15%
- Skill for commando "Perfect execution" no longer activates from Jasons
- Weapon for commando AK47: total ammo decreased from 270 to 240
- Weapon for commando Mkb42: total ammo increased from 240 to 270, delay
between shots decreased from 0.175 to 0.14
- Weapon for sharpshooter 9mm: perked decapitation mod increased from
0.5 to 0.6
- Weapon for sharpshooter MK23: delay between shots decreased from 0.35
to 0.3 seconds
[Fixed]
- Fixed bug that cause Benelli shotgun to deal 79 damage per pellet
instead of 63
- Fixed bug that caused dual magnums to deal less damage that single one
2021-08-23 07:56:47 +07:00

38 lines
1.2 KiB
Ucode

class NiceMKb42Fire extends NiceFire;
defaultproperties
{
zedTimeFireSpeedUp=1.200000
ProjectileSpeed=34250.000000
FireAimedAnim="Fire_Iron"
RecoilRate=0.070000
maxVerticalRecoilAngle=210
maxHorizontalRecoilAngle=105
ShellEjectClass=Class'ROEffects.KFShellEjectMkb'
ShellEjectBoneName="Shell_eject"
bAccuracyBonusForSemiAuto=True
FireSoundRef="KF_mkb42Snd.mkb42_Fire_Single_M"
StereoFireSoundRef="KF_mkb42Snd.mkb42_Fire_Single_S"
NoAmmoSoundRef="KF_AK47Snd.AK47_DryFire"
DamageType=Class'NicePack.NiceDamTypeMKb42AssaultRifle'
DamageMin=99
DamageMax=99
Momentum=8500.000000
bPawnRapidFireAnim=True
bWaitForRelease=True
TransientSoundVolume=1.800000
FireLoopAnim="Fire"
TweenTime=0.025000
FireForce="AssaultRifleFire"
FireRate=0.140000
AmmoClass=Class'NicePack.NiceMKb42Ammo'
ShakeRotMag=(X=50.000000,Y=50.000000,Z=350.000000)
ShakeRotRate=(X=5000.000000,Y=5000.000000,Z=5000.000000)
ShakeRotTime=0.750000
ShakeOffsetMag=(X=6.000000,Y=3.000000,Z=7.500000)
ShakeOffsetRate=(X=1000.000000,Y=1000.000000,Z=1000.000000)
ShakeOffsetTime=1.250000
BotRefireRate=0.990000
FlashEmitterClass=Class'ROEffects.MuzzleFlash1stSTG'
aimerror=42.000000
}