diff --git a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/meals.yml b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/meals.yml index 2a16a535a9c..12dc13cc24b 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/meals.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/meals.yml @@ -361,3 +361,29 @@ - type: Tag tags: - Fruit + +- type: entity + name: cheese sandwich + parent: FoodBagelBase + id: FoodMealCheeseSandwich + description: The slice of cheese is the thin line between you and just eating bread. + components: + - type: FlavorProfile + flavors: + - bread + - cheesy + - type: Sprite + sprite: _NF/Objects/Consumable/Food/Baked/bread.rsi + state: cheesesandwich + - type: SolutionContainerManager + solutions: + food: + maxVol: 12 + reagents: + - ReagentId: Nutriment + Quantity: 5 + - ReagentId: Vitamin + Quantity: 5 + - type: Tag + tags: + - Meat diff --git a/Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml index 7be8a8bf2ab..c62c8af2f65 100644 --- a/Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml @@ -76,6 +76,19 @@ recipeType: - Assembler +- type: microwaveMealRecipe + id: RecipeCheeseSandwich + name: cheese sandwich recipe + result: FoodMealCheeseSandwich + time: 5 + solids: + FoodBreadPlainSlice: 2 + FoodCheeseSlice: 1 + reagents: + Mayo: 5 + recipeType: + - Assembler + # Sushi - type: microwaveMealRecipe diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/cheesesandwich.png b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/cheesesandwich.png new file mode 100644 index 00000000000..74be04ff6de Binary files /dev/null and b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/cheesesandwich.png differ diff --git a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/meta.json b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/meta.json index 023d252a13c..a2ae35868e9 100644 --- a/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/meta.json +++ b/Resources/Textures/_NF/Objects/Consumable/Food/Baked/bread.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Avocado toast by gentlebutter (Discord). Bagel and BagelPoppy were created by DrEnzyme,challah and apple_strudel made by GhostPrince, edited by Dusty Lens and RichardRahl123 (Github)", + "copyright": "Avocado toast by gentlebutter (Discord). Bagel and BagelPoppy were created by DrEnzyme,challah and apple_strudel made by GhostPrince, edited by Dusty Lens and RichardRahl123 (Github), cheese sandwich by Dusty Lens", "size": { "x": 32, "y": 32 @@ -44,6 +44,9 @@ }, { "name": "apple_strudel_3" + }, + { + "name": "cheesesandwich" } ] }