This commit is contained in:
Stop-Signs 2026-05-10 11:43:47 +00:00 committed by GitHub
commit c22200eac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -115,6 +115,7 @@
whitelist:
tags:
- CartridgePistol
capacity: 20 # DeltaV
- type: Sprite
sprite: Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag_top_mounted.rsi
layers:

View File

@ -246,9 +246,9 @@
- type: ChamberMagazineAmmoProvider
boltClosed: null
- type: Gun
fireRate: 5.5
minAngle: 1
maxAngle: 6
fireRate: 5 # DeltaV - Was 5.5
minAngle: 2 # DeltaV - Was 1
maxAngle: 16 # DeltaV - Was 6
angleIncrease: 1.5
angleDecay: 6
selectedMode: FullAuto