Solution rejig (#12428)

This commit is contained in:
Leon Friedrich
2023-01-12 16:41:40 +13:00
committed by GitHub
parent 38504f6412
commit 466384b081
61 changed files with 873 additions and 619 deletions

View File

@@ -9,7 +9,7 @@
drawdepth: FloorObjects
- type: SolutionContainerManager
solutions:
puddle: {}
puddle: { maxVol: 1000 }
- type: Puddle
spillSound:
path: /Audio/Effects/Fluids/splat.ogg
@@ -53,6 +53,7 @@
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Water
Quantity: 10
@@ -140,6 +141,7 @@
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Nutriment
Quantity: 5
@@ -166,6 +168,7 @@
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Toxin
Quantity: 5

View File

@@ -21,7 +21,7 @@
- ReagentId: Nutriment
Quantity: 11
- ReagentId: Vitamin
Quanity: 5
Quantity: 5
- type: SliceableFood
count: 4
- type: Tag

View File

@@ -81,6 +81,7 @@
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Egg
Quantity: 2

View File

@@ -17,6 +17,7 @@
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: Flour
Quantity: 10

View File

@@ -410,6 +410,7 @@
- type: SolutionContainerManager
solutions:
puddle:
maxVol: 1000
reagents:
- ReagentId: JuiceTomato
Quantity: 10