NicePack/sources/Weapons/Playable/Pistols/9mmPlus/NiceDual9mmPlusFire.uc
Anton Tarasenko 9bb40e03c8 Updated 006
[Changed]
- Dual pistols' spread was reduced by half (down to 250 from 500)
- Commando no longer passively grants zed-time extensions
- Commando's skill 'Perfect execution': zed-time granted by this skill can no longer be extended
- Commando's skill 'Overclocking': now grants 4 additional zed-time extensions
- Demolitionist's weapons: ammo cost doubled, max ammo reduced to about 2/3rds of previous values (except for harpoon that was unchanged, m32 that still has the same max ammo and L.A.W. that got its ammo halved and rocket cost raised fom 13 to 40)
- Removed Hardcore level broadcasting bullshit
2021-12-01 04:10:42 +07:00

18 lines
525 B
Ucode

class NiceDual9mmPlusFire extends NiceDualiesFire;
defaultproperties
{
ProjectileSpeed=21300.000000
maxVerticalRecoilAngle=0
maxHorizontalRecoilAngle=0
FireSoundRef="NicePackSnd.NinePP.Fire1"
StereoFireSoundRef="NicePackSnd.NinePP.Fire1"
NoAmmoSoundRef="KF_9MMSnd.9mm_DryFire"
DamageType=Class'NicePack.NiceDamType9mmPlus'
Momentum=10000.000000
FireRate=0.167
Spread=250.0
SpreadStyle=SS_Random
bWaitForRelease=Flash2Emitter
AmmoClass=Class'NicePack.NiceDual9mmPlusAmmo'
}