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:
parent
55fe6026ea
commit
61aee79dc2
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -818,6 +818,7 @@
|
|||
entries:
|
||||
Taco: CheeseTaco
|
||||
Burger: CheeseBurger
|
||||
Nachos: CheeseTaco # DeltaV
|
||||
- type: Item
|
||||
size: Tiny
|
||||
storedOffset: 0,-3
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1503,6 +1503,7 @@
|
|||
Taco: ChiliPepper
|
||||
Burger: ChiliPepper
|
||||
Skewer: ChiliPepperSkewer
|
||||
Nachos: ChiliPepper # DeltaV
|
||||
|
||||
- type: entity
|
||||
name: chilly pepper
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -132,6 +132,9 @@
|
|||
- type: Tag
|
||||
id: MothroachHide
|
||||
|
||||
- type: Tag
|
||||
id: Nachos # Food sequence key
|
||||
|
||||
- type: Tag
|
||||
id: Natural
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue