Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
- 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
\ No newline at end of file
id: RecipePopcorn
name: popcorn recipe
result: FoodSnackPopcorn
- time: 5
+ time: 20
solids:
FoodCorn: 1
solids:
FoodSpaceshroom: 1
-#cannabis
- type: microwaveMealRecipe
id: RecipeCannabisButter
name: cannabis butter recipe
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
{
"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
},
{
"name": "yakiimo"
+ },
+ {
+ "name": "corn-in-butter"
}
]
}