Custom Taco & Kebabs - FoodSequence 2 (#30905)
* control layer ordering * sprite update * taco! * taco naming gen * fix separator naming * some proto fixes * default naming separation * fix taco naming * rat update * hamsterburger * organs taco * remove from spawners * fixes * fix separators and lemons * Update food-sequence.ftl * randomization offset * fix * kebabs refactor * fix * skewer weapon * Update food_single.yml * Update migration.yml * suppermatter * hamlet centered * hamsburger * Update dead-0.png * 20 -> 4 burger layers max * Update burger.yml * canReact: false * capfruit update * Update burger.yml * Update burger.yml * Update produce.yml * some fixes * Update Resources/Textures/Objects/Consumable/Food/taco.rsi/meta.json Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Content.Shared/Nutrition/Components/FoodSequenceStartPointComponent.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Content.Shared/Nutrition/Components/FoodSequenceStartPointComponent.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * chicken * Update food-sequence.ftl * documentation * fixes * Update meat.yml * Update meat.yml --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -1763,98 +1763,6 @@
|
||||
Nitrogen: 10
|
||||
Plasma: 10
|
||||
|
||||
# Kebabs
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeMeatKebab
|
||||
name: meat kebab recipe
|
||||
result: FoodMeatKebab
|
||||
time: 5
|
||||
solids:
|
||||
FoodMeatCutlet: 3
|
||||
FoodKebabSkewer: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeHawaiianKebab
|
||||
name: Hawaiian kebab recipe
|
||||
result: FoodMeatHawaiianKebab
|
||||
time: 5
|
||||
solids:
|
||||
FoodChiliPepper: 1
|
||||
FoodMeatCutlet: 1
|
||||
FoodPineappleSlice: 1
|
||||
FoodKebabSkewer: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeFiestaKebab
|
||||
name: fiesta kebab recipe
|
||||
result: FoodMeatFiestaKebab
|
||||
time: 5
|
||||
solids:
|
||||
FoodChiliPepper: 1
|
||||
FoodCorn: 1
|
||||
FoodMeatCutlet: 1
|
||||
FoodTomato: 1
|
||||
FoodKebabSkewer: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeRatKebab
|
||||
name: rat kebab recipe
|
||||
result: FoodMeatRatKebab
|
||||
time: 10
|
||||
solids:
|
||||
FoodMeatRat: 1
|
||||
FoodKebabSkewer: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeDoubleRatKebab
|
||||
name: double rat kebab recipe
|
||||
result: FoodMeatRatdoubleKebab
|
||||
time: 20
|
||||
solids:
|
||||
FoodMeatRat: 2
|
||||
FoodKebabSkewer: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeHumanKebab
|
||||
name: human kebab recipe
|
||||
result: FoodMeatHumanKebab
|
||||
time: 15
|
||||
solids:
|
||||
TorsoHuman: 1
|
||||
FoodKebabSkewer: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeLizardKebab
|
||||
name: lizard kebab recipe
|
||||
result: FoodMeatLizardtailKebab
|
||||
time: 15
|
||||
solids:
|
||||
FoodMeatLizard: 1
|
||||
FoodKebabSkewer: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeSnakeKebab
|
||||
name: snake kebab recipe
|
||||
result: FoodMeatSnakeKebab
|
||||
time: 15
|
||||
reagents:
|
||||
Wine: 5
|
||||
solids:
|
||||
FoodMeatSnake: 1
|
||||
FoodKebabSkewer: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeFoodMealSoftTaco
|
||||
name: soft taco recipe
|
||||
result: FoodMealSoftTaco
|
||||
time: 10
|
||||
solids:
|
||||
FoodDoughSlice: 1
|
||||
FoodTomato: 1
|
||||
FoodOnionSlice: 2
|
||||
FoodCheeseSlice: 1
|
||||
FoodMeatCutlet: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeFoodBakedChevreChaud
|
||||
name: chevre chaud recipe
|
||||
@@ -1921,72 +1829,4 @@
|
||||
result: FoodTacoShell
|
||||
time: 5
|
||||
solids:
|
||||
FoodDoughTortillaFlat: 1 # one third of a standard bread dough recipe
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoBeef
|
||||
name: beef taco recipe
|
||||
result: FoodTacoBeef
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodMeatCutlet: 1
|
||||
FoodCheeseSlice: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoChicken
|
||||
name: chicken taco recipe
|
||||
result: FoodTacoChicken
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodMeatChickenCutlet: 1
|
||||
FoodCheeseSlice: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoFish
|
||||
name: fish taco recipe
|
||||
result: FoodTacoFish
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodMeatFish: 1
|
||||
FoodOnionSlice: 2
|
||||
FoodTomato: 1
|
||||
FoodCabbage: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoRat
|
||||
name: rat taco recipe
|
||||
result: FoodTacoRat
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodCheeseSlice: 1
|
||||
FoodMeatRat: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoBeefSupreme
|
||||
name: beef taco supreme recipe
|
||||
result: FoodTacoBeefSupreme
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodCheeseSlice: 1
|
||||
FoodMeatCutlet: 1
|
||||
FoodTomato: 1
|
||||
FoodCabbage: 1
|
||||
FoodOnionSlice: 2
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoChickenSupreme
|
||||
name: beef taco supreme recipe
|
||||
result: FoodTacoChickenSupreme
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodCheeseSlice: 1
|
||||
FoodMeatChickenCutlet: 1
|
||||
FoodTomato: 1
|
||||
FoodCabbage: 1
|
||||
FoodOnionSlice: 2
|
||||
FoodDoughTortillaFlat: 1 # one third of a standard bread dough recipe
|
||||
Reference in New Issue
Block a user