Updated 006

[Changed]
- Dual pistols' spread was reduced by half (down to 250 from 500)
- Commando no longer passively grants zed-time extensions
- Commando's skill 'Perfect execution': zed-time granted by this skill can no longer be extended
- Commando's skill 'Overclocking': now grants 4 additional zed-time extensions
- Demolitionist's weapons: ammo cost doubled, max ammo reduced to about 2/3rds of previous values (except for harpoon that was unchanged, m32 that still has the same max ammo and L.A.W. that got its ammo halved and rocket cost raised fom 13 to 40)
- Removed Hardcore level broadcasting bullshit
This commit is contained in:
Anton Tarasenko 2021-12-01 04:10:42 +07:00
commit 9bb40e03c8
22 changed files with 43 additions and 83 deletions

View file

@ -1,9 +1,9 @@
class NiceCLGLAmmo extends NiceAmmo;
defaultproperties
{
AmmoPickupAmount=4
MaxAmmo=30
InitialAmount=6
AmmoPickupAmount=2
MaxAmmo=20
InitialAmount=5
PickupClass=Class'NicePack.NiceCLGLAmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=4,Y1=350,X2=110,Y2=395)

View file

@ -1,7 +1,7 @@
class NiceCLGLAmmoPickup extends NiceAmmoPickup;
defaultproperties
{
AmmoAmount=4
AmmoAmount=2
InventoryType=Class'NicePack.NiceCLGLAmmo'
PickupMessage="CLGL Grenades"
StaticMesh=StaticMesh'KillingFloorStatics.FragPickup'

View file

@ -3,7 +3,7 @@ defaultproperties
{
Weight=6.000000
cost=500
AmmoCost=16
AmmoCost=32
BuyClipSize=4
PowerValue=85
SpeedValue=65

View file

@ -2,9 +2,9 @@ class NiceLAWAmmo extends NiceAmmo;
#EXEC OBJ LOAD FILE=KillingFloorHUD.utx
defaultproperties
{
AmmoPickupAmount=2
MaxAmmo=20
InitialAmount=5
AmmoPickupAmount=1
MaxAmmo=10
InitialAmount=1
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=458,Y1=34,X2=511,Y2=78)
ItemName="L.A.W Rockets"

View file

@ -1,7 +1,7 @@
class NiceLAWAmmoPickup extends NiceAmmoPickup;
defaultproperties
{
AmmoAmount=2
AmmoAmount=1
InventoryType=Class'NicePack.NiceLAWAmmo'
PickupMessage="HEAT Rockets"
StaticMesh=StaticMesh'KillingFloorStatics.LAWAmmo'

View file

@ -4,7 +4,7 @@ defaultproperties
{
Weight=9.000000
cost=1250
AmmoCost=13
AmmoCost=40
BuyClipSize=1
PowerValue=100
SpeedValue=20

View file

@ -3,8 +3,8 @@ defaultproperties
{
WeaponPickupClass=Class'NicePack.NiceM32Pickup'
AmmoPickupAmount=6
MaxAmmo=36
InitialAmount=9
MaxAmmo=32
InitialAmount=6
PickupClass=Class'NicePack.NiceM32AmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=4,Y1=350,X2=110,Y2=395)

View file

@ -2,7 +2,7 @@ class NiceM32Pickup extends NiceWeaponPickup;
defaultproperties
{
Weight=7.000000
AmmoCost=33
AmmoCost=66
cost=1000
BuyClipSize=6
PowerValue=85

View file

@ -2,9 +2,9 @@ class NiceM79Ammo extends NiceAmmo;
defaultproperties
{
WeaponPickupClass=Class'NicePack.NiceM79Pickup'
AmmoPickupAmount=3
MaxAmmo=24
InitialAmount=6
AmmoPickupAmount=2
MaxAmmo=16
InitialAmount=4
PickupClass=Class'NicePack.NiceM79AmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=4,Y1=350,X2=110,Y2=395)

View file

@ -1,7 +1,7 @@
class NiceM79AmmoPickup extends NiceAmmoPickup;
defaultproperties
{
AmmoAmount=3
AmmoAmount=2
InventoryType=Class'NicePack.NiceM79Ammo'
PickupMessage="M79 Incendiary Grenades"
StaticMesh=StaticMesh'KillingFloorStatics.FragPickup'

View file

@ -4,7 +4,7 @@ defaultproperties
crossPerkIndecies(0)=10
Weight=4.000000
cost=250
AmmoCost=4
AmmoCost=8
BuyClipSize=1
PowerValue=85
SpeedValue=5

View file

@ -2,7 +2,7 @@ class NicePipeBombPickup extends ScrnPipeBombPickup;
defaultproperties
{
cost=50
AmmoCost=50
AmmoCost=100
ItemName="Pipe Bomb NW"
ItemShortName="Pipe Bomb NW"
AmmoItemName="Pipe Bomb NW"

View file

@ -10,7 +10,7 @@ defaultproperties
DamageType=Class'NicePack.NiceDamType9mmPlus'
Momentum=10000.000000
FireRate=0.167
Spread=500.0
Spread=250.0
SpreadStyle=SS_Random
bWaitForRelease=Flash2Emitter
AmmoClass=Class'NicePack.NiceDual9mmPlusAmmo'

View file

@ -13,7 +13,7 @@ defaultproperties
DamageMax=120
Momentum=20000.000000
FireRate=0.34
Spread=500.0
Spread=250.0
SpreadStyle=SS_Random
AmmoClass=Class'NicePack.NiceDualDeagleAmmo'
ShakeRotMag=(Z=400.000000)

View file

@ -12,7 +12,7 @@ defaultproperties
Momentum=18000.000000
bWaitForRelease=False
FireRate=0.117
Spread=500.0
Spread=250.0
SpreadStyle=SS_Random
AmmoClass=Class'NicePack.NiceDualGlockAmmo'
ShakeRotMag=(Z=290.000000)

View file

@ -17,7 +17,7 @@ defaultproperties
FireAnimRate
FireAnimRate=1.5
FireRate=0.2
Spread=500.0
Spread=250.0
SpreadStyle=SS_Random
AmmoClass=Class'NicePack.NiceDualMK23Ammo'
ShakeRotMag=(Z=290.000000)

View file

@ -11,7 +11,7 @@ defaultproperties
DamageType=Class'NicePack.NiceDamTypeMagnumPistol'
DamageMin=82
DamageMax=82
Spread=500.0
Spread=250.0
SpreadStyle=SS_Random
Momentum=15000.000000
bWaitForRelease=False