diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml index 1ded684c77ad7e..fc056b83f1394e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml @@ -98,11 +98,25 @@ id: FoodMealNachos description: Chips from Space Mexico. components: + - type: Food + trash: + - FoodPlateSmall - type: FlavorProfile flavors: - nachos - type: Sprite state: nachos + - type: SolutionContainerManager + solutions: + food: + maxVol: 11 + reagents: + - ReagentId: Nutriment + Quantity: 4 + - ReagentId: Vitamin + Quantity: 1 + - ReagentId: TableSalt + Quantity: 1 # Tastes like nachos. - type: entity @@ -111,6 +125,9 @@ id: FoodMealNachosCheesy description: The delicious combination of nachos and melting cheese. components: + - type: Food + trash: + - FoodPlateSmall - type: FlavorProfile flavors: - nachos @@ -136,24 +153,27 @@ id: FoodMealNachosCuban description: That's some dangerously spicy nachos. components: + - type: Food + trash: + - FoodPlateSmall - type: FlavorProfile flavors: - nachos - - cheesy + - tomato - spicy - type: Sprite state: nachos-cuban - type: SolutionContainerManager solutions: food: - maxVol: 15 + maxVol: 25 reagents: - ReagentId: Nutriment - Quantity: 7 - - ReagentId: CapsaicinOil Quantity: 8 + - ReagentId: CapsaicinOil + Quantity: 7 - ReagentId: Vitamin - Quantity: 4 + Quantity: 5 # Tastes like nachos, hot pepper. - type: entity diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index da66f7a0d8a852..5dc7f81ac22b00 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -1220,6 +1220,41 @@ solids: FoodCarrot: 1 +- type: microwaveMealRecipe + id: RecipeNachos + name: nachos recipe + result: FoodMealNachos + time: 10 + reagents: + TableSalt: 1 + solids: + FoodDoughTortillaFlat: 1 + FoodPlateSmall: 1 + +- type: microwaveMealRecipe + id: RecipeNachosCheesy + name: cheesy nachos recipe + result: FoodMealNachosCheesy + time: 10 + reagents: + TableSalt: 1 + solids: + FoodCheeseSlice: 1 + FoodDoughTortillaFlat: 1 + FoodPlateSmall: 1 + +- type: microwaveMealRecipe + id: RecipeNachosCuban + name: cuban nachos recipe + result: FoodMealNachosCuban + time: 10 + reagents: + Ketchup: 5 + solids: + FoodChiliPepper: 1 + FoodDoughTortillaFlat: 1 + FoodPlateSmall: 1 + - type: microwaveMealRecipe id: RecipePopcorn name: popcorn recipe