Add some SoundOnLand components to engineering (#4556)

From tg
This commit is contained in:
metalgearsloth
2021-09-04 06:45:02 +10:00
committed by GitHub
parent c7cfc8a90c
commit 6648972818
12 changed files with 24 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -47,6 +47,9 @@
id: Matchbox id: Matchbox
description: A small box of Almost But Not Quite Plasma Premium Matches. description: A small box of Almost But Not Quite Plasma Premium Matches.
components: components:
- type: EmitSoundOnLand
sound:
path: /Audio/Items/matchbox_drop.ogg
- type: Matchbox - type: Matchbox
- type: Sprite - type: Sprite
netsync: false netsync: false

View File

@@ -3,6 +3,9 @@
parent: BaseItem parent: BaseItem
abstract: true abstract: true
components: components:
- type: EmitSoundOnLand
sound:
path: /Audio/Items/toolbox_drop.ogg
- type: Storage - type: Storage
capacity: 60 capacity: 60
- type: Item - type: Item

View File

@@ -4,6 +4,9 @@
id: Wirecutter id: Wirecutter
description: This kills the wire. description: This kills the wire.
components: components:
- type: EmitSoundOnLand
sound:
path: /Audio/Items/wirecutter_drop.ogg
- type: Tag - type: Tag
tags: tags:
- PlantSampleTaker - PlantSampleTaker
@@ -39,6 +42,9 @@
id: Screwdriver id: Screwdriver
description: Industrial grade torque in a small screwdriving package. description: Industrial grade torque in a small screwdriving package.
components: components:
- type: EmitSoundOnLand
sound:
path: /Audio/Items/screwdriver_drop.ogg
- type: Tag - type: Tag
tags: tags:
- Screwdriver - Screwdriver
@@ -73,6 +79,9 @@
id: Wrench id: Wrench
description: A common tool for assembly and disassembly, righty tighty lefty loosey. description: A common tool for assembly and disassembly, righty tighty lefty loosey.
components: components:
- type: EmitSoundOnLand
sound:
path: /Audio/Items/wrench_drop.ogg
- type: Tag - type: Tag
tags: tags:
- Wrench - Wrench
@@ -96,6 +105,9 @@
id: Crowbar id: Crowbar
description: A multipurpose tool to pry open doors and fight interdimensional invaders. description: A multipurpose tool to pry open doors and fight interdimensional invaders.
components: components:
- type: EmitSoundOnLand
sound:
path: /Audio/Items/crowbar_drop.ogg
- type: Tag - type: Tag
tags: tags:
- Crowbar - Crowbar
@@ -138,6 +150,9 @@
id: Multitool id: Multitool
description: An advanced tool to copy, store, and send electrical pulses and signals through wires and machines description: An advanced tool to copy, store, and send electrical pulses and signals through wires and machines
components: components:
- type: EmitSoundOnLand
sound:
path: /Audio/Items/multitool_drop.ogg
- type: Sprite - type: Sprite
sprite: Objects/Tools/multitool.rsi sprite: Objects/Tools/multitool.rsi
layers: layers:

View File

@@ -4,6 +4,9 @@
id: Welder id: Welder
description: "Melts anything as long as it's fueled, don't forget your eye protection!" description: "Melts anything as long as it's fueled, don't forget your eye protection!"
components: components:
- type: EmitSoundOnLand
sound:
path: /Audio/Items/welder_drop.ogg
- type: Sprite - type: Sprite
sprite: Objects/Tools/welder.rsi sprite: Objects/Tools/welder.rsi
layers: layers: