Участник:WikiBotADT/mealrecipes prototypes.json: различия между версиями
Материал из Space Station 14 | Время приключений Вики
Дополнительные действия
Update mealrecipes_prototypes.json via GitHub Actions |
Update mealrecipes_prototypes.json via GitHub Actions |
||
(не показано 14 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
{ | { | ||
"microwaveRecipes": { | |||
"ADTFoodMealCreamMeatballRecipe": { | |||
"id": "ADTFoodMealCreamMeatballRecipe", | |||
"name": "Pasta creammeathball", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"ADTFoodMealCream": 1, | |||
"FoodMeatMeatball": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "ADTFoodMealCreamMeatball" | |||
}, | |||
"RecipeBagelCotton": { | |||
"id": "RecipeBagelCotton", | |||
"name": "Cotton bagel recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodDoughCottonRope": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBagelCotton" | |||
}, | |||
"RecipeAloeCream": { | |||
"id": "RecipeAloeCream", | |||
"name": "Aloe cream recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodAloe": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "AloeCream" | |||
}, | |||
"ADTFoodPizzaSeaRecipe": { | |||
"id": "ADTFoodPizzaSeaRecipe", | |||
"name": "Pizza sea", | |||
"type": "microwaveRecipes", | |||
"time": 30, | |||
"solids": { | |||
"FoodDoughFlat": 1, | |||
"FoodCheeseSlice": 1, | |||
"ADTFoodMeatFish": 3, | |||
"FoodTomato": 1 | |||
}, | |||
"reagents": { | |||
"Mayo": 5 | |||
}, | |||
"result": "ADTFoodPizzaSea" | |||
}, | |||
"RecipeBrainCake": { | |||
"id": "RecipeBrainCake", | |||
"name": "Brain cake recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodCakePlain": 1, | |||
"OrganHumanBrain": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodCakeBrain" | |||
}, | |||
"ADTFoodMealInkFishRecipe": { | |||
"id": "ADTFoodMealInkFishRecipe", | |||
"name": "Pasta inkfish", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"ADTFoodMealInk": 1, | |||
"ADTFoodMeatFish": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "ADTFoodMealInkFish" | |||
}, | |||
"RecipeBurgerMcguffin": { | |||
"id": "RecipeBurgerMcguffin", | |||
"name": "McGuffin recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"FoodCheeseSlice": 1 | |||
}, | |||
"reagents": { | |||
"Egg": 12 | |||
}, | |||
"result": "FoodBurgerMcguffin" | |||
}, | |||
"RecipeRatBurger": { | |||
"id": "RecipeRatBurger", | |||
"name": "Rat burger recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"FoodMeatRat": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBurgerRat" | |||
}, | |||
"ADTFoodMealChesnechkaRecipe": { | |||
"id": "ADTFoodMealChesnechkaRecipe", | |||
"name": "Chesnechka soup", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBreadPlainSlice": 1, | |||
"FoodGarlic": 1, | |||
"FoodOnionSlice": 1, | |||
"FoodBowlBig": 1 | |||
}, | |||
"reagents": { | |||
"Water": 10 | |||
}, | |||
"result": "ADTFoodSoupChesnechka" | |||
}, | |||
"RecipeGhostBurger": { | |||
"id": "RecipeGhostBurger", | |||
"name": "Ghost burger recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"Ectoplasm": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBurgerGhost" | |||
}, | |||
"RecipeRicePork": { | |||
"id": "RecipeRicePork", | |||
"name": "Rice and pork recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodRiceBoiled": 1, | |||
"FoodMeatCutlet": 3 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodRicePork" | |||
}, | |||
"ADTFoodPizzaMexicanRecipe": { | |||
"id": "ADTFoodPizzaMexicanRecipe", | |||
"name": "Pizza mexico", | |||
"type": "microwaveRecipes", | |||
"time": 30, | |||
"solids": { | |||
"FoodDoughFlat": 1, | |||
"FoodCheeseSlice": 1, | |||
"FoodMeat": 1, | |||
"FoodTomato": 1, | |||
"FoodChiliPepper": 2, | |||
"FoodOnionRedSlice": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "ADTFoodPizzaMexican" | |||
}, | |||
"ADTFoodSoupUzbekPilafRecipe": { | |||
"id": "ADTFoodSoupUzbekPilafRecipe", | |||
"name": "Uzbek pilaf", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodRiceBoiled": 1, | |||
"FoodGarlic": 1, | |||
"FoodMeat": 1, | |||
"FoodCarrot": 1, | |||
"FoodOnionSlice": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "ADTFoodSoupUzbekPilaf" | |||
}, | |||
"RecipeCopypasta": { | |||
"id": "RecipeCopypasta", | |||
"name": "Copypasta recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodNoodles": 2, | |||
"FoodPlateSmall": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodNoodlesCopy" | |||
}, | |||
"RecipeSuppermatter": { | |||
"id": "RecipeSuppermatter", | |||
"name": "Suppermatter recipe", | |||
"type": "microwaveRecipes", | |||
"time": 30, | |||
"solids": { | |||
"FoodCakeBatter": 2 | |||
}, | |||
"reagents": { | |||
"Sugar": 30, | |||
"Nitrogen": 10, | |||
"Plasma": 10 | |||
}, | |||
"result": "FoodCakeSuppermatter" | |||
}, | |||
"RecipeCornInButter": { | |||
"id": "RecipeCornInButter", | |||
"name": "Corn in butter recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodCorn": 1, | |||
"FoodPlate": 1, | |||
"FoodButter": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodMealCornInButter" | |||
}, | |||
"RecipeDriedCannabisRainbow": { | |||
"id": "RecipeDriedCannabisRainbow", | |||
"name": "Dried rainbow cannabis leaves recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"LeavesCannabisRainbow": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "LeavesCannabisRainbowDried" | |||
}, | |||
"RecipeNachosCheesy": { | |||
"id": "RecipeNachosCheesy", | |||
"name": "Cheesy nachos recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodCheeseSlice": 1, | |||
"FoodDoughTortillaFlat": 1, | |||
"FoodPlateSmall": 1 | |||
}, | |||
"reagents": { | |||
"TableSalt": 1 | |||
}, | |||
"result": "FoodMealNachosCheesy" | |||
}, | |||
"ADTFoodVulpixRecipe": { | |||
"id": "ADTFoodVulpixRecipe", | |||
"name": "Vulpix recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodPlateSmall": 1, | |||
"FoodCheeseSlice": 1, | |||
"FoodOnion": 1, | |||
"ADTOrganVulpkaninLiver": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "ADTFoodVulpix" | |||
}, | |||
"ADTFoodKhachapuriRecipe": { | |||
"id": "ADTFoodKhachapuriRecipe", | |||
"name": "Khachapuri recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodCheeseSlice": 1, | |||
"FoodBreadPlainSlice": 1 | |||
}, | |||
"reagents": { | |||
"Egg": 12, | |||
"TableSalt": 5, | |||
"Milk": 5 | |||
}, | |||
"result": "ADTFoodMealKhachapuri" | |||
}, | |||
"RecipeDumplings": { | |||
"id": "RecipeDumplings", | |||
"name": "Dumplings recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodDoughSlice": 3 | |||
}, | |||
"reagents": { | |||
"Water": 10, | |||
"UncookedAnimalProteins": 6 | |||
}, | |||
"result": "FoodBakedDumplings" | |||
}, | |||
"RecipeAntiPoisonMedipen": { | |||
"id": "RecipeAntiPoisonMedipen", | |||
"name": "Poison auto-injector", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"ADTBlankMediPen": 1 | |||
}, | |||
"reagents": { | |||
"Ultravasculine": 10, | |||
"Epinephrine": 5 | |||
}, | |||
"result": "AntiPoisonMedipen" | |||
}, | |||
"RecipeRiceGumbo": { | |||
"id": "RecipeRiceGumbo", | |||
"name": "Black-eyed gumbo recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodRiceBoiled": 1, | |||
"FoodMeatCutlet": 3, | |||
"FoodChiliPepper": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodRiceGumbo" | |||
}, | |||
"ADTFoodMealTomatoMeatballRecipe": { | |||
"id": "ADTFoodMealTomatoMeatballRecipe", | |||
"name": "Pasta tomatomeat", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodNoodlesBoiled": 1, | |||
"FoodMeatMeatball": 2, | |||
"FoodTomato": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "ADTFoodMealTomatoMeatball" | |||
}, | |||
"ADTDrinkTeaPackCherry": { | |||
"id": "ADTDrinkTeaPackCherry", | |||
"name": "CherryTeapack", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"ADTEmptyTeaPack": 1, | |||
"FoodCherry": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "ADTCherryTeapack" | |||
}, | |||
"RecipeDriedTeaLeaves": { | |||
"id": "RecipeDriedTeaLeaves", | |||
"name": "Dried tea leaves recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"LeavesTea": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "LeavesTeaDried" | |||
}, | |||
"RecipeOnionRings": { | |||
"id": "RecipeOnionRings", | |||
"name": "Onion rings recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodOnionSlice": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodOnionRings" | |||
}, | |||
"ADTFoodPizzaBBQRecipe": { | |||
"id": "ADTFoodPizzaBBQRecipe", | |||
"name": "Pizza bbq", | |||
"type": "microwaveRecipes", | |||
"time": 30, | |||
"solids": { | |||
"FoodDoughFlat": 1, | |||
"FoodMeat": 1, | |||
"FoodCheeseSlice": 1, | |||
"FoodTomato": 1 | |||
}, | |||
"reagents": { | |||
"BbqSauce": 5 | |||
}, | |||
"result": "ADTFoodPizzaBBQ" | |||
}, | |||
"RecipePopcorn": { | |||
"id": "RecipePopcorn", | |||
"name": "Popcorn recipe", | |||
"type": "microwaveRecipes", | |||
"time": 20, | |||
"solids": { | |||
"FoodCorn": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodSnackPopcorn" | |||
}, | |||
"RecipeLemoonCake": { | |||
"id": "RecipeLemoonCake", | |||
"name": "Lemoon cake recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodCakePlain": 1, | |||
"FoodLemoon": 2, | |||
"FoodBerries": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodCakeLemoon" | |||
}, | |||
"RecipeTomatoBloodSoup": { | |||
"id": "RecipeTomatoBloodSoup", | |||
"name": "Tomato blood soup recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBowlBig": 1, | |||
"FoodBloodTomato": 2 | |||
}, | |||
"reagents": { | |||
"Blood": 10 | |||
}, | |||
"result": "FoodSoupTomatoBlood" | |||
}, | |||
"RecipeCornbread": { | |||
"id": "RecipeCornbread", | |||
"name": "Cornbread recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodDoughCornmeal": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBreadCorn" | |||
}, | |||
"RecipeRibs": { | |||
"id": "RecipeRibs", | |||
"name": "BBQ ribs recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodMeat": 2, | |||
"FoodKebabSkewer": 1 | |||
}, | |||
"reagents": { | |||
"BbqSauce": 5 | |||
}, | |||
"result": "FoodMealRibs" | |||
}, | |||
"RecipeChickenSandwich": { | |||
"id": "RecipeChickenSandwich", | |||
"name": "Chicken sandwich recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"FoodMeatChicken": 1 | |||
}, | |||
"reagents": { | |||
"Mayo": 5 | |||
}, | |||
"result": "FoodBurgerChicken" | |||
}, | |||
"RecipeCatCake": { | |||
"id": "RecipeCatCake", | |||
"name": "Cat cake recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodCakePlain": 1, | |||
"FoodSnackRaisins": 1, | |||
"OrganAnimalHeart": 1 | |||
}, | |||
"reagents": { | |||
"Milk": 15, | |||
"Cognizine": 5 | |||
}, | |||
"result": "MobCatCake" | |||
}, | |||
"RecipeAnomalyMeat": { | |||
"id": "RecipeAnomalyMeat", | |||
"name": "Meat anomaly recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"AnomalyCoreFlesh": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodMeatAnomaly" | |||
}, | |||
"RecipeBakedVulpkanin": { | |||
"id": "RecipeBakedVulpkanin", | |||
"name": "Baked vulpkanin recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodPlate": 1, | |||
"FoodMeat": 1, | |||
"FoodApple": 1, | |||
"ADTHeadVulpkanin": 1 | |||
}, | |||
"reagents": { | |||
"TableSalt": 2, | |||
"Blackpepper": 2 | |||
}, | |||
"result": "FoodBakedVulpkaninPlate" | |||
}, | |||
"RecipeRobotBurger": { | |||
"id": "RecipeRobotBurger", | |||
"name": "Roburger recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"CapacitorStockPart": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBurgerRobot" | |||
}, | |||
"RecipeHumanBurger": { | |||
"id": "RecipeHumanBurger", | |||
"name": "Human burger recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"FoodMeatHuman": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBurgerHuman" | |||
}, | |||
"RecipeEyeballSoup": { | |||
"id": "RecipeEyeballSoup", | |||
"name": "Eyeball soup recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBowlBig": 1, | |||
"OrganHumanEyes": 1, | |||
"FoodCarrot": 1, | |||
"FoodPotato": 1 | |||
}, | |||
"reagents": { | |||
"Water": 10 | |||
}, | |||
"result": "FoodSoupEyeball" | |||
}, | |||
"RecipeCheesyFries": { | |||
"id": "RecipeCheesyFries", | |||
"name": "Cheesy fries recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodPotato": 1, | |||
"FoodCheeseSlice": 1 | |||
}, | |||
"reagents": { | |||
"TableSalt": 5 | |||
}, | |||
"result": "FoodMealFriesCheesy" | |||
}, | |||
"RecipeCaesarSalad": { | |||
"id": "RecipeCaesarSalad", | |||
"name": "Caesar salad recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodBowlBig": 1, | |||
"FoodOnionRedSlice": 1, | |||
"FoodBreadPlainSlice": 1, | |||
"FoodCheeseSlice": 1, | |||
"FoodCabbage": 1 | |||
}, | |||
"reagents": { | |||
"OilOlive": 5 | |||
}, | |||
"result": "FoodSaladCaesar" | |||
}, | |||
"RecipeMimeTart": { | |||
"id": "RecipeMimeTart", | |||
"name": "Mime tart recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodDoughPie": 1, | |||
"FoodMimana": 3, | |||
"FoodPlateTin": 1 | |||
}, | |||
"reagents": { | |||
"Sugar": 5, | |||
"Milk": 5 | |||
}, | |||
"result": "FoodTartMime" | |||
}, | |||
"RecipeMeatballSoup": { | |||
"id": "RecipeMeatballSoup", | |||
"name": "Meatball soup recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBowlBig": 1, | |||
"FoodMeatMeatball": 1, | |||
"FoodCarrot": 1, | |||
"FoodPotato": 1 | |||
}, | |||
"reagents": { | |||
"Water": 10 | |||
}, | |||
"result": "FoodSoupMeatball" | |||
}, | |||
"RecipeInertAnomalyMeat": { | |||
"id": "RecipeInertAnomalyMeat", | |||
"name": "Inert meat anomaly recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"AnomalyCoreFleshInert": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodMeatAnomaly" | |||
}, | |||
"RecipeBaguetteSword": { | |||
"id": "RecipeBaguetteSword", | |||
"name": "Baguette sword recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodDough": 1, | |||
"PartRodMetal1": 1 | |||
}, | |||
"reagents": { | |||
"TableSalt": 5, | |||
"Blackpepper": 5 | |||
}, | |||
"result": "WeaponBaguette" | |||
}, | |||
"RecipeCookie": { | |||
"id": "RecipeCookie", | |||
"name": "Cookie recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodButterSlice": 1, | |||
"FoodSnackChocolateBar": 1 | |||
}, | |||
"reagents": { | |||
"Flour": 5, | |||
"Sugar": 5 | |||
}, | |||
"result": "FoodBakedCookie" | |||
}, | |||
"RecipeKimchiSalad": { | |||
"id": "RecipeKimchiSalad", | |||
"name": "Kimchi salad recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodBowlBig": 1, | |||
"FoodCarrot": 1, | |||
"FoodCabbage": 1, | |||
"FoodGarlic": 1 | |||
}, | |||
"reagents": { | |||
"Vinegar": 5 | |||
}, | |||
"result": "FoodSaladKimchi" | |||
}, | |||
"RecipeSausageBread": { | |||
"id": "RecipeSausageBread", | |||
"name": "Sausage bread recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodDough": 1, | |||
"FoodMeat": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBreadSausage" | |||
}, | |||
"RecipePunctAutoInjector": { | |||
"id": "RecipePunctAutoInjector", | |||
"name": "Puncturase auto-injector", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"ADTBlankMediPen": 1 | |||
}, | |||
"reagents": { | |||
"Puncturase": 10, | |||
"TranexamicAcid": 5 | |||
}, | |||
"result": "PunctAutoInjector" | |||
}, | |||
"RecipeCroissantCotton": { | |||
"id": "RecipeCroissantCotton", | |||
"name": "Cotton croissant recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodCroissantRawCotton": 1, | |||
"FoodButterSlice": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBakedCroissantCotton" | |||
}, | |||
"RecipeMushroomPizza": { | |||
"id": "RecipeMushroomPizza", | |||
"name": "Mushroom pizza recipe", | |||
"type": "microwaveRecipes", | |||
"time": 30, | |||
"solids": { | |||
"FoodDoughFlat": 1, | |||
"FoodMushroom": 5 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodPizzaMushroom" | |||
}, | |||
"RecipeHumanKebab": { | |||
"id": "RecipeHumanKebab", | |||
"name": "Human kebab recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"TorsoHuman": 1, | |||
"FoodKebabSkewer": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodMeatHumanKebab" | |||
}, | |||
"RecipeEmpoweredBurger": { | |||
"id": "RecipeEmpoweredBurger", | |||
"name": "Empowered burger recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"SheetPlasma1": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBurgerEmpowered" | |||
}, | |||
"RecipeOatmeal": { | |||
"id": "RecipeOatmeal", | |||
"name": "Oatmeal recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodBowlBig": 1 | |||
}, | |||
"reagents": { | |||
"Oats": 15, | |||
"Water": 10 | |||
}, | |||
"result": "FoodOatmeal" | |||
}, | |||
"RecipeSnakeKebab": { | |||
"id": "RecipeSnakeKebab", | |||
"name": "Snake kebab recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodMeatSnake": 1, | |||
"FoodKebabSkewer": 1 | |||
}, | |||
"reagents": { | |||
"Wine": 5 | |||
}, | |||
"result": "FoodMeatSnakeKebab" | |||
}, | |||
"RecipeFoodBakedChevreChaud": { | |||
"id": "RecipeFoodBakedChevreChaud", | |||
"name": "Chevre chaud recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodChevreSlice": 1, | |||
"FoodBreadBaguetteSlice": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBakedChevreChaud" | |||
}, | |||
"RecipeFruitSalad": { | |||
"id": "RecipeFruitSalad", | |||
"name": "Fruit salad recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodBowlBig": 1, | |||
"FoodOrange": 1, | |||
"FoodApple": 1, | |||
"FoodGrape": 1, | |||
"FoodWatermelonSlice": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodSaladFruit" | |||
}, | |||
"ADTFoodMealCheeseTomatoRecipe": { | |||
"id": "ADTFoodMealCheeseTomatoRecipe", | |||
"name": "Pasta cheesetomato", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodNoodlesBoiled": 1, | |||
"FoodCheeseSlice": 1, | |||
"FoodTomato": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "ADTFoodMealCheeseTomato" | |||
}, | |||
"ADTFoodPizzaChickenRecipe": { | |||
"id": "ADTFoodPizzaChickenRecipe", | |||
"name": "Pizza chicken", | |||
"type": "microwaveRecipes", | |||
"time": 30, | |||
"solids": { | |||
"FoodDoughFlat": 1, | |||
"FoodCheeseSlice": 2, | |||
"FoodMeatChicken": 1, | |||
"FoodTomato": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "ADTFoodPizzaChicken" | |||
}, | |||
"ADTFoodMealInkRecipe": { | |||
"id": "ADTFoodMealInkRecipe", | |||
"name": "Pasta ink", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodNoodlesBoiled": 1, | |||
"Pen": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "ADTFoodMealInk" | |||
}, | |||
"RecipeLoadedBakedPotato": { | |||
"id": "RecipeLoadedBakedPotato", | |||
"name": "Loaded baked potato recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodPotato": 1, | |||
"FoodCheeseSlice": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodMealPotatoLoaded" | |||
}, | |||
"RecipeBrainBurger": { | |||
"id": "RecipeBrainBurger", | |||
"name": "Brain burger recipe" | |||
} | } |
Текущая версия от 21:07, 9 сентября 2025
microwaveRecipes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sliceableRecipes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
grindableRecipes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
heatableRecipes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
toolmadeRecipes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mixableRecipes |
|