Update 008
[Changed] - Weapon for sharpshooter SVD: reload speed was sped up by 20% - Weapon for enforcer Nailgun: previously bugged spread of alt fire of 3000 reduced to 500, added 2 bounces to alt fire
This commit is contained in:
parent
3ab2559616
commit
4f708c52e0
5 changed files with 6 additions and 6 deletions
|
|
@ -2,5 +2,5 @@ class NiceDamTypeNailGunWeak extends NiceDamTypeNailGun
|
|||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
MaxPenetrations=0
|
||||
MaxPenetrations=2
|
||||
}
|
||||
|
|
@ -6,4 +6,5 @@ defaultproperties
|
|||
DamageType=Class'NicePack.NiceDamTypeNailGunWeak'
|
||||
AmmoPerFire=7
|
||||
SpreadStyle=SS_Random
|
||||
Spread=500.000000
|
||||
}
|
||||
|
|
@ -26,4 +26,5 @@ defaultproperties
|
|||
BotRefireRate=0.500000
|
||||
FlashEmitterClass=Class'ROEffects.MuzzleFlash1stNailGun'
|
||||
SpreadStyle=SS_None
|
||||
Spread=1125.000000
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue