Replace nachos recipes (#6099)

* make nachos from tacos and change how cheesy and chili variants get made

* Change WizDen Contentfreeze recipelimit

* 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>

* Moved nacho metamorph to DV folder

* newlline, keep file as it was :^)

---------

Signed-off-by: Manoob <manu.demoen@gmail.com>
Co-authored-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
This commit is contained in:
Manoob 2026-06-25 17:37:33 +02:00 committed by GitHub
parent 55fe6026ea
commit 61aee79dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 49 additions and 51 deletions

View File

@ -24,7 +24,7 @@ public sealed class WizdenContentFreeze
var protoMan = server.ProtoMan;
var recipesCount = protoMan.Count<FoodRecipePrototype>();
var recipesLimit = 269; // DeltaV - was 218
var recipesLimit = 266; // DeltaV - was 218
if (recipesCount > recipesLimit)
{

View File

@ -818,6 +818,7 @@
entries:
Taco: CheeseTaco
Burger: CheeseBurger
Nachos: CheeseTaco # DeltaV
- type: Item
size: Tiny
storedOffset: 0,-3

View File

@ -114,8 +114,20 @@
- type: FlavorProfile
flavors:
- nachos
#- type: Sprite # DeltaV - replaced below to add foodSequenceLayers slot for sequence system
# state: nachos
# Begin DeltaV additions - nachos can be topped with cheese or chili to metamorph into variants
- type: Sprite
state: nachos
sprite: Objects/Consumable/Food/meals.rsi
layers:
- state: nachos
- map: ["foodSequenceLayers"]
- type: Appearance
- type: FoodSequenceStartPoint
key: Nachos
- type: FoodMetamorphableByAdding
onlyFinal: false
# End DeltaV additions
- type: SolutionContainerManager
solutions:
food:

View File

@ -1503,6 +1503,7 @@
Taco: ChiliPepper
Burger: ChiliPepper
Skewer: ChiliPepperSkewer
Nachos: ChiliPepper # DeltaV
- type: entity
name: chilly pepper

View File

@ -34,6 +34,11 @@
nameGeneration: food-sequence-taco-gen
contentSeparator: ", "
- type: Appearance
# Begin DeltaV additions - slicing a taco shell with a knife yields 2 nachos
- type: SliceableFood
count: 2
slice: FoodMealNachos
# End DeltaV additions
# Old tacos

View File

@ -47,55 +47,6 @@
baseRecipe: RecipeCarrotFries
burnTime: 10
- type: microwaveMealRecipe
id: RecipeNachos # Renamed to tortilla chips (nachos have cheese)
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

View File

@ -132,6 +132,9 @@
- type: Tag
id: MothroachHide
- type: Tag
id: Nachos # Food sequence key
- type: Tag
id: Natural