This commit is contained in:
SonicHDC
2023-06-15 14:45:30 +12:00
committed by GitHub
parent d026b03287
commit 7c609c913e
4 changed files with 33 additions and 0 deletions

View File

@@ -424,3 +424,22 @@
Quantity: 5
- ReagentId: Vitamin
Quantity: 1
- type: entity
name: dumplings
parent: FoodBakedBase
id: FoodBakedDumplings
description: Average recipe for meat in doughs.
components:
- type: Sprite
state: dumplings
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 8
- ReagentId: Protein
Quantity: 2

View File

@@ -1214,6 +1214,17 @@
FoodDoughPie: 1
FoodGrape: 3
- type: microwaveMealRecipe
id: RecipeDumplings
name: dumplings recipe
result: FoodBakedDumplings
time: 15
reagents:
Water: 10
UncookedAnimalProteins: 6
solids:
FoodDoughSlice: 3
#Donks i guess
- type: microwaveMealRecipe
id: RecipeWarmDonkpocket

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

View File

@@ -10,6 +10,9 @@
{
"name": "cannoli"
},
{
"name": "dumplings"
},
{
"name": "honeybar"
},