Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
maxVol: 40
- type: SolutionTransfer
canChangeTransferAmount: true
minTransferAmount: 5
Expand Down Expand Up @@ -595,7 +595,7 @@
food:
reagents:
- ReagentId: TableSalt
Quantity: 20
Quantity: 40
- type: Sprite
state: shaker-salt
- type: Icon
Expand All @@ -615,7 +615,7 @@
food:
reagents:
- ReagentId: Blackpepper
Quantity: 20
Quantity: 40
- type: Sprite
state: shaker-pepper
- type: Icon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
- ReagentId: Butter
Quantity: 15
- type: SliceableFood
count: 3
count: 5
slice: FoodButterSlice
- type: Extractable # DeltaV - Makes butter extractable
grindableSolutionName: food
Expand All @@ -687,10 +687,10 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 6
maxVol: 4
reagents:
- ReagentId: Butter
Quantity: 5
Quantity: 3
- type: Tag
tags:
- Slice
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: microwaveMealRecipe
id: RecipeMisoSoup
name: miso soup recipe
result: FoodSoupMiso
time: 10
group: Soup
reagents:
Water: 10
solids:
FoodBowlBig: 1
FoodSoybeans: 2
FoodTofuSlice: 1
Loading