Added corn in butter (#19448)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -559,3 +559,27 @@
|
||||
- onion
|
||||
- type: Sprite
|
||||
state: taco
|
||||
|
||||
- type: entity
|
||||
name: corn in butter
|
||||
parent: FoodMealBase
|
||||
id: FoodMealCornInButter
|
||||
description: Buttery.
|
||||
components:
|
||||
- type: Food
|
||||
trash: FoodPlate
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- corn
|
||||
- butter
|
||||
- type: Sprite
|
||||
state: corn-in-butter
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 10
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 4
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
@@ -957,7 +957,7 @@
|
||||
id: RecipePopcorn
|
||||
name: popcorn recipe
|
||||
result: FoodSnackPopcorn
|
||||
time: 5
|
||||
time: 20
|
||||
solids:
|
||||
FoodCorn: 1
|
||||
|
||||
@@ -1694,7 +1694,6 @@
|
||||
solids:
|
||||
FoodSpaceshroom: 1
|
||||
|
||||
#cannabis
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeCannabisButter
|
||||
name: cannabis butter recipe
|
||||
@@ -1716,3 +1715,13 @@
|
||||
FoodCannabisButter: 2
|
||||
FoodSnackChocolateBar: 2
|
||||
FoodEgg: 3
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeCornInButter
|
||||
name: corn in butter recipe
|
||||
result: FoodMealCornInButter
|
||||
time: 10
|
||||
solids:
|
||||
FoodCorn: 1
|
||||
FoodPlate: 1
|
||||
FoodButter: 1
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 794 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, taco from https://github.com/ss220-space/Paradise/commit/6c9bd827610433093a79d814b96bd50f9cf12eec",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, taco from https://github.com/ss220-space/Paradise/commit/6c9bd827610433093a79d814b96bd50f9cf12eec, corn in butter from im_kreks",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -147,6 +147,9 @@
|
||||
},
|
||||
{
|
||||
"name": "yakiimo"
|
||||
},
|
||||
{
|
||||
"name": "corn-in-butter"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user