From: MisterImp <101299120+MisterImp@users.noreply.github.com> Date: Wed, 14 May 2025 19:33:37 +0000 (-0400) Subject: New food recipe: Draco (dragon taco) (#37212) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9868932cfe0b71fdb1686759b969c7675096440c;p=space-station-14.git New food recipe: Draco (dragon taco) (#37212) * Added draco (dragon taco) * Update Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml * fix whitespace --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml index 2a83b14d03..7975516ba3 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml @@ -34,7 +34,7 @@ nameGeneration: food-sequence-taco-gen contentSeparator: ", " - type: Appearance - + # Old tacos - type: entity @@ -166,6 +166,33 @@ - ReagentId: Vitamin Quantity: 6 +- type: entity + name: draco + parent: FoodTacoBase + id: FoodTacoDragon + description: A dragon taco, which is technically also a fish taco. + components: + - type: FlavorProfile + flavors: + - meaty + - spicy + - type: Food + - type: Sprite + state: dragontaco + - type: SolutionContainerManager + solutions: + food: + maxVol: 32 + reagents: + - ReagentId: Nutriment + Quantity: 14 + - ReagentId: Vitamin + Quantity: 4 + - ReagentId: Ichor + Quantity: 4 + - ReagentId: CapsaicinOil + Quantity: 6 + - type: entity name: soft taco parent: FoodMealBase @@ -182,4 +209,4 @@ state: softtaco - type: Tag tags: - - Meat \ No newline at end of file + - Meat diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index 9ac9ee1ed8..c1c61a9036 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -2306,6 +2306,17 @@ FoodCabbage: 1 FoodOnionSlice: 2 +- type: microwaveMealRecipe + id: RecipeTacoDragon + name: draco recipe + result: FoodTacoDragon + time: 10 + group: Savory + solids: + FoodTacoShell: 1 + FoodMeatDragonCutlet: 2 + FoodChiliPepper: 1 + - type: microwaveMealRecipe id: RecipeCroissant name: croissant recipe diff --git a/Resources/Textures/Objects/Consumable/Food/taco.rsi/dragontaco.png b/Resources/Textures/Objects/Consumable/Food/taco.rsi/dragontaco.png new file mode 100644 index 0000000000..5ca031c4fa Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/taco.rsi/dragontaco.png differ diff --git a/Resources/Textures/Objects/Consumable/Food/taco.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/taco.rsi/meta.json index 71bda2cd42..3358ad00ff 100644 --- a/Resources/Textures/Objects/Consumable/Food/taco.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/taco.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Added by Phunny", + "copyright": "Added by Phunny, dragon taco modified from beef taco by MisterImp (GitHub)", "size": { "x": 32, "y": 32 @@ -24,6 +24,9 @@ }, { "name": "rattaco" + }, + { + "name": "dragontaco" } ] -} \ No newline at end of file +}