Microwave is done. Added an easter egg recipe and made the cheeseburger recipe more sensible.
This commit is contained in:
@@ -2865,3 +2865,20 @@
|
||||
sprite: Objects/Food/xenomeatpie.rsi
|
||||
- type: Icon
|
||||
sprite: Objects/Food/xenomeatpie.rsi
|
||||
|
||||
- type: entity
|
||||
parent: FoodBase
|
||||
id: DisgustingSweptSoup
|
||||
name: Salty Sweet Miso Cola Soup
|
||||
description: Jesus christ.
|
||||
components:
|
||||
- type: Food
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: chem.Bleach
|
||||
Quantity: 15
|
||||
spawn_on_finish: TrashSnackBowl
|
||||
- type: Sprite
|
||||
sprite: Objects/Food/stew.rsi
|
||||
- type: Icon
|
||||
sprite: Objects/Food/stew.rsi
|
||||
|
||||
@@ -2,10 +2,20 @@
|
||||
id: RecipeCheeseburger
|
||||
name: Cheeseburger Recipe
|
||||
result: FoodCheeseburger
|
||||
time: 1
|
||||
time: 5
|
||||
reagents:
|
||||
chem.H2O: 15
|
||||
chem.Nutriment: 5
|
||||
chem.Nutriment: 10
|
||||
solids:
|
||||
Food4NoRaisins: 2
|
||||
FoodBreadSlice: 2
|
||||
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeMisoColaSoup
|
||||
name: Salty Sweet MisoCola Soup Recipe
|
||||
result: DisgustingSweptSoup
|
||||
time: 15
|
||||
reagents:
|
||||
chem.Cola: 5
|
||||
solids:
|
||||
FoodMiloSoup: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user