Added some potato & corn recipes, fixed some typos in food (#3410)
* Fixed typo and added Loaded Baked Potato * Added a couple recipes for corn and potatoes, a couple desc changes & typo fixes * Resynced with master
This commit is contained in:
@@ -2123,7 +2123,7 @@
|
|||||||
parent: FoodBase
|
parent: FoodBase
|
||||||
id: FoodSausage
|
id: FoodSausage
|
||||||
name: sausage # sanga
|
name: sausage # sanga
|
||||||
description: A piece of mixed, long meat.
|
description: It's best not to see how this was made.
|
||||||
components:
|
components:
|
||||||
- type: SolutionContainer
|
- type: SolutionContainer
|
||||||
contents:
|
contents:
|
||||||
@@ -2217,7 +2217,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: FoodBase
|
parent: FoodBase
|
||||||
id: FoodSoylentYellow
|
id: FoodSoylentYellow
|
||||||
name: soylen viridians
|
name: soylent viridians
|
||||||
description: Not made of people. Honest.
|
description: Not made of people. Honest.
|
||||||
components:
|
components:
|
||||||
- type: Food
|
- type: Food
|
||||||
|
|||||||
@@ -332,6 +332,43 @@
|
|||||||
solids:
|
solids:
|
||||||
FoodMiloSoup: 1
|
FoodMiloSoup: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeLoadedBakedPotato
|
||||||
|
name: loaded baked potato recipe
|
||||||
|
result: FoodLoadedBakedPotato
|
||||||
|
time: 10
|
||||||
|
solids:
|
||||||
|
FoodPotato: 1
|
||||||
|
FoodCheeseWedge: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeCandyCorn
|
||||||
|
name: candy corn recipe
|
||||||
|
result: FoodCandyCorn
|
||||||
|
time: 5
|
||||||
|
solids:
|
||||||
|
FoodCorn: 1
|
||||||
|
Sugarcane: 1
|
||||||
|
|
||||||
|
# Reagent version (Reagents are broken)
|
||||||
|
#- type: microwaveMealRecipe
|
||||||
|
# id: RecipeCandyCorn
|
||||||
|
# name: candy corn recipe
|
||||||
|
# result: FoodCandyCorn
|
||||||
|
# time: 5
|
||||||
|
# reagents:
|
||||||
|
# chem.Glucose: 5
|
||||||
|
# solids:
|
||||||
|
# FoodCorn: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipePopcorn
|
||||||
|
name: popcorn recipe
|
||||||
|
result: FoodPopcorn
|
||||||
|
time: 5
|
||||||
|
solids:
|
||||||
|
FoodCorn: 1
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeBananaCreamPie
|
id: RecipeBananaCreamPie
|
||||||
name: banana cream pie
|
name: banana cream pie
|
||||||
@@ -345,16 +382,16 @@
|
|||||||
# NOT ACTUAL FOOD
|
# NOT ACTUAL FOOD
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeDriedCannabis
|
id: RecipeDriedTobacco
|
||||||
name: dried cannabis leaves recipe
|
name: dried tobacco leaves recipe
|
||||||
result: LeavesTobaccoDried
|
result: LeavesTobaccoDried
|
||||||
time: 10
|
time: 10
|
||||||
solids:
|
solids:
|
||||||
LeavesTobacco: 1
|
LeavesTobacco: 1
|
||||||
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeDriedTobacco
|
id: RecipeDriedCannabis
|
||||||
name: dried tobacco leaves recipe
|
name: dried cannabis leaves recipe
|
||||||
result: LeavesCannabisDried
|
result: LeavesCannabisDried
|
||||||
time: 10
|
time: 10
|
||||||
solids:
|
solids:
|
||||||
|
|||||||
Reference in New Issue
Block a user