Dumplings (#16966)
This commit is contained in:
@@ -424,3 +424,22 @@
|
|||||||
Quantity: 5
|
Quantity: 5
|
||||||
- ReagentId: Vitamin
|
- ReagentId: Vitamin
|
||||||
Quantity: 1
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1214,6 +1214,17 @@
|
|||||||
FoodDoughPie: 1
|
FoodDoughPie: 1
|
||||||
FoodGrape: 3
|
FoodGrape: 3
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeDumplings
|
||||||
|
name: dumplings recipe
|
||||||
|
result: FoodBakedDumplings
|
||||||
|
time: 15
|
||||||
|
reagents:
|
||||||
|
Water: 10
|
||||||
|
UncookedAnimalProteins: 6
|
||||||
|
solids:
|
||||||
|
FoodDoughSlice: 3
|
||||||
|
|
||||||
#Donks i guess
|
#Donks i guess
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeWarmDonkpocket
|
id: RecipeWarmDonkpocket
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 527 B |
@@ -10,6 +10,9 @@
|
|||||||
{
|
{
|
||||||
"name": "cannoli"
|
"name": "cannoli"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "dumplings"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "honeybar"
|
"name": "honeybar"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user