diff --git a/Resources/Prototypes/DeltaV/Entities/Consumable/Food/meals.yml b/Resources/Prototypes/DeltaV/Entities/Consumable/Food/meals.yml new file mode 100644 index 00000000000..66ea74189f8 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Consumable/Food/meals.yml @@ -0,0 +1,22 @@ +- type: entity + name: grilled cheese + parent: FoodMealBase + id: FoodMealGrilledCheese + description: Two slices of bread cooked in butter with a lofty wedge of cheese in the middle. + components: + - type: FlavorProfile + flavors: + - butter + - cheesy + - type: Sprite + sprite: DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi + state: grilledcheese + - type: SolutionContainerManager + solutions: + food: + maxVol: 15 + reagents: + - ReagentId: Nutriment + Quantity: 6 + - ReagentId: Vitamin + Quantity: 2 diff --git a/Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml new file mode 100644 index 00000000000..a64617c0478 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml @@ -0,0 +1,9 @@ +- type: microwaveMealRecipe + id: RecipeGrilledCheese + name: grilled cheese + result: FoodMealGrilledCheese + time: 10 + solids: + FoodBreadPlainSlice: 2 + FoodCheeseSlice: 1 + FoodButter: 1 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/grilledcheese.png b/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/grilledcheese.png new file mode 100644 index 00000000000..baadc530b99 Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/grilledcheese.png differ diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-left.png b/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-left.png new file mode 100644 index 00000000000..4a1759cd2cc Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-right.png b/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-right.png new file mode 100644 index 00000000000..e2b38fab5c1 Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/meta.json new file mode 100644 index 00000000000..1229ba1f4c8 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Consumable/Food/Baked/grilledcheese.rsi/meta.json @@ -0,0 +1,20 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "rosysyntax", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "grilledcheese" + }, + { + "name": "inhand-left" + }, + { + "name": "inhand-right" + } + ] +}