Update 003

- Aiming down sights now reduces recoil by 50%
- Reshuffled demo skills
- Weapon for commando M4 203: increased amount of primary ammo from 120
to 180, reduced amount of grenade ammo from 12 to 8
- Weapon for Enforcer AA12 Shotgun: spread reduced from 3000 to 1125
- Weapon for Enforcer HSG-1 Shotgun: spread reduced from 1250 to 750
- Crawlers can no longer jump while headless
- Husks should no longer shoot while falling
- Sirens should no longer lift players from the ground with their
screaming
- Shiver's bleed out duration reduced from 5 to 3 seconds
- Jasons should no longer "rotate" because of fleshpounds
This commit is contained in:
Anton Tarasenko 2021-08-07 02:58:50 +07:00
commit 0b12940297
15 changed files with 28 additions and 459 deletions

View file

@ -4,8 +4,8 @@ defaultproperties
{
WeaponPickupClass=Class'NicePack.NiceM4Pickup'
AmmoPickupAmount=30
MaxAmmo=120
InitialAmount=30
MaxAmmo=180
InitialAmount=60
PickupClass=Class'NicePack.NiceM4M203AmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=336,Y1=82,X2=382,Y2=125)

View file

@ -3,8 +3,8 @@ defaultproperties
{
WeaponPickupClass=Class'NicePack.NiceM4M203Pickup'
AmmoPickupAmount=1
MaxAmmo=15
InitialAmount=4
MaxAmmo=8
InitialAmount=2
PickupClass=Class'NicePack.NiceM4M203AmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=4,Y1=350,X2=110,Y2=395)

View file

@ -1,7 +1,7 @@
class NiceM4M203NadeAmmoPickup extends NiceAmmoPickup;
defaultproperties
{
AmmoAmount=2
AmmoAmount=1
InventoryType=Class'NicePack.NiceM4M203NadeAmmo'
PickupMessage="M203 Grenades"
}

View file

@ -22,4 +22,5 @@ defaultproperties
ShakeOffsetMag=(Z=6.000000)
ShakeOffsetTime=1.250000
BotRefireRate=0.250000
Spread=1125.000000
}

View file

@ -15,5 +15,5 @@ defaultproperties
FireRate=0.943000
AmmoClass=Class'NicePack.NiceKSGAmmo'
BotRefireRate=0.250000
Spread=1000.000000
Spread=750.000000
}