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