Add (not working) basis for allowing solids (entities) in recipes.
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
# name: Ambrosia vulgar is crushed
|
||||
# parent: FoodBase
|
||||
# id: FoodAmbrosiaVulgarIsCrushed
|
||||
# description:
|
||||
# description:
|
||||
# components:
|
||||
# - type: Food
|
||||
# uses: 1
|
||||
@@ -137,7 +137,7 @@
|
||||
# name: Bacon
|
||||
# parent: FoodBase
|
||||
# id: FoodBacon
|
||||
# description:
|
||||
# description:
|
||||
# components:
|
||||
# - type: Food
|
||||
# uses: 1
|
||||
@@ -182,7 +182,7 @@
|
||||
name: Bread (slice)
|
||||
parent: FoodBase
|
||||
id: FoodBreadSlice
|
||||
description:
|
||||
description:
|
||||
components:
|
||||
- type: Food
|
||||
contents:
|
||||
@@ -199,7 +199,7 @@
|
||||
name: Banana bread (slice)
|
||||
parent: FoodBase
|
||||
id: FoodBananaBreadSlice
|
||||
description:
|
||||
description:
|
||||
components:
|
||||
- type: Food
|
||||
contents:
|
||||
@@ -233,7 +233,7 @@
|
||||
# name: Bear meat
|
||||
# parent: FoodBase
|
||||
# id: FoodBearMeat
|
||||
# description:
|
||||
# description:
|
||||
# components:
|
||||
# - type: Food
|
||||
# uses: 1
|
||||
@@ -612,7 +612,7 @@
|
||||
# name: Cocoa
|
||||
# parent: FoodBase
|
||||
# id: FoodCocoa
|
||||
# description:
|
||||
# description:
|
||||
# components:
|
||||
# - type: Food
|
||||
# uses: 1
|
||||
@@ -1482,11 +1482,11 @@
|
||||
- type: Icon
|
||||
sprite: Objects/Food/loadedbakedpotato.rsi
|
||||
|
||||
#- type: entity
|
||||
# - type: entity
|
||||
# parent: FoodBase
|
||||
# id: FoodMeat
|
||||
# name: Meat
|
||||
# description: ''
|
||||
# description: A slab of meat.
|
||||
# components:
|
||||
# - type: Food
|
||||
# uses: 1
|
||||
|
||||
@@ -3,15 +3,9 @@
|
||||
name: Cheeseburger Recipe
|
||||
result: FoodCheeseburger
|
||||
time: 10
|
||||
ingredients:
|
||||
reagents:
|
||||
chem.H2O: 15
|
||||
chem.Nutriment: 5
|
||||
solids:
|
||||
FoodMeatBreadSlice: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeFlashlight
|
||||
name: Flashlight Recipe
|
||||
result: FoodCheeseWedge
|
||||
time: 5
|
||||
ingredients:
|
||||
chem.H2O: 15
|
||||
chem.Glucose: 5
|
||||
|
||||
Reference in New Issue
Block a user