Compare commits

...

3 Commits

Author SHA1 Message Date
Manoob c154b480f1 newlline, keep file as it was :^) 2026-06-25 15:12:47 +02:00
Manoob 37044ddd0a Moved nacho metamorph to DV folder 2026-06-25 15:10:00 +02:00
Manoob 927e9f648c
Update Resources/Prototypes/_DV/Recipes/Cooking/deep_fryer_recipes.yml
Co-authored-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
Signed-off-by: Manoob <manu.demoen@gmail.com>
2026-06-25 15:01:28 +02:00
3 changed files with 26 additions and 79 deletions

View File

@ -122,32 +122,4 @@
max: 2
- !type:LastElementHasTags # last bun
tags:
- Bun
# Begin DeltaV additions - nachos metamorph recipes
- type: metamorphRecipe
id: NachosCheesy
key: Nachos
result: FoodMealNachosCheesy
rules:
- !type:SequenceLength
range:
min: 1
max: 1
- !type:LastElementHasTags
tags:
- Cheese
- type: metamorphRecipe
id: NachosCuban
key: Nachos
result: FoodMealNachosCuban
rules:
- !type:SequenceLength
range:
min: 1
max: 1
- !type:LastElementHasTags
tags:
- Vegetable # Only vegetable tag for now since the only vegetable we allow on nachos is chili and they don't have another tag
# End DeltaV additions
- Bun

View File

@ -47,56 +47,6 @@
baseRecipe: RecipeCarrotFries
burnTime: 10
# DeltaV - nachos are now made by slicing a taco shell; cheesy/cuban variants come from the sequence metamorph system
#- type: microwaveMealRecipe
# id: RecipeNachos
# name: nachos recipe
# result: FoodMealNachos
# secretRecipe: true
# time: 10
# group: DeepFried
# deepFried: true
# solids:
# FoodDoughTortillaFlat: 1
#
#- type: deepFryerRecipe
# id: DeepFryerRecipeTortillaChips
# baseRecipe: RecipeNachos
# burnTime: 15
#
#- type: microwaveMealRecipe
# id: RecipeNachosCheesy
# name: cheesy nachos recipe
# result: FoodMealNachosCheesy
# secretRecipe: true
# time: 10
# group: DeepFried
# deepFried: true
# solids:
# FoodCheeseSlice: 1
# FoodDoughTortillaFlat: 1
#
#- type: deepFryerRecipe
# id: DeepFryerRecipeNachosCheesy
# baseRecipe: RecipeNachosCheesy
# burnTime: 15
#
#- type: microwaveMealRecipe
# id: RecipeNachosCuban
# name: cuban nachos recipe
# result: FoodMealNachosCuban
# secretRecipe: true
# time: 10
# group: DeepFried
# deepFried: true
# solids:
# FoodChiliPepper: 1
# FoodDoughTortillaFlat: 1
#
#- type: deepFryerRecipe
# id: DeepFryerRecipeNachosCuban
# baseRecipe: RecipeNachosCuban
# burnTime: 15
- type: microwaveMealRecipe
id: RecipeFriedChicken

View File

@ -0,0 +1,25 @@
- type: metamorphRecipe
id: NachosCheesy
key: Nachos
result: FoodMealNachosCheesy
rules:
- !type:SequenceLength
range:
min: 1
max: 1
- !type:LastElementHasTags
tags:
- Cheese
- type: metamorphRecipe
id: NachosCuban
key: Nachos
result: FoodMealNachosCuban
rules:
- !type:SequenceLength
range:
min: 1
max: 1
- !type:LastElementHasTags
tags:
- Vegetable # Only vegetable tag for now since the only vegetable we allow on nachos is chili and they don't have another tag