Moved nacho metamorph to DV folder

This commit is contained in:
Manoob 2026-06-25 15:10:00 +02:00
parent 927e9f648c
commit 37044ddd0a
2 changed files with 25 additions and 28 deletions

View File

@ -123,31 +123,3 @@
- !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

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