BIN
Resources/Audio/Items/crowbar_drop.ogg
Normal file
BIN
Resources/Audio/Items/crowbar_drop.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Items/matchbox_drop.ogg
Normal file
BIN
Resources/Audio/Items/matchbox_drop.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Items/multitool_drop.ogg
Normal file
BIN
Resources/Audio/Items/multitool_drop.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Items/screwdriver_drop.ogg
Normal file
BIN
Resources/Audio/Items/screwdriver_drop.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Items/toolbox_drop.ogg
Normal file
BIN
Resources/Audio/Items/toolbox_drop.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Items/welder_drop.ogg
Normal file
BIN
Resources/Audio/Items/welder_drop.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Items/wirecutter_drop.ogg
Normal file
BIN
Resources/Audio/Items/wirecutter_drop.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Items/wrench_drop.ogg
Normal file
BIN
Resources/Audio/Items/wrench_drop.ogg
Normal file
Binary file not shown.
@@ -47,6 +47,9 @@
|
||||
id: Matchbox
|
||||
description: A small box of Almost But Not Quite Plasma Premium Matches.
|
||||
components:
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/Items/matchbox_drop.ogg
|
||||
- type: Matchbox
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
parent: BaseItem
|
||||
abstract: true
|
||||
components:
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/Items/toolbox_drop.ogg
|
||||
- type: Storage
|
||||
capacity: 60
|
||||
- type: Item
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
id: Wirecutter
|
||||
description: This kills the wire.
|
||||
components:
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/Items/wirecutter_drop.ogg
|
||||
- type: Tag
|
||||
tags:
|
||||
- PlantSampleTaker
|
||||
@@ -39,6 +42,9 @@
|
||||
id: Screwdriver
|
||||
description: Industrial grade torque in a small screwdriving package.
|
||||
components:
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/Items/screwdriver_drop.ogg
|
||||
- type: Tag
|
||||
tags:
|
||||
- Screwdriver
|
||||
@@ -73,6 +79,9 @@
|
||||
id: Wrench
|
||||
description: A common tool for assembly and disassembly, righty tighty lefty loosey.
|
||||
components:
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/Items/wrench_drop.ogg
|
||||
- type: Tag
|
||||
tags:
|
||||
- Wrench
|
||||
@@ -96,6 +105,9 @@
|
||||
id: Crowbar
|
||||
description: A multipurpose tool to pry open doors and fight interdimensional invaders.
|
||||
components:
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/Items/crowbar_drop.ogg
|
||||
- type: Tag
|
||||
tags:
|
||||
- Crowbar
|
||||
@@ -138,6 +150,9 @@
|
||||
id: Multitool
|
||||
description: An advanced tool to copy, store, and send electrical pulses and signals through wires and machines
|
||||
components:
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/Items/multitool_drop.ogg
|
||||
- type: Sprite
|
||||
sprite: Objects/Tools/multitool.rsi
|
||||
layers:
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
id: Welder
|
||||
description: "Melts anything as long as it's fueled, don't forget your eye protection!"
|
||||
components:
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/Items/welder_drop.ogg
|
||||
- type: Sprite
|
||||
sprite: Objects/Tools/welder.rsi
|
||||
layers:
|
||||
|
||||
Reference in New Issue
Block a user