Compare commits
3 Commits
d8a047335a
...
c154b480f1
| Author | SHA1 | Date |
|---|---|---|
|
|
c154b480f1 | |
|
|
37044ddd0a | |
|
|
927e9f648c |
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue