From: dahnte <70238020+dahnte@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:31:40 +0000 (-0700) Subject: Added onion rings (#20734) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=6f48a2e53ab972aaf67effbfe23c70d85abe60df;p=space-station-14.git Added onion rings (#20734) * Initial commit * Added onion rings --- diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml index c4b8d75004..afb76adbee 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml @@ -574,3 +574,27 @@ Quantity: 3 - ReagentId: THC Quantity: 25 + +- type: entity + name: onion rings + parent: FoodBakedBase + id: FoodOnionRings + description: You can eat it or propose to your loved ones. + components: + - type: FlavorProfile + flavors: + - onion + - oily + - type: Sprite + state: onionrings + - type: SolutionContainerManager + solutions: + food: + maxVol: 1 + reagents: + - ReagentId: Nutriment + Quantity: 1 + - ReagentId: Allicin + Quantity: 1 + - ReagentId: Vitamin + Quantity: 1 diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index 1290c73a1d..c02919777b 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -482,6 +482,14 @@ solids: FoodBreadPlainSlice: 2 +- type: microwaveMealRecipe + id: RecipeOnionRings + name: onion rings recipe + result: FoodOnionRings + time: 15 + solids: + FoodOnionSlice: 1 + #Pizzas TODO: contruction graph based pizza - type: microwaveMealRecipe id: RecipeMargheritaPizza @@ -1277,7 +1285,7 @@ FoodButter: 2 FoodSnackChocolateBar: 2 FoodEgg: 3 - + #Donks i guess - type: microwaveMealRecipe id: RecipeWarmDonkpocket @@ -1562,7 +1570,7 @@ name: medicated suture recipe result: MedicatedSuture time: 10 - solids: + solids: FoodPoppy: 1 Brutepack: 1 MaterialCloth1: 1 @@ -1581,7 +1589,7 @@ MaterialCloth1: 1 reagents: Sigynate: 50 - Dermaline: 50 + Dermaline: 50 # Suppermatter - type: microwaveMealRecipe