Modify analyser sounds

This commit is contained in:
2022-03-22 18:42:48 +00:00
parent 7b842bca4f
commit 72a1399da0
10 changed files with 176 additions and 160 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ bangCane = defaultGun
, _itConsumption = defaultAmmo
{ _aoType = basicBullet
, _ammoBaseMax = 1
, _reloadTime = 20
, _reloadTime = 15
, _reloadType = ActivePartial 1
}
, _itUse = ruseAmmoParamsRate 6 upHammer
+2 -2
View File
@@ -49,7 +49,7 @@ bangStick i = defaultGun
, _itConsumption = defaultAmmo
{ _aoType = basicBullet
, _ammoBaseMax = i
, _reloadTime = 15
, _reloadTime = 10
, _reloadType = ActivePartial 1
}
, _itUse = ruseAmmoParamsRate 8 upHammer
@@ -123,7 +123,7 @@ revolver = pistol
{ _aoType = basicBullet
, _ammoBaseMax = 6
, _ammoLoaded = 0
, _reloadTime = 15
, _reloadTime = 10
, _reloadType = ActivePartial 1
}
}