This commit is contained in:
lzk
2023-06-26 06:05:07 +03:00
committed by GitHub
parent 25d459ac7d
commit 335ee13caf
4 changed files with 31 additions and 2 deletions

View File

@@ -517,7 +517,6 @@
Quantity: 6
# What do Europeans eat instead of enchiladas? 25.4 millimeter-iladas.
- type: entity
name: melon fruit bowl
parent: FoodMealBase
@@ -545,3 +544,18 @@
Quantity: 5
- ReagentId: Kelotane
Quantity: 5
- type: entity
name: taco
parent: FoodMealBase
id: FoodMealTaco
description: Take a bite!
components:
- type: FlavorProfile
flavors:
- cheesy
- tomato
- meaty
- onion
- type: Sprite
state: taco

View File

@@ -1585,3 +1585,15 @@
solids:
FoodMeatLizard: 1
FoodKebabSkewer: 1
- type: microwaveMealRecipe
id: RecipeFoodMealTaco
name: taco recipe
result: FoodMealTaco
time: 10
solids:
FoodDoughSlice: 1
FoodTomato: 1
FoodOnionSlice: 2
FoodCheeseSlice: 1
FoodMeatCutlet: 1