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>
This commit is contained in:
MisterImp 2025-05-14 15:33:37 -04:00 committed by deltanedas
parent 1a318edf91
commit b28baefcd8
4 changed files with 45 additions and 4 deletions

View File

@ -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
- Meat

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

View 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"
}
]
}
}