Patch [Version 0.3.4 "Private balance round #3"]

This commit is contained in:
Anton Tarasenko 2021-06-11 21:10:09 +07:00
commit c536198a52
76 changed files with 376 additions and 154 deletions

View file

@ -2,8 +2,8 @@ class NiceCLGLAmmo extends NiceAmmo;
defaultproperties
{
AmmoPickupAmount=4
MaxAmmo=36
InitialAmount=9
MaxAmmo=30
InitialAmount=6
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=6
AmmoAmount=4
InventoryType=Class'NicePack.NiceCLGLAmmo'
PickupMessage="CLGL Grenades"
StaticMesh=StaticMesh'KillingFloorStatics.FragPickup'

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -3,7 +3,7 @@ defaultproperties
{
Weight=6.000000
cost=750
AmmoCost=30
AmmoCost=22
BuyClipSize=3
PowerValue=90
SpeedValue=35