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