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
|
|
@ -6,7 +6,7 @@ defaultproperties
|
|||
MaxPenetrations=5
|
||||
BigZedPenDmgReduction=0.750000
|
||||
MediumZedPenDmgReduction=1.000000
|
||||
HeadShotDamageMult=1.900000
|
||||
HeadShotDamageMult=2.6
|
||||
bSniperWeapon=True
|
||||
WeaponClass=Class'NicePack.NiceHuntingRifle'
|
||||
DeathString="%k killed %o (Hunting Rifle)."
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ defaultproperties
|
|||
{
|
||||
Weight=6.000000
|
||||
cost=750
|
||||
AmmoCost=35
|
||||
AmmoCost=34
|
||||
BuyClipSize=5
|
||||
PowerValue=55
|
||||
SpeedValue=42
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ defaultproperties
|
|||
{
|
||||
Weight=8.000000
|
||||
cost=1000
|
||||
AmmoCost=15
|
||||
AmmoCost=25
|
||||
BuyClipSize=20
|
||||
PowerValue=55
|
||||
SpeedValue=20
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ class NiceM99Pickup extends NiceWeaponPickup;
|
|||
defaultproperties
|
||||
{
|
||||
cost=1250
|
||||
AmmoCost=60
|
||||
AmmoCost=13
|
||||
BuyClipSize=1
|
||||
PowerValue=95
|
||||
SpeedValue=30
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ static function ScoredNiceHeadshot(KFSteamStatsAndAchievements KFStatsAndAchieve
|
|||
defaultproperties
|
||||
{
|
||||
stunMultiplier=1.250000
|
||||
HeadShotDamageMult=4.000000
|
||||
HeadShotDamageMult=4.75
|
||||
bSniperWeapon=True
|
||||
WeaponClass=Class'NicePack.NiceMaulerRifle'
|
||||
DeathString="%k killed %o (S.P. Mauler)."
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ defaultproperties
|
|||
{
|
||||
Weight=6.000000
|
||||
cost=750
|
||||
AmmoCost=50
|
||||
AmmoCost=22
|
||||
BuyClipSize=10
|
||||
PowerValue=60
|
||||
SpeedValue=10
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ defaultproperties
|
|||
{
|
||||
Weight=8.000000
|
||||
cost=1250
|
||||
AmmoCost=50
|
||||
AmmoCost=42
|
||||
BuyClipSize=10
|
||||
PowerValue=90
|
||||
SpeedValue=40
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ defaultproperties
|
|||
{
|
||||
Weight=7.000000
|
||||
cost=1000
|
||||
AmmoCost=15
|
||||
AmmoCost=25
|
||||
BuyClipSize=10
|
||||
PowerValue=80
|
||||
SpeedValue=40
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ class NiceWinchesterPickup extends NiceWeaponPickup;
|
|||
defaultproperties
|
||||
{
|
||||
Weight=6.000000
|
||||
cost=200
|
||||
AmmoCost=13
|
||||
cost=250
|
||||
BuyClipSize=10
|
||||
PowerValue=50
|
||||
SpeedValue=35
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue