Buff nailgun
This commit is contained in:
parent
8fb84b9695
commit
8ae4dac528
@ -10,7 +10,7 @@ defaultproperties
|
||||
reloadMagStartFrame=0.278000
|
||||
reloadChargeStartFrame=-1.000000
|
||||
FirstPersonFlashlightOffset=(X=-20.000000,Y=-22.000000,Z=8.000000)
|
||||
MagCapacity=28
|
||||
MagCapacity=42
|
||||
ReloadRate=2.600000
|
||||
ReloadAnim="Reload"
|
||||
ReloadAnimRate=1.000000
|
||||
|
@ -3,6 +3,9 @@ defaultproperties
|
||||
{
|
||||
bCanFireIncomplete=True
|
||||
ProjectileSpeed=3500.000000
|
||||
maxVerticalRecoilAngle=1250
|
||||
maxHorizontalRecoilAngle=750
|
||||
FireRate=0.600000
|
||||
DamageType=class'NiceDamTypeNailGunWeak'
|
||||
AmmoPerFire=7
|
||||
SpreadStyle=SS_Random
|
||||
|
@ -3,8 +3,8 @@ class NiceNailGunAmmo extends NiceAmmo;
|
||||
defaultproperties
|
||||
{
|
||||
WeaponPickupClass=class'NiceNailGunPickup'
|
||||
AmmoPickupAmount=28
|
||||
MaxAmmo=168
|
||||
AmmoPickupAmount=42
|
||||
MaxAmmo=336
|
||||
InitialAmount=84
|
||||
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
|
||||
IconCoords=(X1=451,Y1=445,X2=510,Y2=500)
|
||||
|
@ -10,8 +10,8 @@ defaultproperties
|
||||
bShouldBounce=True
|
||||
bCausePain=True
|
||||
bulletClass=class'NiceNail'
|
||||
maxVerticalRecoilAngle=1250
|
||||
maxHorizontalRecoilAngle=750
|
||||
maxVerticalRecoilAngle=0
|
||||
maxHorizontalRecoilAngle=0
|
||||
bRandomPitchFireSound=True
|
||||
FireSoundRef="KF_NailShotgun.NailShotgun_Fire_Single_M"
|
||||
StereoFireSoundRef="KF_NailShotgun.NailShotgun_Fire_Single_S"
|
||||
@ -19,7 +19,7 @@ defaultproperties
|
||||
DamageType=class'NiceDamTypeNailGun'
|
||||
DamageMax=66
|
||||
FireAnimRate=1.250000
|
||||
FireRate=0.400000
|
||||
FireRate=0.300000
|
||||
AmmoClass=class'NiceNailGunAmmo'
|
||||
ShakeRotTime=3.000000
|
||||
ShakeOffsetTime=2.000000
|
||||
|
@ -4,7 +4,7 @@ defaultproperties
|
||||
Weight=8.000000
|
||||
cost=250
|
||||
AmmoCost=17
|
||||
BuyClipSize=28
|
||||
BuyClipSize=42
|
||||
PowerValue=70
|
||||
SpeedValue=55
|
||||
RangeValue=25
|
||||
|
Loading…
Reference in New Issue
Block a user