* 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>
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
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
{
"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
},
{
"name": "rattaco"
+ },
+ {
+ "name": "dragontaco"
}
]
-}
\ No newline at end of file
+}