Changed some attack-delay/cycle values to ones I could poke from AMX-X/AlliedModders

This commit is contained in:
Marco Cawthorne 2019-01-05 16:35:45 +01:00
parent 78ccd2f4ec
commit 2e4498ec3d
6 changed files with 7 additions and 7 deletions

View file

@ -40,7 +40,7 @@ weaponinfo_t wptAK47 = {
8192, // Bullet Range
0.98, // Range Modifier
TYPE_AUTO, // Firing Type
0.1, // Attack-Delay
0.0955, // Attack-Delay
2.4, // Reload-Delay
iAmmo_762MM, // Caliber Pointer
iMag_AK47, // Clip Pointer

View file

@ -40,7 +40,7 @@ weaponinfo_t wptAUG = {
8192, // Bullet Range
0.96, // Range Modifier
TYPE_AUTO, // Firing Type
0.09, // Attack-Delay
0.0825, // Attack-Delay
3.3, // Reload-Delay
iAmmo_762MM, // Caliber Pointer
iMag_AUG, // Clip Pointer
@ -78,7 +78,7 @@ void WeaponAUG_PrimaryFire( void ) {
sound( self, CHAN_WEAPON, "weapons/aug-1.wav", 1, ATTN_NORM );
if ( self.viewzoom != 1.0 ) {
self.fAttackFinished = time + (wptAUG.fAttackFinished * 2);
self.fAttackFinished = time + 0.135;
}
}
#else

View file

@ -45,7 +45,7 @@ weaponinfo_t wptM4A1 = {
8192, // Bullet Range
0.97, // Range Modifier
TYPE_AUTO, // Firing Type
0.09, // Attack-Delay
0.0875, // Attack-Delay
3.1, // Reload-Delay
iAmmo_556MM, // Caliber Pointer
iMag_M4A1, // Clip Pointer

View file

@ -40,7 +40,7 @@ weaponinfo_t wptMAC10 = {
4096, // Bullet Range
0.82, // Range Modifier
TYPE_AUTO, // Firing Type
0.075, // Attack-Delay
0.07, // Attack-Delay
3.2, // Reload-Delay
iAmmo_45ACP, // Caliber Pointer
iMag_MAC10, // Clip Pointer

View file

@ -40,7 +40,7 @@ weaponinfo_t wptPARA = {
8192, // Bullet Range
0.97, // Range Modifier
TYPE_AUTO, // Firing Type
0.08, // Attack-Delay
0.1, // Attack-Delay
3.0, // Reload-Delay
iAmmo_556MMBOX, // Caliber Pointer
iMag_PARA, // Clip Pointer

View file

@ -40,7 +40,7 @@ weaponinfo_t wptSG552 = {
8192, // Bullet Range
0.955, // Range Modifier
TYPE_AUTO, // Firing Type
0.09, // Attack-Delay
0.0825, // Attack-Delay
3.2, // Reload-Delay
iAmmo_556MM, // Caliber Pointer
iMag_SG552, // Clip Pointer