Refactor "output" to "result" for recipes/prototypes.
Remove a debug recipe from meal_recipes.yml Add food.yml for food related reagents: sugar, flour, etc.
This commit is contained in:
@@ -1,17 +1,7 @@
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeCheeseburger
|
||||
name: "Cheeseburger Recipe"
|
||||
output: FoodCheeseburger
|
||||
result: FoodCheeseburger
|
||||
ingredients:
|
||||
chem.H2O: 15
|
||||
chem.Flour: 15
|
||||
chem.Nutriment: 5
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeFlashlight
|
||||
name: "Flashlight Recipe"
|
||||
output: FlashlightLantern
|
||||
ingredients:
|
||||
chem.H2O: 15
|
||||
chem.Nutriment: 20
|
||||
chem.Glucose: 5
|
||||
|
||||
|
||||
8
Resources/Prototypes/Reagents/food.yml
Normal file
8
Resources/Prototypes/Reagents/food.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- type: reagent
|
||||
id: chem.Flour
|
||||
name: Flour
|
||||
desc: Used for baking.
|
||||
color: "#FFFFFF"
|
||||
metabolism:
|
||||
- !type:DefaultFood
|
||||
rate: 1
|
||||
Reference in New Issue
Block a user