Patch [Version 0.3.4 "Private balance round #3"]
This commit is contained in:
parent
78b4dfeb29
commit
c536198a52
76 changed files with 376 additions and 154 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
class NiceCLGLAmmoPickup extends NiceAmmoPickup;
|
||||
defaultproperties
|
||||
{
|
||||
AmmoAmount=6
|
||||
AmmoAmount=4
|
||||
InventoryType=Class'NicePack.NiceCLGLAmmo'
|
||||
PickupMessage="CLGL Grenades"
|
||||
StaticMesh=StaticMesh'KillingFloorStatics.FragPickup'
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ defaultproperties
|
|||
{
|
||||
Weight=6.000000
|
||||
cost=500
|
||||
AmmoCost=28
|
||||
AmmoCost=16
|
||||
BuyClipSize=4
|
||||
PowerValue=85
|
||||
SpeedValue=65
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ defaultproperties
|
|||
{
|
||||
Weight=9.000000
|
||||
cost=1250
|
||||
AmmoCost=30
|
||||
AmmoCost=13
|
||||
BuyClipSize=1
|
||||
PowerValue=100
|
||||
SpeedValue=20
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ class NiceM32Pickup extends NiceWeaponPickup;
|
|||
defaultproperties
|
||||
{
|
||||
Weight=7.000000
|
||||
AmmoCost=60
|
||||
AmmoCost=33
|
||||
cost=1000
|
||||
BuyClipSize=6
|
||||
PowerValue=85
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ defaultproperties
|
|||
{
|
||||
Weight=6.000000
|
||||
cost=750
|
||||
AmmoCost=30
|
||||
AmmoCost=22
|
||||
BuyClipSize=3
|
||||
PowerValue=90
|
||||
SpeedValue=35
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue