Add gatherable break sounds (#19360)
This commit is contained in:
@@ -51,4 +51,9 @@
|
||||
- files: ["falling.ogg"]
|
||||
license: "CC0-1.0"
|
||||
copyright: "Taken from MATRIXXX_ via freesound.org and mixed from stereo to mono."
|
||||
source: "https://freesound.org/people/MATRIXXX_/sounds/415990/"
|
||||
source: "https://freesound.org/people/MATRIXXX_/sounds/415990/"
|
||||
|
||||
- files: ["break_stone.ogg"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Taken from tgstation"
|
||||
source: "https://github.com/tgstation/tgstation/blob/e3a835b96043fad1269ee7b0c3a6cb340a466f3a/sound/effects/break_stone.ogg"
|
||||
BIN
Resources/Audio/Effects/break_stone.ogg
Normal file
BIN
Resources/Audio/Effects/break_stone.ogg
Normal file
Binary file not shown.
@@ -7,6 +7,7 @@
|
||||
suffix: Low Ore Yield
|
||||
description: A rocky asteroid.
|
||||
components:
|
||||
- type: SoundOnGather
|
||||
- type: Gatherable
|
||||
whitelist:
|
||||
tags:
|
||||
@@ -63,10 +64,6 @@
|
||||
suffix: higher ore yield
|
||||
description: An asteroid.
|
||||
components:
|
||||
- type: Gatherable
|
||||
whitelist:
|
||||
tags:
|
||||
- Pickaxe
|
||||
- type: OreVein
|
||||
oreChance: 0.33
|
||||
oreRarityPrototypeId: RandomOreDistributionStandard
|
||||
@@ -103,10 +100,6 @@
|
||||
suffix: higher ore yield
|
||||
description: An asteroid.
|
||||
components:
|
||||
- type: Gatherable
|
||||
whitelist:
|
||||
tags:
|
||||
- Pickaxe
|
||||
- type: OreVein
|
||||
oreChance: 0.33
|
||||
oreRarityPrototypeId: RandomOreDistributionStandard
|
||||
@@ -118,6 +111,7 @@
|
||||
parent: BaseStructure
|
||||
name: rock
|
||||
components:
|
||||
- type: SoundOnGather
|
||||
- type: Gatherable
|
||||
whitelist:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user