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

@@ -13,6 +13,7 @@
- type: SolutionContainerManager
solutions:
organ:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 10
@@ -32,10 +33,12 @@
- type: SolutionContainerManager
solutions:
organ:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 10
Lung:
maxVol: 100
canReact: False
- type: MovementSpeedModifier
baseWalkSpeed: 0
@@ -76,7 +79,7 @@
- type: SolutionContainerManager
solutions:
stomach:
maxVol: 250
maxVol: 50
- type: Stomach
- type: Metabolizer
maxReagents: 6

View File

@@ -141,7 +141,7 @@
- type: SolutionContainerManager
solutions:
stomach:
maxVol: 250
maxVol: 50
- type: Stomach
# The stomach metabolizes stuff like foods and drinks.
# TODO: Have it work off of the ent's solution container, and move this

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