Skip to content

Commit

Permalink
grilledcheese (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof authored Sep 28, 2023
1 parent 53de316 commit 73fd7a7
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Consumable/Food/meals.yml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions Resources/Prototypes/DeltaV/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: microwaveMealRecipe
id: RecipeGrilledCheese
name: grilled cheese
result: FoodMealGrilledCheese
time: 10
solids:
FoodBreadPlainSlice: 2
FoodCheeseSlice: 1
FoodButter: 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 73fd7a7

Please sign in to comment.