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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue