Add Taco Recipe to Guidebook (#22491)
This commit is contained in:
@@ -153,6 +153,38 @@
|
|||||||
- !type:CreateEntityReactionEffect
|
- !type:CreateEntityReactionEffect
|
||||||
entity: FoodTofu
|
entity: FoodTofu
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: CreateMeatball
|
||||||
|
impact: Low
|
||||||
|
quantized: true
|
||||||
|
conserveEnergy: false
|
||||||
|
reactants:
|
||||||
|
UncookedAnimalProteins:
|
||||||
|
amount: 5
|
||||||
|
Flour:
|
||||||
|
amount: 5
|
||||||
|
Egg:
|
||||||
|
amount: 6
|
||||||
|
effects:
|
||||||
|
- !type:CreateEntityReactionEffect
|
||||||
|
entity: FoodMeatMeatball
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: CreateChocolate
|
||||||
|
impact: Low
|
||||||
|
quantized: true
|
||||||
|
conserveEnergy: false
|
||||||
|
reactants:
|
||||||
|
CocoaPowder:
|
||||||
|
amount: 4
|
||||||
|
Milk:
|
||||||
|
amount: 2
|
||||||
|
Sugar:
|
||||||
|
amount: 2
|
||||||
|
effects:
|
||||||
|
- !type:CreateEntityReactionEffect
|
||||||
|
entity: FoodSnackChocolateBar
|
||||||
|
|
||||||
# Condiments
|
# Condiments
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
@@ -266,34 +298,3 @@
|
|||||||
products:
|
products:
|
||||||
Vinaigrette: 3
|
Vinaigrette: 3
|
||||||
|
|
||||||
- type: reaction
|
|
||||||
id: CreateMeatball
|
|
||||||
impact: Low
|
|
||||||
quantized: true
|
|
||||||
conserveEnergy: false
|
|
||||||
reactants:
|
|
||||||
UncookedAnimalProteins:
|
|
||||||
amount: 5
|
|
||||||
Flour:
|
|
||||||
amount: 5
|
|
||||||
Egg:
|
|
||||||
amount: 6
|
|
||||||
effects:
|
|
||||||
- !type:CreateEntityReactionEffect
|
|
||||||
entity: FoodMeatMeatball
|
|
||||||
|
|
||||||
- type: reaction
|
|
||||||
id: CreateChocolate
|
|
||||||
impact: Low
|
|
||||||
quantized: true
|
|
||||||
conserveEnergy: false
|
|
||||||
reactants:
|
|
||||||
CocoaPowder:
|
|
||||||
amount: 4
|
|
||||||
Milk:
|
|
||||||
amount: 2
|
|
||||||
Sugar:
|
|
||||||
amount: 2
|
|
||||||
effects:
|
|
||||||
- !type:CreateEntityReactionEffect
|
|
||||||
entity: FoodSnackChocolateBar
|
|
||||||
|
|||||||
@@ -10,13 +10,16 @@ WARNING: This is not an automatically generated list, things here may become out
|
|||||||
|
|
||||||
- Dough = 15 Flour, 10 Water
|
- Dough = 15 Flour, 10 Water
|
||||||
- Cornmeal Dough = 1 Egg (6u), 10 Milk, 15 Cornmeal
|
- Cornmeal Dough = 1 Egg (6u), 10 Milk, 15 Cornmeal
|
||||||
- Tofu = 5 Enzyme, 30 Soy Milk
|
- Tortila Dough = 15 Cornmeal, 10 Water
|
||||||
|
- Tofu = 5 Enzyme (Catalyst), 30 Soy Milk
|
||||||
- Pie Dough = 2 Eggs (12u), 15 Flour, 5 Table Salt
|
- Pie Dough = 2 Eggs (12u), 15 Flour, 5 Table Salt
|
||||||
- Cake Batter = 2 Eggs(12u), 15 flour, 5 Sugar
|
- Cake Batter = 2 Eggs(12u), 15 flour, 5 Sugar
|
||||||
- Vegan Cake Batter = 15 Soy Milk, 15 Flour, 5 Sugar
|
- Vegan Cake Batter = 15 Soy Milk, 15 Flour, 5 Sugar
|
||||||
- Butter = 30 Milk, 5 Table Salt
|
- Butter = 30 Milk, 5 Table Salt (Catalyst)
|
||||||
- Cheese Wheel = 5 Enzyme, 40 Milk
|
- Cheese Wheel = 5 Enzyme (Catalyst), 40 Milk
|
||||||
|
- Chèvre Log = 5 Enzyme (Catalyst), 10 Goat Milk
|
||||||
- Meatball = 1 Egg (6u), 5 Flour, 5 Uncooked Animal Proteins
|
- Meatball = 1 Egg (6u), 5 Flour, 5 Uncooked Animal Proteins
|
||||||
|
- Chocolate = 6 Cocoa Powder, 2 Milk, 2 Sugar
|
||||||
- Uncooked Animal Protein: Grind Raw Meat
|
- Uncooked Animal Protein: Grind Raw Meat
|
||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
@@ -26,12 +29,15 @@ WARNING: This is not an automatically generated list, things here may become out
|
|||||||
<GuideEntityEmbed Entity="FoodDoughPie"/>
|
<GuideEntityEmbed Entity="FoodDoughPie"/>
|
||||||
<GuideEntityEmbed Entity="FoodCakeBatter"/>
|
<GuideEntityEmbed Entity="FoodCakeBatter"/>
|
||||||
<GuideEntityEmbed Entity="FoodDoughFlat"/>
|
<GuideEntityEmbed Entity="FoodDoughFlat"/>
|
||||||
|
<GuideEntityEmbed Entity="FoodDoughTortilla"/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
<GuideEntityEmbed Entity="FoodButter"/>
|
<GuideEntityEmbed Entity="FoodButter"/>
|
||||||
<GuideEntityEmbed Entity="FoodMeatMeatball"/>
|
<GuideEntityEmbed Entity="FoodMeatMeatball"/>
|
||||||
<GuideEntityEmbed Entity="FoodCheese"/>
|
<GuideEntityEmbed Entity="FoodCheese"/>
|
||||||
|
<GuideEntityEmbed Entity="FoodChevre"/>
|
||||||
|
<GuideEntityEmbed Entity="FoodSnackChocolateBar"/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
## Secondary Products
|
## Secondary Products
|
||||||
@@ -41,6 +47,9 @@ WARNING: This is not an automatically generated list, things here may become out
|
|||||||
- Cutlet: Slice Raw Meat
|
- Cutlet: Slice Raw Meat
|
||||||
- Cheese Wedge: Slice Cheese Wheel
|
- Cheese Wedge: Slice Cheese Wheel
|
||||||
- Flat Dough: Use a rolling pin or a round object (fire extinguisher, soda can, bottle) on Dough.
|
- Flat Dough: Use a rolling pin or a round object (fire extinguisher, soda can, bottle) on Dough.
|
||||||
|
- Tortilla Dough Slice: cut Tortilla Dough
|
||||||
|
- Flat Tortilla Dough: Use a rolling pin or a round object (fire extinguisher, soda can, bottle) on Tortilla Dough Slice
|
||||||
|
- Taco Shell: Microwave Flat Tortilla Dough for 5 Seconds
|
||||||
|
|
||||||
## Food Examples
|
## Food Examples
|
||||||
|
|
||||||
@@ -51,6 +60,7 @@ WARNING: This is not an automatically generated list, things here may become out
|
|||||||
- Margherita Pizza: Microwave 1 Flat Dough, 1 Cheese Wedge, and 4 Tomatoes for 30 Seconds
|
- Margherita Pizza: Microwave 1 Flat Dough, 1 Cheese Wedge, and 4 Tomatoes for 30 Seconds
|
||||||
- Cake: 1 Cake Batter for 15 Seconds
|
- Cake: 1 Cake Batter for 15 Seconds
|
||||||
- Apple Pie: 1 Pie Dough, 3 Apples, and 1 Pie Tin for 15 Seconds
|
- Apple Pie: 1 Pie Dough, 3 Apples, and 1 Pie Tin for 15 Seconds
|
||||||
|
- Beef Taco: Microwave 1 Taco Shell, 1 Raw Meat Cutlet, 1 Cheese Wedge for 10 Seconds
|
||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
<GuideEntityEmbed Entity="FoodBreadPlain"/>
|
<GuideEntityEmbed Entity="FoodBreadPlain"/>
|
||||||
@@ -62,6 +72,7 @@ WARNING: This is not an automatically generated list, things here may become out
|
|||||||
<GuideEntityEmbed Entity="FoodPizzaMargherita"/>
|
<GuideEntityEmbed Entity="FoodPizzaMargherita"/>
|
||||||
<GuideEntityEmbed Entity="FoodCakePlain"/>
|
<GuideEntityEmbed Entity="FoodCakePlain"/>
|
||||||
<GuideEntityEmbed Entity="FoodPieApple"/>
|
<GuideEntityEmbed Entity="FoodPieApple"/>
|
||||||
|
<GuideEntityEmbed Entity="FoodTacoBeef"/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
</Document>
|
</Document>
|
||||||
|
|||||||
Reference in New Issue
Block a user