Add some variation to gunshots (#8993)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
sprite: Objects/Weapons/Guns/HMGs/minigun.rsi
|
||||
- type: Gun
|
||||
fireRate: 15
|
||||
soundGunshot:
|
||||
path: /Audio/Weapons/Guns/Gunshots/minigun.ogg
|
||||
- type: BallisticAmmoProvider
|
||||
proto: CartridgeMinigun
|
||||
capacity: 1000
|
||||
|
||||
@@ -161,3 +161,5 @@
|
||||
sprite: Objects/Weapons/Guns/Pistols/mk58.rsi
|
||||
- type: Gun
|
||||
fireRate: 5
|
||||
soundGunshot:
|
||||
path: /Audio/Weapons/Guns/Gunshots/mk58.ogg
|
||||
|
||||
@@ -77,6 +77,9 @@
|
||||
sprite: Objects/Weapons/Guns/Revolvers/mateba.rsi
|
||||
- type: RevolverAmmoProvider
|
||||
capacity: 7
|
||||
- type: Gun
|
||||
soundGunshot:
|
||||
path: /Audio/Weapons/Guns/Gunshots/mateba.ogg
|
||||
|
||||
- type: entity
|
||||
name: Predator
|
||||
|
||||
@@ -61,6 +61,8 @@
|
||||
sprite: Objects/Weapons/Guns/SMGs/atreides.rsi
|
||||
- type: Gun
|
||||
fireRate: 10
|
||||
soundGunshot:
|
||||
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
|
||||
- type: MagazineVisuals
|
||||
magState: mag
|
||||
steps: 1
|
||||
@@ -83,6 +85,8 @@
|
||||
- type: Item
|
||||
sprite: Objects/Weapons/Guns/SMGs/c20r.rsi
|
||||
- type: Gun
|
||||
soundGunshot:
|
||||
path: /Audio/Weapons/Guns/Gunshots/c-20r.ogg
|
||||
- type: ChamberMagazineAmmoProvider
|
||||
# autoEject: true # Do not set this until the PVS prediction issue is resolved
|
||||
- type: MagazineVisuals
|
||||
@@ -109,6 +113,8 @@
|
||||
- type: Gun
|
||||
fireRate: 6
|
||||
selectedMode: FullAuto
|
||||
soundGunshot:
|
||||
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
|
||||
availableModes:
|
||||
- FullAuto
|
||||
- type: ItemSlots
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
availableModes:
|
||||
- SemiAuto
|
||||
soundGunshot:
|
||||
path: /Audio/Weapons/Guns/Gunshots/shotgun.ogg
|
||||
path: /Audio/Weapons/Guns/Gunshots/flaregun.ogg
|
||||
- type: BallisticAmmoProvider
|
||||
whitelist:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user