Solution rejig (#12428)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 11
|
||||
- ReagentId: Vitamin
|
||||
Quanity: 5
|
||||
Quantity: 5
|
||||
- type: SliceableFood
|
||||
count: 4
|
||||
- type: Tag
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
puddle:
|
||||
maxVol: 1000
|
||||
reagents:
|
||||
- ReagentId: Egg
|
||||
Quantity: 2
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
puddle:
|
||||
maxVol: 1000
|
||||
reagents:
|
||||
- ReagentId: Flour
|
||||
Quantity: 10
|
||||
|
||||
@@ -410,6 +410,7 @@
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
puddle:
|
||||
maxVol: 1000
|
||||
reagents:
|
||||
- ReagentId: JuiceTomato
|
||||
Quantity: 10
|
||||
|
||||
Reference in New Issue
Block a user