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

@ -3,7 +3,8 @@ defaultproperties
{
bBackupWeapon=True
cost=100
AmmoCost=8
AmmoCost=5
BuyClipSize=15
Description="A 9mm handgun, with a functional laser sight and flashlight. The barrel has been replaced with one that can chamber hotter ammunition loads, meaning faster bullets, meaning more damage!"
ItemName="Beretta"
ItemShortName="9mm"

View file

@ -3,7 +3,8 @@ defaultproperties
{
bBackupWeapon=True
cost=200
AmmoCost=16
BuyClipSize=30
AmmoCost=10
Description="A pair of custom 9mm handguns. These have been improved with a laser sight and more powerful ammunition"
ItemName="Dual Berettas"
ItemShortName="Dual Berettas"

View file

@ -2,7 +2,7 @@ class NiceContenderPickup extends NiceWeaponPickup;
defaultproperties
{
Weight=3.000000
AmmoCost=8
AmmoCost=5
cost=1000
BuyClipSize=1
PowerValue=60

View file

@ -3,7 +3,7 @@ defaultproperties
{
Weight=2.000000
cost=250
AmmoCost=11
AmmoCost=14
BuyClipSize=8
PowerValue=65
SpeedValue=35

View file

@ -3,8 +3,8 @@ defaultproperties
{
Weight=4.000000
cost=500
AmmoCost=22
BuyClipSize=8
AmmoCost=28
BuyClipSize=16
PowerValue=85
SpeedValue=35
RangeValue=60

View file

@ -3,8 +3,9 @@ defaultproperties
{
bBackupWeapon=True
Weight=4.000000
cost=250
BuyClipSize=12
cost=200
AmmoCost=6
BuyClipSize=24
PowerValue=70
SpeedValue=45
RangeValue=60

View file

@ -3,7 +3,8 @@ defaultproperties
{
bBackupWeapon=True
Weight=2.000000
cost=125
cost=100
AmmoCost=3
BuyClipSize=12
PowerValue=50
SpeedValue=45

View file

@ -9,10 +9,11 @@ defaultproperties
StereoFireSoundRef="KF_MK23Snd.MK23_Fire_S"
NoAmmoSoundRef="KF_HandcannonSnd.50AE_DryFire"
DamageType=Class'NicePack.NiceDamTypeMK23Pistol'
DamageMin=55
DamageMax=55
DamageMin=42
DamageMax=42
Momentum=18000.000000
NoAmmoSound=None
bWaitForRelease=False
FireRate=0.175000
AmmoClass=Class'NicePack.NiceDualMK23Ammo'
ShakeRotMag=(Z=290.000000)

View file

@ -3,8 +3,8 @@ defaultproperties
{
Weight=4.000000
cost=500
AmmoCost=32
BuyClipSize=12
AmmoCost=20
BuyClipSize=24
PowerValue=70
SpeedValue=45
RangeValue=60

View file

@ -26,6 +26,7 @@ defaultproperties
LaserAttachmentBone="Tip_Right"
altLaserAttachmentBone="Tip_Left"
MagCapacity=24
ReloadAnimRate=1.2
ReloadRate=4.466700
Weight=4.000000
StandardDisplayFOV=60.000000

View file

@ -8,12 +8,13 @@ defaultproperties
StereoFireSoundRef="KF_MK23Snd.MK23_Fire_S"
NoAmmoSoundRef="KF_HandcannonSnd.50AE_DryFire"
DamageType=Class'NicePack.NiceDamTypeMK23Pistol'
DamageMin=55
DamageMax=55
DamageMin=42
DamageMax=42
Momentum=18000.000000
FireLoopAnim=
FireEndAnim=
FireRate=0.350000
bWaitForRelease=False
AmmoClass=Class'NicePack.NiceMK23Ammo'
ShakeRotMag=(Z=290.000000)
ShakeRotRate=(X=10080.000000,Y=10080.000000)

View file

@ -3,7 +3,7 @@ defaultproperties
{
Weight=2.000000
cost=250
AmmoCost=16
AmmoCost=10
BuyClipSize=12
PowerValue=50
SpeedValue=45

View file

@ -30,6 +30,7 @@ defaultproperties
reloadMagStartFrame=0.286000
reloadChargeStartFrame=-1.000000
MagCapacity=12
ReloadAnimRate=1.2
ReloadRate=2.600000
Weight=2.000000
StandardDisplayFOV=60.000000

View file

@ -1,8 +1,8 @@
class NiceDamTypeMagnumPistol extends NiceDamageTypeVetSharpshooter;
defaultproperties
{
flinchMultiplier=2.5
stunMultiplier=6.0
flinchMultiplier=2
stunMultiplier=3.75
MaxPenetrations=2
PenDmgReduction=0.990000
HeadShotDamageMult=1.35

View file

@ -7,7 +7,7 @@ defaultproperties
leftInsert=0.800000
rightInsert=0.375000
MagCapacity=12
Weight=2.000000
Weight=4.000000
ReloadRate=2.23125
ReloadAnimRate=1.5
WeaponReloadAnim="Reload_DualRevolver"

View file

@ -1,10 +1,10 @@
class NiceDualMagnumPickup extends NiceDualiesPickup;
defaultproperties
{
Weight=2.000000
Weight=4.000000
cost=250
AmmoCost=16
BuyClipSize=6
AmmoCost=10
BuyClipSize=12
PowerValue=80
SpeedValue=50
RangeValue=65

View file

@ -9,9 +9,10 @@ defaultproperties
StereoFireSoundRef="KF_RevolverSnd.Revolver_Fire_S"
NoAmmoSoundRef="KF_HandcannonSnd.50AE_DryFire"
DamageType=Class'NicePack.NiceDamTypeMagnumPistol'
DamageMin=61
DamageMax=61
DamageMin=82
DamageMax=82
Momentum=15000.000000
bWaitForRelease=False
bPawnRapidFireAnim=False
FireLoopAnim=
FireEndAnim=

View file

@ -1,9 +1,9 @@
class NiceMagnumPickup extends NiceSinglePickup;
defaultproperties
{
Weight=1.000000
Weight=2.000000
cost=125
AmmoCost=8
AmmoCost=5
BuyClipSize=6
PowerValue=60
SpeedValue=40

View file

@ -11,7 +11,7 @@ defaultproperties
ReloadRate=1.2625
ReloadAnimRate=1.5
WeaponReloadAnim="Reload_Revolver"
Weight=1.000000
Weight=2.000000
StandardDisplayFOV=60.000000
TraderInfoTexture=Texture'KillingFloor2HUD.Trader_Weapon_Icons.Trader_Revolver'
bIsTier2Weapon=True