Fix shotgun spent visuals (#8639)

This commit is contained in:
metalgearsloth
2022-06-04 16:25:20 +10:00
committed by GitHub
parent 566e90fd78
commit b69bd554e3

View File

@@ -34,6 +34,8 @@
- type: CartridgeAmmo - type: CartridgeAmmo
proto: PelletShotgunBeanbag proto: PelletShotgunBeanbag
count: 1 count: 1
- type: SpentAmmoVisuals
state: "beanbag"
- type: entity - type: entity
id: ShellShotgunSlug id: ShellShotgunSlug
@@ -48,6 +50,8 @@
proto: PelletShotgunSlug proto: PelletShotgunSlug
count: 4 count: 4
spread: 5 spread: 5
- type: SpentAmmoVisuals
state: "slug"
- type: entity - type: entity
id: ShellShotgunFlare id: ShellShotgunFlare
@@ -61,6 +65,8 @@
- type: CartridgeAmmo - type: CartridgeAmmo
proto: PelletShotgunFlare proto: PelletShotgunFlare
count: 1 count: 1
- type: SpentAmmoVisuals
state: "flare"
- type: entity - type: entity
id: ShellShotgun id: ShellShotgun
@@ -85,6 +91,8 @@
map: [ "enum.AmmoVisualLayers.Base" ] map: [ "enum.AmmoVisualLayers.Base" ]
- type: CartridgeAmmo - type: CartridgeAmmo
proto: PelletShotgunFlash proto: PelletShotgunFlash
- type: SpentAmmoVisuals
state: "flash"
- type: entity - type: entity
id: ShellShotgunIncendiary id: ShellShotgunIncendiary
@@ -97,6 +105,8 @@
map: [ "enum.AmmoVisualLayers.Base" ] map: [ "enum.AmmoVisualLayers.Base" ]
- type: CartridgeAmmo - type: CartridgeAmmo
proto: PelletShotgunIncendiary proto: PelletShotgunIncendiary
- type: SpentAmmoVisuals
state: "incendiary"
- type: entity - type: entity
id: ShellShotgunPractice id: ShellShotgunPractice
@@ -109,6 +119,8 @@
map: [ "enum.AmmoVisualLayers.Base" ] map: [ "enum.AmmoVisualLayers.Base" ]
- type: CartridgeAmmo - type: CartridgeAmmo
proto: PelletShotgun proto: PelletShotgun
- type: SpentAmmoVisuals
state: "practice"
- type: entity - type: entity
id: ShellTranquilizer id: ShellTranquilizer
@@ -133,3 +145,5 @@
solution: ammo solution: ammo
- type: SolutionTransfer - type: SolutionTransfer
maxTransferAmount: 15 maxTransferAmount: 15
- type: SpentAmmoVisuals
state: "practice"