Tortilla dough, Taco shells, and Tacos (#20797)

LGTM!
This commit is contained in:
phunnyguy
2023-10-18 17:03:23 -04:00
committed by GitHub
parent 7b4ceb9d0c
commit c92b99f6ba
20 changed files with 347 additions and 12 deletions

View File

@@ -0,0 +1,13 @@
- type: constructionGraph
id: Tortilla
start: start
graph:
- node: start
entity: FoodDoughTortillaSlice
edges:
- to: flat
steps:
- tool: Rolling
doAfter: 1
- node: flat
entity: FoodDoughTortillaFlat

View File

@@ -1674,9 +1674,9 @@
FoodKebabSkewer: 1
- type: microwaveMealRecipe
id: RecipeFoodMealTaco
name: taco recipe
result: FoodMealTaco
id: RecipeFoodMealSoftTaco
name: soft taco recipe
result: FoodMealSoftTaco
time: 10
solids:
FoodDoughSlice: 1
@@ -1733,3 +1733,79 @@
FoodCorn: 1
FoodPlate: 1
FoodButter: 1
- type: microwaveMealRecipe
id: RecipeTacoShell
name: taco shell recipe
result: FoodTacoShell
time: 5
solids:
FoodDoughTortillaFlat: 1 # one third of a standard bread dough recipe
- type: microwaveMealRecipe
id: RecipeTacoBeef
name: beef taco recipe
result: FoodTacoBeef
time: 10
solids:
FoodTacoShell: 1
FoodMeatCutlet: 1
FoodCheeseSlice: 1
- type: microwaveMealRecipe
id: RecipeTacoChicken
name: chicken taco recipe
result: FoodTacoChicken
time: 10
solids:
FoodTacoShell: 1
FoodMeatChickenCutlet: 1
FoodCheeseSlice: 1
- type: microwaveMealRecipe
id: RecipeTacoFish
name: fish taco recipe
result: FoodTacoFish
time: 10
solids:
FoodTacoShell: 1
FoodMeatFish: 1
FoodOnionSlice: 2
FoodTomato: 1
FoodCabbage: 1
- type: microwaveMealRecipe
id: RecipeTacoRat
name: rat taco recipe
result: FoodTacoRat
time: 10
solids:
FoodTacoShell: 1
FoodCheeseSlice: 1
FoodMeatRat: 1
- type: microwaveMealRecipe
id: RecipeTacoBeefSupreme
name: beef taco supreme recipe
result: FoodTacoBeefSupreme
time: 10
solids:
FoodTacoShell: 1
FoodCheeseSlice: 1
FoodMeatCutlet: 1
FoodTomato: 1
FoodCabbage: 1
FoodOnionSlice: 2
- type: microwaveMealRecipe
id: RecipeTacoChickenSupreme
name: beef taco supreme recipe
result: FoodTacoChickenSupreme
time: 10
solids:
FoodTacoShell: 1
FoodCheeseSlice: 1
FoodMeatChickenCutlet: 1
FoodTomato: 1
FoodCabbage: 1
FoodOnionSlice: 2

View File

@@ -58,6 +58,20 @@
- !type:CreateEntityReactionEffect
entity: FoodDoughCornmeal
- type: reaction
id: CreateTortillaDough
impact: Low
quantized: true
conserveEnergy: false
reactants:
Cornmeal:
amount: 15
Water:
amount: 10
effects:
- !type:CreateEntityReactionEffect
entity: FoodDoughTortilla
- type: reaction
id: CreateCakeBatter
impact: Low