Added onion rings (#20734)

* Initial commit

* Added onion rings
This commit is contained in:
dahnte
2023-10-05 14:31:40 -07:00
committed by GitHub
parent c5c1105261
commit 6f48a2e53a
2 changed files with 35 additions and 3 deletions

View File

@@ -574,3 +574,27 @@
Quantity: 3 Quantity: 3
- ReagentId: THC - ReagentId: THC
Quantity: 25 Quantity: 25
- type: entity
name: onion rings
parent: FoodBakedBase
id: FoodOnionRings
description: You can eat it or propose to your loved ones.
components:
- type: FlavorProfile
flavors:
- onion
- oily
- type: Sprite
state: onionrings
- type: SolutionContainerManager
solutions:
food:
maxVol: 1
reagents:
- ReagentId: Nutriment
Quantity: 1
- ReagentId: Allicin
Quantity: 1
- ReagentId: Vitamin
Quantity: 1

View File

@@ -482,6 +482,14 @@
solids: solids:
FoodBreadPlainSlice: 2 FoodBreadPlainSlice: 2
- type: microwaveMealRecipe
id: RecipeOnionRings
name: onion rings recipe
result: FoodOnionRings
time: 15
solids:
FoodOnionSlice: 1
#Pizzas TODO: contruction graph based pizza #Pizzas TODO: contruction graph based pizza
- type: microwaveMealRecipe - type: microwaveMealRecipe
id: RecipeMargheritaPizza id: RecipeMargheritaPizza