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
|
||||
id: FoodSausage
|
||||
name: sausage # sanga
|
||||
description: A piece of mixed, long meat.
|
||||
description: It's best not to see how this was made.
|
||||
components:
|
||||
- type: SolutionContainer
|
||||
contents:
|
||||
@@ -2217,7 +2217,7 @@
|
||||
- type: entity
|
||||
parent: FoodBase
|
||||
id: FoodSoylentYellow
|
||||
name: soylen viridians
|
||||
name: soylent viridians
|
||||
description: Not made of people. Honest.
|
||||
components:
|
||||
- type: Food
|
||||
|
||||
@@ -332,6 +332,43 @@
|
||||
solids:
|
||||
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
|
||||
id: RecipeBananaCreamPie
|
||||
name: banana cream pie
|
||||
@@ -345,16 +382,16 @@
|
||||
# NOT ACTUAL FOOD
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeDriedCannabis
|
||||
name: dried cannabis leaves recipe
|
||||
id: RecipeDriedTobacco
|
||||
name: dried tobacco leaves recipe
|
||||
result: LeavesTobaccoDried
|
||||
time: 10
|
||||
solids:
|
||||
LeavesTobacco: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeDriedTobacco
|
||||
name: dried tobacco leaves recipe
|
||||
id: RecipeDriedCannabis
|
||||
name: dried cannabis leaves recipe
|
||||
result: LeavesCannabisDried
|
||||
time: 10
|
||||
solids:
|
||||
|
||||
Reference in New Issue
Block a user