Reformat the way recipe prototypes work to something sensible.

More work on Microwave component.
This commit is contained in:
FL-OZ
2020-04-26 23:14:02 -05:00
parent f76a087e91
commit 7e4d4bb1d4
5 changed files with 160 additions and 28 deletions

View File

@@ -1,7 +1,17 @@
- type: microwaveMealRecipe
id: RecipeBurger
name: "Burger"
description: "A burger, in space."
id: RecipeCheeseburger
name: "Cheeseburger Recipe"
output: FoodCheeseburger
ingredients:
- "Flour,15"
- "Meat,5"
chem.H2O: 15
chem.Nutriment: 5
- type: microwaveMealRecipe
id: RecipeFlashlight
name: "Flashlight Recipe"
output: FlashlightLantern
ingredients:
chem.H2O: 15
chem.Nutriment: 20
chem.Glucose: 5