From 9868932cfe0b71fdb1686759b969c7675096440c Mon Sep 17 00:00:00 2001 From: MisterImp <101299120+MisterImp@users.noreply.github.com> Date: Wed, 14 May 2025 15:33:37 -0400 Subject: [PATCH] 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> --- .../Entities/Objects/Consumable/Food/taco.yml | 31 ++++++++++++++++-- .../Recipes/Cooking/meal_recipes.yml | 11 +++++++ .../Consumable/Food/taco.rsi/dragontaco.png | Bin 0 -> 268 bytes .../Consumable/Food/taco.rsi/meta.json | 7 ++-- 4 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/Objects/Consumable/Food/taco.rsi/dragontaco.png 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 0000000000000000000000000000000000000000..5ca031c4fa6259cc657dd2b6e478cfaffbd8eb1f GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ%bqTdAr*6y6C_v{Cx{3z3RM>U z<6rS~>!aBJ%r_Ua9}`sQF0NetPhTL;z@U#Il8c*lg7OPFS%YrJiUTr?+^jQ{x9N%g z{r{%z?EnArhYy-`@C&iKiu%ehbTdtGHSkU>Nm-#ar#{T>@Bi9t;ae6gDVCd3cVx^^ zULoiEL&tTQ<39FQu@j0Rg)Aool62Tx`Fi#{RW$Gn)^5>HB)@fB2cp>YZ&f9jCo_Kd1rrKu?n(E5pA(Mt9nu?#Tpt OkHOQ`&t;ucLK6U*&}a7m literal 0 HcmV?d00001 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 +} -- 2.51.2