Grilled Cheese Sandwich Entity and Recipe (#33807)
* Grilled Cheese Prototype * Typos * Removed butter reagent to test flavour changes. * Flavour corrections. * CC-BY-SA-3.0 attribution * Fixing meta.json * I lost an hour of my life to a missing comma in meta.json * Merge Conflict Rebase and Test Fixing * Cook time to 10 seconds. * Sandwich nutritional balance * Grilled cheese sprite fixed, found the actual original source for copyright.
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
- FoodBakedCookieOatmeal
|
||||
- FoodBakedCookieRaisin
|
||||
- FoodBakedCookieSugar
|
||||
- FoodBakedGrilledCheeseSandwich
|
||||
- FoodBakedNugget
|
||||
- FoodBakedPancake
|
||||
- FoodBakedPancakeBb
|
||||
|
||||
@@ -835,3 +835,28 @@
|
||||
Quantity: 2
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
|
||||
- type: entity
|
||||
name: grilled cheese sandwich
|
||||
parent: FoodBakedBase
|
||||
id: FoodBakedGrilledCheeseSandwich
|
||||
description: Bread and cheese toasted with butter, perfect for a chilly day in space.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- cheesy
|
||||
- bread
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/Baked/misc.rsi
|
||||
state: grilled-cheese
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 21
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 11
|
||||
- ReagentId: Butter
|
||||
Quantity: 2
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 3
|
||||
|
||||
@@ -2137,3 +2137,14 @@
|
||||
time: 5
|
||||
solids:
|
||||
FoodMeatAnomaly: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeGrilledCheeseSandwich
|
||||
name: grilled cheese sandwich recipe
|
||||
result: FoodBakedGrilledCheeseSandwich
|
||||
time: 10
|
||||
solids:
|
||||
FoodBreadPlainSlice: 2
|
||||
FoodCheeseSlice: 1
|
||||
FoodButterSlice: 1
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 816 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Chevrechaud created by Github user deathride58, croissant taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955. Muffin-chocolate, muffin-banana and muffin-cherry sprites modified from the original muffin sprite by RumiTiger. Chevrechaud-cotton and croissant-cotton created by JuneSzalkowska",
|
||||
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Chevrechaud created by Github user deathride58, croissant taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955. Muffin-chocolate, muffin-banana and muffin-cherry sprites modified from the original muffin sprite by RumiTiger. Chevrechaud-cotton and croissant-cotton created by JuneSzalkowska. Grilled-cheese created by AdipemDragon, take from tgstation at commit https://github.com/tgstation/tgstation/commit/716c6db05ab9df28fee81ceb7cf2b6c25f21176d.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -170,10 +170,13 @@
|
||||
"name": "croissant-cotton"
|
||||
},
|
||||
{
|
||||
"name": "muffin-chocolate"
|
||||
"name": "muffin-chocolate"
|
||||
},
|
||||
{
|
||||
"name": "muffin-banana"
|
||||
"name": "muffin-banana"
|
||||
},
|
||||
{
|
||||
"name": "grilled-cheese"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user