Miasma improvements (#9022)
This commit is contained in:
@@ -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
|
||||
|
||||
12
Resources/Prototypes/Entities/Effects/ambient_sounds.yml
Normal file
12
Resources/Prototypes/Entities/Effects/ambient_sounds.yml
Normal 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
|
||||
@@ -76,6 +76,7 @@
|
||||
- type: Construction
|
||||
graph: CrateGenericSteel
|
||||
node: crategenericsteel
|
||||
- type: AntiRottingContainer
|
||||
|
||||
- type: entity
|
||||
id: CrateHydroponics
|
||||
|
||||
Reference in New Issue
Block a user