Miasma improvements (#9022)

This commit is contained in:
Rane
2022-06-24 04:20:52 -04:00
committed by GitHub
parent 2b6c352aff
commit a1affccc84
15 changed files with 191 additions and 26 deletions

Binary file not shown.

View File

@@ -0,0 +1 @@
flies.ogg taken from https://freesound.org/people/telezon/sounds/321870/ licensed under CC-0

View File

@@ -78,7 +78,7 @@
sprite: Mobs/Animals/cow.rsi
state: cow
product: CrateNPCCow
cost: 1000
cost: 3200
category: Livestock
group: market
@@ -129,7 +129,7 @@
cost: 1500
category: Livestock
group: market
- type: cargoProduct
name: "mice crate"
id: LivestockMouse

View File

@@ -0,0 +1,12 @@
- type: entity
id: AmbientSoundSourceFlies
noSpawn: true
components:
- type: AmbientSound
volume: -5
range: 3
sound:
path: /Audio/Ambience/Temporary/flies.ogg
- type: Tag
tags:
- HideContextMenu

View File

@@ -76,6 +76,7 @@
- type: Construction
graph: CrateGenericSteel
node: crategenericsteel
- type: AntiRottingContainer
- type: entity
id: CrateHydroponics

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Created by github user @elijahrane",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "flies",
"directions": 1,
"delays": [
[
0.2,
0.2,
0.2,
0.2
]
]
}
]
}