Added corn in butter (#19448)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -559,3 +559,27 @@
|
|||||||
- onion
|
- onion
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: taco
|
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
|
id: RecipePopcorn
|
||||||
name: popcorn recipe
|
name: popcorn recipe
|
||||||
result: FoodSnackPopcorn
|
result: FoodSnackPopcorn
|
||||||
time: 5
|
time: 20
|
||||||
solids:
|
solids:
|
||||||
FoodCorn: 1
|
FoodCorn: 1
|
||||||
|
|
||||||
@@ -1694,7 +1694,6 @@
|
|||||||
solids:
|
solids:
|
||||||
FoodSpaceshroom: 1
|
FoodSpaceshroom: 1
|
||||||
|
|
||||||
#cannabis
|
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeCannabisButter
|
id: RecipeCannabisButter
|
||||||
name: cannabis butter recipe
|
name: cannabis butter recipe
|
||||||
@@ -1716,3 +1715,13 @@
|
|||||||
FoodCannabisButter: 2
|
FoodCannabisButter: 2
|
||||||
FoodSnackChocolateBar: 2
|
FoodSnackChocolateBar: 2
|
||||||
FoodEgg: 3
|
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,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"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": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -147,6 +147,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "yakiimo"
|
"name": "yakiimo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "corn-in-butter"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user