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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user