Buff nailgun

This commit is contained in:
Anton Tarasenko 2024-03-16 16:15:13 +07:00
parent 8fb84b9695
commit 8ae4dac528
5 changed files with 10 additions and 7 deletions

View File

@ -10,7 +10,7 @@ defaultproperties
reloadMagStartFrame=0.278000 reloadMagStartFrame=0.278000
reloadChargeStartFrame=-1.000000 reloadChargeStartFrame=-1.000000
FirstPersonFlashlightOffset=(X=-20.000000,Y=-22.000000,Z=8.000000) FirstPersonFlashlightOffset=(X=-20.000000,Y=-22.000000,Z=8.000000)
MagCapacity=28 MagCapacity=42
ReloadRate=2.600000 ReloadRate=2.600000
ReloadAnim="Reload" ReloadAnim="Reload"
ReloadAnimRate=1.000000 ReloadAnimRate=1.000000

View File

@ -3,6 +3,9 @@ defaultproperties
{ {
bCanFireIncomplete=True bCanFireIncomplete=True
ProjectileSpeed=3500.000000 ProjectileSpeed=3500.000000
maxVerticalRecoilAngle=1250
maxHorizontalRecoilAngle=750
FireRate=0.600000
DamageType=class'NiceDamTypeNailGunWeak' DamageType=class'NiceDamTypeNailGunWeak'
AmmoPerFire=7 AmmoPerFire=7
SpreadStyle=SS_Random SpreadStyle=SS_Random

View File

@ -3,8 +3,8 @@ class NiceNailGunAmmo extends NiceAmmo;
defaultproperties defaultproperties
{ {
WeaponPickupClass=class'NiceNailGunPickup' WeaponPickupClass=class'NiceNailGunPickup'
AmmoPickupAmount=28 AmmoPickupAmount=42
MaxAmmo=168 MaxAmmo=336
InitialAmount=84 InitialAmount=84
IconMaterial=Texture'KillingFloorHUD.Generic.HUD' IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=451,Y1=445,X2=510,Y2=500) IconCoords=(X1=451,Y1=445,X2=510,Y2=500)

View File

@ -10,8 +10,8 @@ defaultproperties
bShouldBounce=True bShouldBounce=True
bCausePain=True bCausePain=True
bulletClass=class'NiceNail' bulletClass=class'NiceNail'
maxVerticalRecoilAngle=1250 maxVerticalRecoilAngle=0
maxHorizontalRecoilAngle=750 maxHorizontalRecoilAngle=0
bRandomPitchFireSound=True bRandomPitchFireSound=True
FireSoundRef="KF_NailShotgun.NailShotgun_Fire_Single_M" FireSoundRef="KF_NailShotgun.NailShotgun_Fire_Single_M"
StereoFireSoundRef="KF_NailShotgun.NailShotgun_Fire_Single_S" StereoFireSoundRef="KF_NailShotgun.NailShotgun_Fire_Single_S"
@ -19,7 +19,7 @@ defaultproperties
DamageType=class'NiceDamTypeNailGun' DamageType=class'NiceDamTypeNailGun'
DamageMax=66 DamageMax=66
FireAnimRate=1.250000 FireAnimRate=1.250000
FireRate=0.400000 FireRate=0.300000
AmmoClass=class'NiceNailGunAmmo' AmmoClass=class'NiceNailGunAmmo'
ShakeRotTime=3.000000 ShakeRotTime=3.000000
ShakeOffsetTime=2.000000 ShakeOffsetTime=2.000000

View File

@ -4,7 +4,7 @@ defaultproperties
Weight=8.000000 Weight=8.000000
cost=250 cost=250
AmmoCost=17 AmmoCost=17
BuyClipSize=28 BuyClipSize=42
PowerValue=70 PowerValue=70
SpeedValue=55 SpeedValue=55
RangeValue=25 RangeValue=25