]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
New food recipe: Draco (dragon taco) (#37212)
authorMisterImp <101299120+MisterImp@users.noreply.github.com>
Wed, 14 May 2025 19:33:37 +0000 (15:33 -0400)
committerGitHub <noreply@github.com>
Wed, 14 May 2025 19:33:37 +0000 (21:33 +0200)
* 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>
Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml
Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Resources/Textures/Objects/Consumable/Food/taco.rsi/dragontaco.png [new file with mode: 0644]
Resources/Textures/Objects/Consumable/Food/taco.rsi/meta.json

index 2a83b14d037b50c379359d9102d63f3f78e00b37..7975516ba3e187a7102a3b57c845299dff00e58d 100644 (file)
@@ -34,7 +34,7 @@
     nameGeneration: food-sequence-taco-gen
     contentSeparator: ", "
   - type: Appearance
-  
+
 # Old tacos
 
 - type: entity
         - 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
     state: softtaco
   - type: Tag
     tags:
-      - Meat
\ No newline at end of file
+      - Meat
index 9ac9ee1ed86d29edab06095590d742ba67599078..c1c61a9036c6f261690ef863d77f47350f07d098 100644 (file)
     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 (file)
index 0000000..5ca031c
Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/taco.rsi/dragontaco.png differ
index 71bda2cd4223d509c32f1d61a828dc67541cfd01..3358ad00ff8cd0b68f439ab4639c0c52ec864fba 100644 (file)
@@ -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
+}