Fix egg and tomato puddles (#16707)
* Fix egg and tomato puddles * fix tests
This commit is contained in:
@@ -29,18 +29,54 @@
|
||||
- type: entity
|
||||
id: PuddleEgg
|
||||
parent: PuddleTemporary
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
puddle:
|
||||
maxVol: 1000
|
||||
reagents:
|
||||
- ReagentId: Egg
|
||||
Quantity: 6 # same as when cooking
|
||||
|
||||
- type: entity
|
||||
id: PuddleTomato
|
||||
parent: PuddleTemporary
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
puddle:
|
||||
maxVol: 1000
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 5
|
||||
- ReagentId: Water
|
||||
Quantity: 5
|
||||
|
||||
- type: entity
|
||||
id: PuddleWatermelon
|
||||
parent: PuddleTemporary
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
puddle:
|
||||
maxVol: 1000
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 15
|
||||
- ReagentId: Water
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
id: PuddleFlour
|
||||
parent: PuddleTemporary
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
puddle:
|
||||
maxVol: 1000
|
||||
reagents:
|
||||
- ReagentId: Flour
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
id: PuddleSparkle
|
||||
|
||||
Reference in New Issue
Block a user