Added corn in butter (#19448)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Арт
2023-09-20 12:51:08 +03:00
committed by GitHub
parent d3b6434586
commit 0c9c68027a
4 changed files with 39 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"
}
]
}