Открыть меню
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

Участник:WikiBotADT/mealrecipes prototypes.json: различия между версиями

Материал из Space Station 14 | Время приключений Вики
Update mealrecipes_prototypes.json via GitHub Actions
Update mealrecipes_prototypes.json via GitHub Actions
Строка 1: Строка 1:
{
{
     "microwaveRecipes": {
     "microwaveRecipes": {
         "RecipeMeatPizza": {
         "ADTFoodMealCreamMeatballRecipe": {
             "id": "RecipeMeatPizza",
             "id": "ADTFoodMealCreamMeatballRecipe",
             "name": "Meat pizza recipe",
             "name": "Pasta creammeathball",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "ADTFoodMealCream": 1,
                 "FoodMeat": 3,
                 "FoodMeatMeatball": 2
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaMeat"
             "result": "ADTFoodMealCreamMeatball"
         },
         },
         "RecipeAnomalyMeatCooked": {
         "RecipeBagelCotton": {
             "id": "RecipeAnomalyMeatCooked",
             "id": "RecipeBagelCotton",
             "name": "Cooked meat anomaly recipe",
             "name": "Cotton bagel recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodMeatAnomaly": 1
                 "FoodDoughCottonRope": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMeatAnomalyCooked"
             "result": "FoodBagelCotton"
         },
         },
         "RecipeRegenerativeMesh": {
         "RecipeAloeCream": {
             "id": "RecipeRegenerativeMesh",
             "id": "RecipeAloeCream",
             "name": "Regenerative mesh recipe",
             "name": "Aloe cream recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodAloe": 1,
                 "FoodAloe": 1
                "Ointment": 1,
                "MaterialCloth1": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Sigynate": 20,
             "result": "AloeCream"
                "Dermaline": 20
            },
             "result": "RegenerativeMesh"
         },
         },
         "RecipeADTHotCocoa": {
         "ADTFoodPizzaSeaRecipe": {
             "id": "RecipeADTHotCocoa",
             "id": "ADTFoodPizzaSeaRecipe",
             "name": "Hot cocoa recipe",
             "name": "Pizza sea",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "DrinkGlass": 1
                 "FoodDoughFlat": 1,
                "FoodCheeseSlice": 1,
                "ADTFoodMeatFish": 3,
                "FoodTomato": 1
             },
             },
             "reagents": {
             "reagents": {
                 "ADTCocoaDrink": 30
                 "Mayo": 5
             },
             },
             "result": "ADTHotCocoaGlass"
             "result": "ADTFoodPizzaSea"
         },
         },
         "RecipeRibs": {
         "RecipeBrainCake": {
             "id": "RecipeRibs",
             "id": "RecipeBrainCake",
             "name": "BBQ ribs recipe",
             "name": "Brain cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodMeat": 2,
                 "FoodCakePlain": 1,
                 "FoodKebabSkewer": 1
                 "OrganHumanBrain": 1
             },
             },
             "reagents": {
             "reagents": {},
                "BbqSauce": 5
             "result": "FoodCakeBrain"
            },
             "result": "FoodMealRibs"
         },
         },
         "RecipeVegetableSoup": {
         "ADTFoodMealInkFishRecipe": {
             "id": "RecipeVegetableSoup",
             "id": "ADTFoodMealInkFishRecipe",
             "name": "Vegetable soup recipe",
             "name": "Pasta inkfish",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "ADTFoodMealInk": 1,
                 "FoodCorn": 1,
                 "ADTFoodMeatFish": 2
                "FoodCarrot": 1,
                "FoodPotato": 1,
                "FoodEggplant": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 5
             "result": "ADTFoodMealInkFish"
            },
             "result": "FoodSoupVegetable"
         },
         },
         "RecipeTofuBurger": {
         "RecipeBurgerMcguffin": {
             "id": "RecipeTofuBurger",
             "id": "RecipeBurgerMcguffin",
             "name": "Tofu burger recipe",
             "name": "McGuffin recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "FoodTofuSlice": 1
                 "FoodCheeseSlice": 1
            },
            "reagents": {
                "Egg": 12
             },
             },
            "reagents": {},
             "result": "FoodBurgerMcguffin"
             "result": "FoodBurgerTofu"
         },
         },
         "RecipeDonkpocketBerry": {
         "RecipeRatBurger": {
             "id": "RecipeDonkpocketBerry",
             "id": "RecipeRatBurger",
             "name": "Warm berry-pocket recipe",
             "name": "Rat burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDonkpocketBerry": 1
                 "FoodBreadBun": 1,
                "FoodMeatRat": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketBerryWarm"
             "result": "FoodBurgerRat"
         },
         },
         "RecipeWingFangChuSoup": {
         "RecipeGhostBurger": {
             "id": "RecipeWingFangChuSoup",
             "id": "RecipeGhostBurger",
             "name": "Wing fang chu recipe",
             "name": "Ghost burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatXenoCutlet": 2
                 "Ectoplasm": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Soysauce": 5
             "result": "FoodBurgerGhost"
            },
             "result": "FoodSoupWingFangChu"
         },
         },
         "RecipeCookie": {
         "RecipeRicePork": {
             "id": "RecipeCookie",
             "id": "RecipeRicePork",
             "name": "Cookie recipe",
             "name": "Rice and pork recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodRiceBoiled": 1,
                "FoodMeatCutlet": 3
            },
            "reagents": {},
            "result": "FoodRicePork"
        },
        "ADTRecipeBakedChickenWing": {
            "id": "ADTRecipeBakedChickenWing",
            "name": "Baked chicken wing",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodButterSlice": 1,
                 "ADTFoodMeatChickenWing": 1
                "FoodSnackChocolateBar": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Flour": 5,
             "result": "ADTFoodMeatChickenBakedWing"
                "Sugar": 5
            },
             "result": "FoodBakedCookie"
         },
         },
         "RecipeTacoChickenSupreme": {
         "ADTFoodPizzaMexicanRecipe": {
             "id": "RecipeTacoChickenSupreme",
             "id": "ADTFoodPizzaMexicanRecipe",
             "name": "Beef taco supreme recipe",
             "name": "Pizza mexico",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodTacoShell": 1,
                 "FoodDoughFlat": 1,
                 "FoodCheeseSlice": 1,
                 "FoodCheeseSlice": 1,
                 "FoodMeatChickenCutlet": 1,
                 "FoodMeat": 1,
                 "FoodTomato": 1,
                 "FoodTomato": 1,
                 "FoodCabbage": 1,
                 "FoodChiliPepper": 2,
                 "FoodOnionSlice": 2
                 "FoodOnionRedSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoChickenSupreme"
             "result": "ADTFoodPizzaMexican"
         },
         },
         "RecipeBaguetteSword": {
         "ADTFoodSoupUzbekPilafRecipe": {
             "id": "RecipeBaguetteSword",
             "id": "ADTFoodSoupUzbekPilafRecipe",
             "name": "Baguette sword recipe",
             "name": "Uzbek pilaf",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodRiceBoiled": 1,
                 "PartRodMetal1": 1
                 "FoodGarlic": 1,
                "FoodMeat": 1,
                "FoodCarrot": 1,
                "FoodOnionSlice": 2
             },
             },
             "reagents": {
             "reagents": {},
                "TableSalt": 5,
             "result": "ADTFoodSoupUzbekPilaf"
                "Blackpepper": 5
            },
             "result": "WeaponBaguette"
         },
         },
         "RecipeOnionSoup": {
         "RecipeCopypasta": {
             "id": "RecipeOnionSoup",
             "id": "RecipeCopypasta",
             "name": "Onion soup recipe",
             "name": "Copypasta recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodNoodles": 2
                "FoodOnionSlice": 5,
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 10
             "result": "FoodNoodlesCopy"
            },
             "result": "FoodSoupOnion"
         },
         },
         "RecipeRiceGumbo": {
         "RecipeSuppermatter": {
             "id": "RecipeRiceGumbo",
             "id": "RecipeSuppermatter",
             "name": "Black-eyed gumbo recipe",
             "name": "Suppermatter recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodRiceBoiled": 1,
                 "FoodCakeBatter": 2
                "FoodMeatCutlet": 3,
                "FoodChiliPepper": 2
            },
            "reagents": {},
            "result": "FoodRiceGumbo"
        },
        "RecipeBreadDog": {
            "id": "RecipeBreadDog",
            "name": "Bread dog recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBreadSausage": 1,
                "OrganAnimalHeart": 1,
                "FoodSpaceshroomCooked": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Cognizine": 5
                 "Sugar": 30,
                "Nitrogen": 10,
                "Plasma": 10
             },
             },
             "result": "MobBreadDog"
             "result": "FoodCakeSuppermatter"
         },
         },
         "RecipeGrapeTart": {
         "RecipeCornInButter": {
             "id": "RecipeGrapeTart",
             "id": "RecipeCornInButter",
             "name": "Grape tart recipe",
             "name": "Corn in butter recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodCorn": 1,
                 "FoodGrape": 3,
                 "FoodPlate": 1,
                 "FoodPlateTin": 1
                 "FoodButter": 1
            },
            "reagents": {},
            "result": "FoodMealCornInButter"
        },
        "ADTRecipeBakedStuffedChicken": {
            "id": "ADTRecipeBakedStuffedChicken",
            "name": "Baked stuffed chicken",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "ADTChickenBody": 1,
                "FoodPlate": 1,
                "FoodCabbage": 1,
                "FoodTomato": 1,
                "FoodPotato": 1,
                "FoodCorn": 1,
                "FoodMeatCutlet": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Sugar": 5,
                 "BbqSauce": 5
                "Milk": 5
             },
             },
             "result": "FoodTartGrape"
             "result": "ADTFoodMeatChickenBakedWithVegetables"
         },
         },
         "RecipeCubanCarp": {
         "RecipeDriedCannabisRainbow": {
             "id": "RecipeCubanCarp",
             "id": "RecipeDriedCannabisRainbow",
             "name": "Cuban carp recipe",
             "name": "Dried rainbow cannabis leaves recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "LeavesCannabisRainbow": 1
                "FoodCheeseSlice": 2,
                "FoodChiliPepper": 1,
                "FoodMeatFish": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMealCubancarp"
             "result": "LeavesCannabisRainbowDried"
         },
         },
         "RecipeLemonCake": {
         "RecipeNachosCheesy": {
             "id": "RecipeLemonCake",
             "id": "RecipeNachosCheesy",
             "name": "Lemon cake recipe",
             "name": "Cheesy nachos recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodCheeseSlice": 1,
                 "FoodLemon": 3
                 "FoodDoughTortillaFlat": 1,
                "FoodPlateSmall": 1
            },
            "reagents": {
                "TableSalt": 1
             },
             },
            "reagents": {},
             "result": "FoodMealNachosCheesy"
             "result": "FoodCakeLemon"
         },
         },
         "RecipeJungleSalad": {
         "ADTFoodVulpixRecipe": {
             "id": "RecipeJungleSalad",
             "id": "ADTFoodVulpixRecipe",
             "name": "Jungle salad recipe",
             "name": "Vulpix recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodPlateSmall": 1,
                 "FoodBanana": 1,
                 "FoodCheeseSlice": 1,
                 "FoodApple": 1,
                 "FoodOnion": 1,
                 "FoodGrape": 1,
                 "ADTOrganVulpkaninAnimalLiver": 1
                "FoodWatermelonSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSaladJungle"
             "result": "ADTFoodVulpix"
         },
         },
         "RecipeBananaBread": {
         "ADTFoodKhachapuriRecipe": {
             "id": "RecipeBananaBread",
             "id": "ADTFoodKhachapuriRecipe",
             "name": "Banana bread recipe",
             "name": "Khachapuri recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodCheeseSlice": 1,
                 "FoodBanana": 1
                 "FoodBreadPlainSlice": 1
            },
            "reagents": {
                "Egg": 12,
                "TableSalt": 5,
                "Milk": 5
             },
             },
            "reagents": {},
             "result": "ADTFoodMealKhachapuri"
             "result": "FoodBreadBanana"
         },
         },
         "RecipeMimanaBread": {
         "RecipeDumplings": {
             "id": "RecipeMimanaBread",
             "id": "RecipeDumplings",
             "name": "Mimana bread recipe",
             "name": "Dumplings recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodDoughSlice": 3
                "FoodMimana": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Nothing": 5
                 "Water": 10,
                "UncookedAnimalProteins": 6
             },
             },
             "result": "FoodBreadMimana"
             "result": "FoodBakedDumplings"
         },
         },
         "RecipeCherryPie": {
         "RecipeAntiPoisonMedipen": {
             "id": "RecipeCherryPie",
             "id": "RecipeAntiPoisonMedipen",
             "name": "Cherry pie recipe",
             "name": "Poison auto-injector",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "ADTBlankMediPen": 1
                 "FoodCherry": 5,
            },
                 "FoodPlateTin": 1
            "reagents": {
                 "Ultravasculine": 10,
                 "Epinephrine": 5
             },
             },
            "reagents": {},
             "result": "AntiPoisonMedipen"
             "result": "FoodPieCherry"
         },
         },
         "RecipeCaesarSalad": {
         "RecipeRiceGumbo": {
             "id": "RecipeCaesarSalad",
             "id": "RecipeRiceGumbo",
             "name": "Caesar salad recipe",
             "name": "Black-eyed gumbo recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodRiceBoiled": 1,
                 "FoodOnionRedSlice": 1,
                 "FoodMeatCutlet": 3,
                "FoodBreadPlainSlice": 1,
                 "FoodChiliPepper": 2
                "FoodCheeseSlice": 1,
                 "FoodCabbage": 1
             },
             },
             "reagents": {
             "reagents": {},
                "OilOlive": 5
             "result": "FoodRiceGumbo"
            },
             "result": "FoodSaladCaesar"
         },
         },
         "RecipeJellyBurger": {
         "ADTFoodMealTomatoMeatballRecipe": {
             "id": "RecipeJellyBurger",
             "id": "ADTFoodMealTomatoMeatballRecipe",
             "name": "Jelly burger recipe",
             "name": "Pasta tomatomeat",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodJellyAmanita": 1
                 "FoodMeatMeatball": 2,
                "FoodTomato": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerJelly"
             "result": "ADTFoodMealTomatoMeatball"
         },
         },
         "RecipeLemoonCake": {
         "ADTDrinkTeaPackCherry": {
             "id": "RecipeLemoonCake",
             "id": "ADTDrinkTeaPackCherry",
             "name": "Lemoon cake recipe",
             "name": "CherryTeapack",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "ADTEmptyTeaPack": 1,
                 "FoodLemoon": 2,
                 "FoodCherry": 1
                "FoodBerries": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakeLemoon"
             "result": "ADTCherryTeapack"
         },
         },
         "RecipeMimeBurger": {
         "RecipeDriedTeaLeaves": {
             "id": "RecipeMimeBurger",
             "id": "RecipeDriedTeaLeaves",
             "name": "Mime burger recipe",
             "name": "Dried tea leaves recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "LeavesTea": 1
                "ClothingMaskMime": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerMime"
             "result": "LeavesTeaDried"
         },
         },
         "RecipeFrostyPie": {
         "RecipeOnionRings": {
             "id": "RecipeFrostyPie",
             "id": "RecipeOnionRings",
             "name": "Frosty pie recipe",
             "name": "Onion rings recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodOnionSlice": 1
                "FoodChillyPepper": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPieFrosty"
             "result": "FoodOnionRings"
         },
         },
         "ADTFoodCakePuddingChristmasRecipe": {
         "ADTFoodPizzaBBQRecipe": {
             "id": "ADTFoodCakePuddingChristmasRecipe",
             "id": "ADTFoodPizzaBBQRecipe",
             "name": "Christmas puding recipe",
             "name": "Pizza bbq",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodPlateSmall": 1,
                 "FoodDoughFlat": 1,
                 "ADTFoodSnackCandyStick": 2
                 "FoodMeat": 1,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 15,
                 "BbqSauce": 5
                "Milk": 10,
                "Flour": 10,
                "Sugar": 15,
                "Egg": 6
             },
             },
             "result": "ADTFoodCakePuddingChristmas"
             "result": "ADTFoodPizzaBBQ"
         },
         },
         "RecipeADTHotChocolateAllergic": {
         "RecipePopcorn": {
             "id": "RecipeADTHotChocolateAllergic",
             "id": "RecipePopcorn",
             "name": "Hot hypoallergen chocolate recipe",
             "name": "Popcorn recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 20,
             "solids": {
             "solids": {
                 "DrinkGlass": 1,
                 "FoodCorn": 1
                "ADTHypoAllergenChocolateBar": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "ADTHotChocolateAllergicGlass"
             "result": "FoodSnackPopcorn"
         },
         },
         "RecipeCarpBurger": {
         "RecipeLemoonCake": {
             "id": "RecipeCarpBurger",
             "id": "RecipeLemoonCake",
             "name": "Fillet-o-carp burger recipe",
             "name": "Lemoon cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodCakePlain": 1,
                 "FoodMeatFish": 1,
                 "FoodLemoon": 2,
                 "FoodCheeseSlice": 1
                 "FoodBerries": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerCarp"
             "result": "FoodCakeLemoon"
         },
         },
         "ADTFoodMeatSalami": {
         "RecipeTomatoBloodSoup": {
             "id": "ADTFoodMeatSalami",
             "id": "RecipeTomatoBloodSoup",
             "name": "Salami recipe",
             "name": "Tomato blood soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodMeat": 1
                 "FoodBowlBig": 1,
                "FoodBloodTomato": 2
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 5
                 "Blood": 10
             },
             },
             "result": "FoodMeatSalami"
             "result": "FoodSoupTomatoBlood"
         },
         },
         "RecipeXenoPie": {
         "RecipeCornbread": {
             "id": "RecipeXenoPie",
             "id": "RecipeCornbread",
             "name": "Xeno pie recipe",
             "name": "Cornbread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodDoughCornmeal": 1
                "FoodMeatXeno": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPieXeno"
             "result": "FoodBreadCorn"
         },
         },
         "RecipeCopypasta": {
         "RecipeRibs": {
             "id": "RecipeCopypasta",
             "id": "RecipeRibs",
             "name": "Copypasta recipe",
             "name": "BBQ ribs recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodNoodles": 2
                 "FoodMeat": 2,
                "FoodKebabSkewer": 1
            },
            "reagents": {
                "BbqSauce": 5
             },
             },
            "reagents": {},
             "result": "FoodMealRibs"
             "result": "FoodNoodlesCopy"
         },
         },
         "RecipeBaconBurger": {
         "RecipeChickenSandwich": {
             "id": "RecipeBaconBurger",
             "id": "RecipeChickenSandwich",
             "name": "Bacon burger recipe",
             "name": "Chicken sandwich recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatBacon": 1,
                 "FoodMeatChicken": 1
                "FoodCheeseSlice": 2
            },
            "reagents": {},
            "result": "FoodBurgerBacon"
        },
        "RecipeKimchiSalad": {
            "id": "RecipeKimchiSalad",
            "name": "Kimchi salad recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBowlBig": 1,
                "FoodCarrot": 1,
                "FoodCabbage": 1,
                "FoodGarlic": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Vinegar": 5
                 "Mayo": 5
             },
             },
             "result": "FoodSaladKimchi"
             "result": "FoodBurgerChicken"
         },
         },
         "ADTFoodOlivierSaladRecipe": {
         "RecipeCatCake": {
             "id": "ADTFoodOlivierSaladRecipe",
             "id": "RecipeCatCake",
             "name": "Olivier salad recipe",
             "name": "Cat cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodCakePlain": 1,
                 "FoodPotato": 2,
                 "FoodSnackRaisins": 1,
                "FoodMeat": 1,
                 "OrganAnimalHeart": 1
                "FoodCarrot": 1,
                 "FoodEgg": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Mayo": 5
                 "Milk": 15,
                "Cognizine": 5
             },
             },
             "result": "ADTFoodOlivierSalad"
             "result": "MobCatCake"
         },
         },
         "RecipeClownTearsSoup": {
         "RecipeAnomalyMeat": {
             "id": "RecipeClownTearsSoup",
             "id": "RecipeAnomalyMeat",
             "name": "Clown tears soup recipe",
             "name": "Meat anomaly recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "AnomalyCoreFlesh": 1
                "FoodBanana": 1,
                "ShardGlass": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 10
             "result": "FoodMeatAnomaly"
            },
             "result": "FoodSoupClown"
         },
         },
         "RecipeSashimi": {
         "RecipeBakedVulpkanin": {
             "id": "RecipeSashimi",
             "id": "RecipeBakedVulpkanin",
             "name": "Sashimi recipe",
             "name": "Baked vulpkanin recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodMeatFish": 2
                 "FoodPlate": 1,
                "FoodMeat": 1,
                "FoodApple": 1,
                "HeadVulpkanin": 1
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 1
                 "TableSalt": 2,
                "Blackpepper": 2
             },
             },
             "result": "FoodMealSashimi"
             "result": "FoodBakedVulpkaninPlate"
         },
         },
         "ADTDrinkTeaMicOrange": {
         "RecipeRobotBurger": {
             "id": "ADTDrinkTeaMicOrange",
             "id": "RecipeRobotBurger",
             "name": "OrangeTeaMicrowave",
             "name": "Roburger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "DrinkGlass": 1
                 "FoodBreadBun": 1,
                "CapacitorStockPart": 2
             },
             },
             "reagents": {
             "reagents": {},
                "ADTOrangepackReg": 5,
             "result": "FoodBurgerRobot"
                "Water": 25
            },
             "result": "ADTDrinkOrangeTeaGlass"
         },
         },
         "RecipeBungoSoup": {
         "ADTFoodJelliedMeatRecipe": {
             "id": "RecipeBungoSoup",
             "id": "ADTFoodJelliedMeatRecipe",
             "name": "Bungo soup recipe",
             "name": "Jellied meat recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 20,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodMeat": 1,
                 "FoodBungo": 2,
                 "FoodPlateSmall": 1
                "FoodChiliPepper": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 5
                 "Water": 15,
                "TableSalt": 5,
                "UncookedAnimalProteins": 10
             },
             },
             "result": "FoodSoupBungo"
             "result": "ADTFoodJelliedMeat"
         },
         },
         "ADTDrinkTeaPackWatermelon": {
         "RecipeHumanBurger": {
             "id": "ADTDrinkTeaPackWatermelon",
             "id": "RecipeHumanBurger",
             "name": "WatermelonTeapack",
             "name": "Human burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "ADTEmptyTeaPack": 1,
                 "FoodBreadBun": 1,
                 "FoodWatermelonSlice": 1
                 "FoodMeatHuman": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "ADTWatermelonTeapack"
             "result": "FoodBurgerHuman"
         },
         },
         "ADTDrinkTeaMicWatermelon": {
         "RecipeEyeballSoup": {
             "id": "ADTDrinkTeaMicWatermelon",
             "id": "RecipeEyeballSoup",
             "name": "WatermelonTeaMicrowave",
             "name": "Eyeball soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "DrinkGlass": 1
                 "FoodBowlBig": 1,
                "OrganHumanEyes": 1,
                "FoodCarrot": 1,
                "FoodPotato": 1
             },
             },
             "reagents": {
             "reagents": {
                "ADTWatermelonpackReg": 5,
                 "Water": 10
                 "Water": 25
             },
             },
             "result": "ADTDrinkWatermelonTeaGlass"
             "result": "FoodSoupEyeball"
         },
         },
         "RecipeADTHotChocolate2": {
         "RecipeCheesyFries": {
             "id": "RecipeADTHotChocolate2",
             "id": "RecipeCheesyFries",
             "name": "Hot chocolate recipe",
             "name": "Cheesy fries recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTHotChocolateGlass": 1,
                "FoodSnackChocolateBar": 2
            },
            "reagents": {},
            "result": "ADTHotChocolateGlass"
        },
        "RecipeFries": {
            "id": "RecipeFries",
            "name": "Space fries recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodPotato": 1
                 "FoodPotato": 1,
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 5
                 "TableSalt": 5
             },
             },
             "result": "FoodMealFries"
             "result": "FoodMealFriesCheesy"
         },
         },
         "RecipeClownTears": {
         "RecipeCaesarSalad": {
             "id": "RecipeClownTears",
             "id": "RecipeCaesarSalad",
             "name": "Clown's tears recipe",
             "name": "Caesar salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBowlBig": 1,
                 "FoodOnionSlice": 1,
                 "FoodOnionRedSlice": 1,
                 "FoodTomato": 1,
                 "FoodBreadPlainSlice": 1,
                 "BikeHorn": 1
                 "FoodCheeseSlice": 1,
                "FoodCabbage": 1
             },
             },
             "reagents": {},
             "reagents": {
            "result": "FoodSoupClown"
                "OilOlive": 5
        },
        "RecipeAppleCake": {
            "id": "RecipeAppleCake",
            "name": "Apple cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodApple": 3
             },
             },
            "reagents": {},
             "result": "FoodSaladCaesar"
             "result": "FoodCakeApple"
         },
         },
         "RecipeCookieOatmeal": {
         "RecipeMimeTart": {
             "id": "RecipeCookieOatmeal",
             "id": "RecipeMimeTart",
             "name": "Oatmeal cookie recipe",
             "name": "Mime tart recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodButterSlice": 1
                 "FoodDoughPie": 1,
                "FoodMimana": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Oats": 5,
                 "Sugar": 5,
                 "Sugar": 5
                 "Milk": 5
             },
             },
             "result": "FoodBakedCookieOatmeal"
             "result": "FoodTartMime"
         },
         },
         "RecipeOatmeal": {
         "RecipeBaguetteSword": {
             "id": "RecipeOatmeal",
             "id": "RecipeBaguetteSword",
             "name": "Oatmeal recipe",
             "name": "Baguette sword recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1
                 "FoodDough": 1,
                "PartRodMetal1": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Oats": 15,
                 "TableSalt": 5,
                 "Water": 10
                 "Blackpepper": 5
             },
             },
             "result": "FoodOatmeal"
             "result": "WeaponBaguette"
         },
         },
         "RecipeTomatoBloodSoup": {
         "RecipeMeatballSoup": {
             "id": "RecipeTomatoBloodSoup",
             "id": "RecipeMeatballSoup",
             "name": "Tomato blood soup recipe",
             "name": "Meatball soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBowlBig": 1,
                 "FoodBloodTomato": 2
                 "FoodMeatMeatball": 1,
                "FoodCarrot": 1,
                "FoodPotato": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Blood": 10
                 "Water": 10
             },
             },
             "result": "FoodSoupTomatoBlood"
             "result": "FoodSoupMeatball"
         },
         },
         "RecipeChocolateCake": {
         "RecipeInertAnomalyMeat": {
             "id": "RecipeChocolateCake",
             "id": "RecipeInertAnomalyMeat",
             "name": "Chocolate cake recipe",
             "name": "Inert meat anomaly recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "AnomalyCoreFleshInert": 1
                "FoodSnackChocolateBar": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakeChocolate"
             "result": "FoodMeatAnomaly"
         },
         },
         "RecipeCake": {
         "RecipeCookie": {
             "id": "RecipeCake",
             "id": "RecipeCookie",
             "name": "Cake recipe",
             "name": "Cookie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakeBatter": 1
                 "FoodButterSlice": 1,
                "FoodSnackChocolateBar": 1
            },
            "reagents": {
                "Flour": 5,
                "Sugar": 5
             },
             },
            "reagents": {},
             "result": "FoodBakedCookie"
             "result": "FoodCakePlain"
         },
         },
         "RecipeButterNoodles": {
         "RecipeKimchiSalad": {
             "id": "RecipeButterNoodles",
             "id": "RecipeKimchiSalad",
             "name": "Butter noodles recipe",
             "name": "Kimchi salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodNoodlesBoiled": 1,
                 "FoodBowlBig": 1,
                 "FoodButter": 1
                 "FoodCarrot": 1,
                "FoodCabbage": 1,
                "FoodGarlic": 1
            },
            "reagents": {
                "Vinegar": 5
             },
             },
            "reagents": {},
             "result": "FoodSaladKimchi"
             "result": "FoodNoodlesButter"
         },
         },
         "RecipeBerryClafoutis": {
         "RecipeSausageBread": {
             "id": "RecipeBerryClafoutis",
             "id": "RecipeSausageBread",
             "name": "Berry clafoutis recipe",
             "name": "Sausage bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodDough": 1,
                 "FoodBerries": 3,
                 "FoodMeat": 1
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPieClafoutis"
             "result": "FoodBreadSausage"
        },
        "RecipePunctAutoInjector": {
            "id": "RecipePunctAutoInjector",
            "name": "Puncturase auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Puncturase": 10,
                "TranexamicAcid": 5
            },
            "result": "PunctAutoInjector"
         },
         },
         "RecipeDonkpocketHonk": {
         "RecipeCroissantCotton": {
             "id": "RecipeDonkpocketHonk",
             "id": "RecipeCroissantCotton",
             "name": "Warm honk-pocket recipe",
             "name": "Cotton croissant recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDonkpocketHonk": 1
                 "FoodCroissantRawCotton": 1,
                "FoodButterSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketHonkWarm"
             "result": "FoodBakedCroissantCotton"
         },
         },
         "RecipeStewSoup": {
         "RecipeADTHotChocolateAllergic2": {
             "id": "RecipeStewSoup",
             "id": "RecipeADTHotChocolateAllergic2",
             "name": "Stew recipe",
             "name": "Hot hypoallergen chocolate recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "ADTHotChocolateAllergicGlass": 1,
                 "FoodMeatCutlet": 3,
                 "ADTHypoAllergenChocolateBar": 2
                "FoodTomato": 1,
             },
                "FoodPotato": 1,
             "reagents": {},
                "FoodCarrot": 1,
             "result": "ADTHotChocolateAllergicGlass"
                "FoodEggplant": 1,
                "FoodMushroom": 1
             },
             "reagents": {
                "Water": 10
            },
             "result": "FoodSoupStew"
         },
         },
         "RecipeHawaiianPizza": {
         "RecipeMushroomPizza": {
             "id": "RecipeHawaiianPizza",
             "id": "RecipeMushroomPizza",
             "name": "Hawaiian pizza recipe",
             "name": "Mushroom pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodDoughFlat": 1,
                 "FoodMeatChickenCutlet": 3,
                 "FoodMushroom": 5
                "FoodPineappleSlice": 5
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaPineapple"
             "result": "FoodPizzaMushroom"
         },
         },
         "ADTFoodRelaxPillRecipe": {
         "RecipeADTHotChocolateAllergic": {
             "id": "ADTFoodRelaxPillRecipe",
             "id": "RecipeADTHotChocolateAllergic",
             "name": "Relax pill",
             "name": "Hot hypoallergen chocolate recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "LeavesCannabis": 3,
                 "DrinkGlass": 1,
                 "LeavesTobacco": 2,
                 "ADTHypoAllergenChocolateBar": 2
                "GroundCannabis": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 15
             "result": "ADTHotChocolateAllergicGlass"
            },
             "result": "ADTPillRelax"
         },
         },
         "RecipeTacoRat": {
         "RecipeEmpoweredBurger": {
             "id": "RecipeTacoRat",
             "id": "RecipeEmpoweredBurger",
             "name": "Rat taco recipe",
             "name": "Empowered burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodTacoShell": 1,
                 "FoodBreadBun": 1,
                 "FoodCheeseSlice": 1,
                 "SheetPlasma1": 2
                "FoodMeatRat": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoRat"
             "result": "FoodBurgerEmpowered"
         },
         },
         "RecipeCitrusSalad": {
         "RecipeOatmeal": {
             "id": "RecipeCitrusSalad",
             "id": "RecipeOatmeal",
             "name": "Citrus salad recipe",
             "name": "Oatmeal recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBowlBig": 1
                "FoodOrange": 1,
            },
                 "FoodLemon": 1,
            "reagents": {
                 "FoodLime": 1
                 "Oats": 15,
                 "Water": 10
             },
             },
            "reagents": {},
             "result": "FoodOatmeal"
             "result": "FoodSaladCitrus"
         },
         },
         "RecipeCroissantCotton": {
         "RecipeFoodBakedChevreChaud": {
             "id": "RecipeCroissantCotton",
             "id": "RecipeFoodBakedChevreChaud",
             "name": "Cotton croissant recipe",
             "name": "Chevre chaud recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCroissantRawCotton": 1,
                 "FoodChevreSlice": 1,
                 "FoodButterSlice": 1
                 "FoodBreadBaguetteSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBakedCroissantCotton"
             "result": "FoodBakedChevreChaud"
         },
         },
         "RecipeMisoColaSoup": {
         "RecipeFruitSalad": {
             "id": "RecipeMisoColaSoup",
             "id": "RecipeFruitSalad",
             "name": "Salty sweet misocola soup recipe",
             "name": "Fruit salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodSoupMiso": 1
                 "FoodBowlBig": 1,
                "FoodOrange": 1,
                "FoodApple": 1,
                "FoodGrape": 1,
                "FoodWatermelonSlice": 2
             },
             },
             "reagents": {
             "reagents": {},
                "Cola": 5
             "result": "FoodSaladFruit"
            },
             "result": "DisgustingSweptSoup"
         },
         },
         "RecipeButteredToast": {
         "ADTFoodMealCheeseTomatoRecipe": {
             "id": "RecipeButteredToast",
             "id": "ADTFoodMealCheeseTomatoRecipe",
             "name": "Buttered toast recipe",
             "name": "Pasta cheesetomato",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodButterSlice": 1
                 "FoodCheeseSlice": 1,
                "FoodTomato": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadButteredToast"
             "result": "ADTFoodMealCheeseTomato"
         },
         },
         "RecipeDonkpocketCarp": {
         "ADTFoodPizzaChickenRecipe": {
             "id": "RecipeDonkpocketCarp",
             "id": "ADTFoodPizzaChickenRecipe",
             "name": "Warm carp-pocket recipe",
             "name": "Pizza chicken",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodDonkpocketCarp": 1
                 "FoodDoughFlat": 1,
                "FoodCheeseSlice": 2,
                "FoodMeatChicken": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketCarpWarm"
             "result": "ADTFoodPizzaChicken"
         },
         },
         "RecipeOrangeCake": {
         "ADTFoodMealInkRecipe": {
             "id": "RecipeOrangeCake",
             "id": "ADTFoodMealInkRecipe",
             "name": "Orange cake recipe",
             "name": "Pasta ink",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodOrange": 3
                 "Pen": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakeOrange"
             "result": "ADTFoodMealInk"
         },
         },
         "RecipeAmanitaJelly": {
         "RecipeLoadedBakedPotato": {
             "id": "RecipeAmanitaJelly",
             "id": "RecipeLoadedBakedPotato",
             "name": "Amanita jelly recipe",
             "name": "Loaded baked potato recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodFlyAmanita": 3
                 "FoodPotato": 1,
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 5,
             "result": "FoodMealPotatoLoaded"
                "Vodka": 5
            },
             "result": "FoodJellyAmanita"
         },
         },
         "RecipePastaTomato": {
         "RecipeMeatPizza": {
             "id": "RecipePastaTomato",
             "id": "RecipeMeatPizza",
             "name": "Pasta tomato recipe",
             "name": "Meat pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodNoodlesBoiled": 1,
                 "FoodDoughFlat": 1,
                 "FoodTomato": 2
                "FoodMeat": 3,
                "FoodCheeseSlice": 1,
                 "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodNoodles"
             "result": "FoodPizzaMeat"
         },
         },
         "RecipeBlueberryPancake": {
         "RecipeBrainBurger": {
             "id": "RecipeBlueberryPancake",
             "id": "RecipeBrainBurger",
             "name": "Blueberry pancake recipe",
             "name": "Brain burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBerries": 2
                 "FoodBreadBun": 1,
                "OrganHumanBrain": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Flour": 5,
             "result": "FoodBurgerBrain"
                "Milk": 5,
                "Egg": 6
            },
             "result": "FoodBakedPancakeBb"
         },
         },
         "RecipeAloeCream": {
         "ADTDrinkTeaMicOrange": {
             "id": "RecipeAloeCream",
             "id": "ADTDrinkTeaMicOrange",
             "name": "Aloe cream recipe",
             "name": "OrangeTeaMicrowave",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodAloe": 1
                 "DrinkGlass": 1
            },
            "reagents": {
                "ADTOrangepackReg": 5,
                "Water": 25
             },
             },
            "reagents": {},
             "result": "ADTDrinkOrangeTeaGlass"
             "result": "AloeCream"
         },
         },
         "RecipeEscargotSoup": {
         "RecipePlainBurger": {
             "id": "RecipeEscargotSoup",
             "id": "RecipePlainBurger",
             "name": "Escargot recipe",
             "name": "Plain burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadBun": 1,
                 "FoodOnionSlice": 1,
                 "FoodMeat": 1
                "FoodButter": 1,
                "FoodMeatSnailCooked": 1
            },
            "reagents": {
                "Water": 5
            },
            "result": "FoodSoupEscargot"
        },
        "RecipeCannabisButter": {
            "id": "RecipeCannabisButter",
            "name": "Cannabis butter recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodButter": 1,
                "LeavesCannabis": 6
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCannabisButter"
             "result": "FoodBurgerPlain"
         },
         },
         "RecipeTacoBeefSupreme": {
         "ADTFoodPizzaCaesarRecipe": {
             "id": "RecipeTacoBeefSupreme",
             "id": "ADTFoodPizzaCaesarRecipe",
             "name": "Beef taco supreme recipe",
             "name": "Pizza caesar",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodTacoShell": 1,
                 "FoodDoughFlat": 1,
                 "FoodCheeseSlice": 1,
                 "FoodCheeseSlice": 1,
                 "FoodMeatCutlet": 1,
                 "FoodOnionRedSlice": 2,
                "FoodTomato": 1,
                 "FoodCabbage": 1,
                 "FoodCabbage": 1,
                 "FoodOnionSlice": 2
                 "FoodMeatChicken": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoBeefSupreme"
             "result": "ADTFoodPizzaCaesar"
         },
         },
         "RecipeTacoFish": {
         "RecipePumpkinCake": {
             "id": "RecipeTacoFish",
             "id": "RecipePumpkinCake",
             "name": "Fish taco recipe",
             "name": "Pumpkin cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodTacoShell": 1,
                 "FoodCakePlain": 1,
                 "FoodMeatFish": 1,
                 "FoodPumpkin": 1
                "FoodOnionSlice": 2,
                "FoodTomato": 1,
                "FoodCabbage": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoFish"
             "result": "FoodCakePumpkin"
         },
         },
         "RecipeCarrotFries": {
         "RecipeMeatBread": {
             "id": "RecipeCarrotFries",
             "id": "RecipeMeatBread",
             "name": "Carrot fries recipe",
             "name": "Meat bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodCarrot": 1
                 "FoodDough": 1,
                "FoodMeatCutlet": 2,
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {
             "reagents": {},
                "TableSalt": 5
             "result": "FoodBreadMeat"
            },
             "result": "FoodMealFriesCarrot"
         },
         },
         "RecipeBlueberryCake": {
         "RecipeRicePudding": {
             "id": "RecipeBlueberryCake",
             "id": "RecipeRicePudding",
             "name": "Blueberry cake recipe",
             "name": "Rice pudding recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodBowlBig": 1
                "FoodBerries": 3
             },
             },
             "reagents": {},
             "reagents": {
             "result": "FoodCakeBlueberry"
                "Rice": 15,
                "Milk": 10,
                "Sugar": 5
            },
             "result": "FoodRicePudding"
         },
         },
         "RecipeClownCake": {
         "RecipeApplePie": {
             "id": "RecipeClownCake",
             "id": "RecipeApplePie",
             "name": "Clown cake recipe",
             "name": "Apple pie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "ClothingMaskClown": 1,
                 "FoodDoughPie": 1,
                 "FoodCakePlain": 1
                 "FoodApple": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakeClown"
             "result": "FoodPieApple"
         },
         },
         "ADTFoodJelliedMeatRecipe": {
         "RecipeBungoSoup": {
             "id": "ADTFoodJelliedMeatRecipe",
             "id": "RecipeBungoSoup",
             "name": "Jellied meat recipe",
             "name": "Bungo soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 20,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodMeat": 1,
                 "FoodBowlBig": 1,
                 "FoodPlateSmall": 1
                 "FoodBungo": 2,
                "FoodChiliPepper": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 15,
                 "Water": 5
                "TableSalt": 5,
                "UncookedAnimalProteins": 10
             },
             },
             "result": "ADTFoodJelliedMeat"
             "result": "FoodSoupBungo"
         },
         },
         "RecipeNettleSoup": {
         "ADTFoodPizzaDiabloRecipe": {
             "id": "RecipeNettleSoup",
             "id": "ADTFoodPizzaDiabloRecipe",
             "name": "Nettle soup recipe",
             "name": "Pizza diablo",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodDoughFlat": 1,
                 "Nettle": 1,
                 "FoodCheeseSlice": 1,
                 "FoodPotato": 1
                 "FoodMeat": 1,
                "FoodTomato": 1,
                "FoodChiliPepper": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 10,
                 "Hotsauce": 5
                 "Egg": 6
            },
            "result": "ADTFoodPizzaDiablo"
        },
        "RecipeFiveBurger": {
            "id": "RecipeFiveBurger",
            "name": "Five alarm burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeat": 1,
                 "FoodChiliPepper": 3
             },
             },
             "result": "FoodSoupNettle"
            "reagents": {},
             "result": "FoodBurgerFive"
         },
         },
         "ADTFoodHerringUnderFurcoatRecipe": {
         "RecipeBaguette": {
             "id": "ADTFoodHerringUnderFurcoatRecipe",
             "id": "RecipeBaguette",
             "name": "Herring under furcoat recipe",
             "name": "Baguette recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodCarrot": 2,
                 "FoodDough": 1
                "FoodEgg": 1,
                "FoodMeatFish": 1,
                "FoodPlateSmall": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Mayo": 5
                 "TableSalt": 5,
                "Blackpepper": 5
             },
             },
             "result": "ADTFoodHerringUnderFurcoat"
             "result": "FoodBreadBaguette"
         },
         },
         "RecipeAppendixBurger": {
         "RecipeClownTears": {
             "id": "RecipeAppendixBurger",
             "id": "RecipeClownTears",
             "name": "Appendix burger recipe",
             "name": "Clown's tears recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBowlBig": 1,
                 "OrganHumanAppendix": 1
                 "FoodOnionSlice": 1,
                "FoodTomato": 1,
                "BikeHorn": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerAppendix"
             "result": "FoodSoupClown"
         },
         },
         "RecipeSausageBread": {
         "RecipeMuffinChocolate": {
             "id": "RecipeSausageBread",
             "id": "RecipeMuffinChocolate",
             "name": "Sausage bread recipe",
             "name": "Chocolate muffin recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodPlateMuffinTin": 1,
                 "FoodMeat": 1
                 "FoodDoughSlice": 1,
                "FoodSnackChocolateBar": 1
            },
            "reagents": {
                "Sugar": 10
             },
             },
            "reagents": {},
             "result": "FoodBakedMuffinChocolate"
             "result": "FoodBreadSausage"
         },
         },
         "RecipeBoiledSpaghetti": {
         "RecipeXenoburger": {
             "id": "RecipeBoiledSpaghetti",
             "id": "RecipeXenoburger",
             "name": "Boiled spaghetti recipe",
             "name": "Xenoburger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {},
             "solids": {
            "reagents": {
                 "FoodBreadBun": 1,
                "Flour": 15,
                 "FoodMeatXeno": 1
                 "Egg": 6,
                 "OilOlive": 5
             },
             },
             "result": "FoodNoodlesBoiled"
            "reagents": {},
             "result": "FoodBurgerXeno"
         },
         },
         "RecipeMeatballSpaghetti": {
         "RecipeWarmDonkpocketPizza": {
             "id": "RecipeMeatballSpaghetti",
             "id": "RecipeWarmDonkpocketPizza",
             "name": "Spaghetti \u0026 meatballs recipe",
             "name": "Warm pizza-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodNoodlesBoiled": 1,
                 "FoodDonkpocketPizza": 1
                "FoodMeatMeatball": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodNoodlesMeatball"
             "result": "FoodDonkpocketPizzaWarm"
         },
         },
         "RecipeLoadedBakedPotato": {
         "ADTFoodMealBologneseRecipe": {
             "id": "RecipeLoadedBakedPotato",
             "id": "ADTFoodMealBologneseRecipe",
             "name": "Loaded baked potato recipe",
             "name": "Pasta bolognese",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodPotato": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodCheeseSlice": 1
                 "FoodMeat": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMealPotatoLoaded"
             "result": "ADTFoodMealBolognese"
         },
         },
         "RecipeVegetablePizza": {
         "RecipeUraniumPizza": {
             "id": "RecipeVegetablePizza",
             "id": "RecipeUraniumPizza",
             "name": "Vegetable pizza recipe",
             "name": "Spicy rock pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodDoughFlat": 1,
                 "FoodEggplant": 1,
                 "FoodChiliPepper": 2,
                 "FoodCarrot": 1,
                 "FoodTomato": 2,
                "FoodCorn": 1,
                 "SheetUranium1": 2
                 "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaVegetable"
             "result": "FoodPizzaUranium"
         },
         },
         "RecipeCorgiBurger": {
         "RecipeGarlicBread": {
             "id": "RecipeCorgiBurger",
             "id": "RecipeGarlicBread",
             "name": "Corgi burger recipe",
             "name": "Garlic bread slice recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadPlainSlice": 1,
                 "FoodMeatCorgi": 1
                 "FoodGarlic": 1,
                "FoodButterSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerCorgi"
             "result": "FoodBreadGarlicSlice"
         },
         },
         "RecipeBagelPoppy": {
         "RecipePelmeni": {
             "id": "RecipeBagelPoppy",
             "id": "RecipePelmeni",
             "name": "Poppyseed bagel recipe",
             "name": "Pelmeni recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughRope": 1,
                 "FoodBowlBig": 1,
                 "PoppySeeds": 1
                 "FoodMeatMeatball": 1,
                "FoodDoughSlice": 3
            },
            "reagents": {
                "Water": 20
             },
             },
            "reagents": {},
             "result": "FoodPelmeniBowl"
             "result": "FoodBagelPoppy"
         },
         },
         "RecipeWarmDankpocket": {
         "RecipeTacoFish": {
             "id": "RecipeWarmDankpocket",
             "id": "RecipeTacoFish",
             "name": "Warm dank pocket recipe",
             "name": "Fish taco recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDonkpocketDank": 1
                 "FoodTacoShell": 1,
                "FoodMeatFish": 1,
                "FoodOnionSlice": 2,
                "FoodTomato": 1,
                "FoodCabbage": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketDankWarm"
             "result": "FoodTacoFish"
         },
         },
         "RecipeWarmDonkpocket": {
         "RecipeTacoChickenSupreme": {
             "id": "RecipeWarmDonkpocket",
             "id": "RecipeTacoChickenSupreme",
             "name": "Warm donk pocket recipe",
             "name": "Beef taco supreme recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDonkpocket": 1
                 "FoodTacoShell": 1,
                "FoodCheeseSlice": 1,
                "FoodMeatChickenCutlet": 1,
                "FoodTomato": 1,
                "FoodCabbage": 1,
                "FoodOnionSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketWarm"
             "result": "FoodTacoChickenSupreme"
         },
         },
         "RecipeValidSalad": {
         "RecipeCookieOatmeal": {
             "id": "RecipeValidSalad",
             "id": "RecipeCookieOatmeal",
             "name": "Valid salad recipe",
             "name": "Oatmeal cookie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
            "solids": {
                "FoodButterSlice": 1
            },
            "reagents": {
                "Oats": 5,
                "Sugar": 5
            },
            "result": "FoodBakedCookieOatmeal"
        },
        "ADTFoodOlivierSaladRecipe": {
            "id": "ADTFoodOlivierSaladRecipe",
            "name": "Olivier salad recipe",
            "type": "microwaveRecipes",
            "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBowlBig": 1,
                 "FoodAmbrosiaVulgaris": 3,
                 "FoodPotato": 2,
                 "FoodPotato": 1,
                "FoodMeat": 1,
                 "FoodMeatMeatball": 1
                 "FoodCarrot": 1,
                 "FoodEgg": 1
            },
            "reagents": {
                "Mayo": 5
             },
             },
            "reagents": {},
             "result": "ADTFoodOlivierSalad"
             "result": "FoodSaladValid"
         },
         },
         "RecipeWatermelonFruitBowlSalad": {
         "RecipeLimeCake": {
             "id": "RecipeWatermelonFruitBowlSalad",
             "id": "RecipeLimeCake",
             "name": "Watermelon fruit bowl recipe",
             "name": "Lime cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodWatermelon": 1,
                 "FoodCakePlain": 1,
                 "FoodApple": 1,
                 "FoodLime": 3
                "FoodBanana": 1,
                "FoodLemon": 1,
                "FoodOrange": 1,
                "FoodAmbrosiaVulgaris": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSaladWatermelonFruitBowl"
             "result": "FoodCakeLime"
         },
         },
         "RecipeBurgerMcguffin": {
         "RecipeNachosCuban": {
             "id": "RecipeBurgerMcguffin",
             "id": "RecipeNachosCuban",
             "name": "McGuffin recipe",
             "name": "Cuban nachos recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodChiliPepper": 1,
                 "FoodCheeseSlice": 1
                 "FoodDoughTortillaFlat": 1,
                "FoodPlateSmall": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Egg": 12
                 "Ketchup": 5
             },
             },
             "result": "FoodBurgerMcguffin"
             "result": "FoodMealNachosCuban"
         },
         },
         "RecipeEggRice": {
         "RecipeBaklava": {
             "id": "RecipeEggRice",
             "id": "RecipeBaklava",
             "name": "Egg-fried rice recipe",
             "name": "Baklava recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodRiceBoiled": 1,
                 "FoodDoughPie": 1,
                 "FoodCarrot": 1
                 "FoodSnackPistachios": 1,
                "FoodPlateTin": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Egg": 6
             "result": "FoodPieBaklava"
            },
             "result": "FoodRiceEgg"
         },
         },
         "RecipeCheesyFries": {
         "RecipeMargheritaPizza": {
             "id": "RecipeCheesyFries",
             "id": "RecipeMargheritaPizza",
             "name": "Cheesy fries recipe",
             "name": "Margherita pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodPotato": 1,
                 "FoodDoughFlat": 1,
                 "FoodCheeseSlice": 1
                 "FoodCheeseSlice": 1,
                "FoodTomato": 4
             },
             },
             "reagents": {
             "reagents": {},
                "TableSalt": 5
             "result": "FoodPizzaMargherita"
            },
             "result": "FoodMealFriesCheesy"
         },
         },
         "RecipeQueso": {
         "RecipeButterNoodles": {
             "id": "RecipeQueso",
             "id": "RecipeButterNoodles",
             "name": "Queso recipe",
             "name": "Butter noodles recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodChiliPepper": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodCheeseSlice": 2
                 "FoodButter": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMealQueso"
             "result": "FoodNoodlesButter"
         },
         },
         "RecipeTofuBread": {
         "RecipeButteredToast": {
             "id": "RecipeTofuBread",
             "id": "RecipeButteredToast",
             "name": "Tofu bread recipe",
             "name": "Buttered toast recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodBreadPlainSlice": 1,
                 "FoodTofu": 1
                 "FoodButterSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadTofu"
             "result": "FoodBreadButteredToast"
         },
         },
         "RecipeWarmDonkpocketTeriyaki": {
         "ADTFoodPizzaChicagoRecipe": {
             "id": "RecipeWarmDonkpocketTeriyaki",
             "id": "ADTFoodPizzaChicagoRecipe",
             "name": "Warm teriyaki-pocket recipe",
             "name": "Pizza chicago",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodDonkpocketTeriyaki": 1
                 "FoodDoughFlat": 1,
                "FoodCheeseSlice": 2,
                "FoodMeatChicken": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketTeriyakiWarm"
             "result": "ADTFoodPizzaChicago"
        },
        "RecipeBoiledSpaghetti": {
            "id": "RecipeBoiledSpaghetti",
            "name": "Boiled spaghetti recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {},
            "reagents": {
                "Flour": 15,
                "Egg": 6,
                "OilOlive": 5
            },
            "result": "FoodNoodlesBoiled"
         },
         },
         "RecipeInertAnomalyMeat": {
         "RecipeCorgiBurger": {
             "id": "RecipeInertAnomalyMeat",
             "id": "RecipeCorgiBurger",
             "name": "Inert meat anomaly recipe",
             "name": "Corgi burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "AnomalyCoreFleshInert": 1
                 "FoodBreadBun": 1,
                "FoodMeatCorgi": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMeatAnomaly"
             "result": "FoodBurgerCorgi"
         },
         },
         "RecipeAnomalyMeat": {
         "RecipeGappleTart": {
             "id": "RecipeAnomalyMeat",
             "id": "RecipeGappleTart",
             "name": "Meat anomaly recipe",
             "name": "Golden apple streusel tart recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "AnomalyCoreFlesh": 1
                 "FoodDoughPie": 1,
                "FoodApple": 2,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {
            "result": "FoodMeatAnomaly"
                "Gold": 10,
        },
                 "Sugar": 5,
        "RecipeTacoChicken": {
                 "Milk": 5
            "id": "RecipeTacoChicken",
            "name": "Chicken taco recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodTacoShell": 1,
                 "FoodMeatChickenCutlet": 1,
                 "FoodCheeseSlice": 1
             },
             },
            "reagents": {},
             "result": "FoodTartGapple"
             "result": "FoodTacoChicken"
         },
         },
         "RecipeMeatPie": {
         "RecipeBaguetteCotton": {
             "id": "RecipeMeatPie",
             "id": "RecipeBaguetteCotton",
             "name": "Meat pie recipe",
             "name": "Baguette recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodDoughCotton": 1
                "FoodMeat": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {
             "result": "FoodPieMeat"
                "TableSalt": 5,
                "Blackpepper": 5
            },
             "result": "FoodBreadBaguetteCotton"
         },
         },
         "RecipeBakedVulpkanin": {
         "RecipeSugarCookie": {
             "id": "RecipeBakedVulpkanin",
             "id": "RecipeSugarCookie",
             "name": "Baked vulpkanin recipe",
             "name": "Sugar cookie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodPlate": 1,
                 "FoodButterSlice": 1
                "FoodMeat": 1,
                "FoodApple": 1,
                "HeadVulpkanin": 1
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 2,
                 "Flour": 5,
                 "Blackpepper": 2
                 "Sugar": 10
             },
             },
             "result": "FoodBakedVulpkaninPlate"
             "result": "FoodBakedCookieSugar"
         },
         },
         "RecipeDriedTobacco": {
         "RecipePumpkinPie": {
             "id": "RecipeDriedTobacco",
             "id": "RecipePumpkinPie",
             "name": "Dried tobacco leaves recipe",
             "name": "Pumpkin pie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "LeavesTobacco": 1
                 "FoodDoughPie": 1,
                "FoodPumpkin": 1,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "LeavesTobaccoDried"
             "result": "FoodPiePumpkin"
         },
         },
         "RecipeMuffin": {
         "RecipeSoylentBurger": {
             "id": "RecipeMuffin",
             "id": "RecipeSoylentBurger",
             "name": "Muffin recipe",
             "name": "Soylent burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodCheeseSlice": 2,
                "FoodSoybeans": 2
            },
            "reagents": {},
            "result": "FoodBurgerSoy"
        },
        "RecipeChowMein": {
            "id": "RecipeChowMein",
            "name": "Chow mein recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodPlateMuffinTin": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodDoughSlice": 1
                 "FoodEggplant": 1,
                "FoodCarrot": 1,
                "FoodCorn": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Sugar": 10
                 "Egg": 6
             },
             },
             "result": "FoodBakedMuffin"
             "result": "FoodNoodlesChowmein"
         },
         },
         "RecipeFoodBakedChevreChaud": {
         "RecipeAppendixBurger": {
             "id": "RecipeFoodBakedChevreChaud",
             "id": "RecipeAppendixBurger",
             "name": "Chevre chaud recipe",
             "name": "Appendix burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodChevreSlice": 1,
                 "FoodBreadBun": 1,
                 "FoodBreadBaguetteSlice": 1
                 "OrganHumanAppendix": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBakedChevreChaud"
             "result": "FoodBurgerAppendix"
        },
        "RecipeCarpBurger": {
            "id": "RecipeCarpBurger",
            "name": "Fillet-o-carp burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeatFish": 1,
                "FoodCheeseSlice": 1
            },
            "reagents": {},
            "result": "FoodBurgerCarp"
         },
         },
         "RecipePlutonium": {
         "RecipeWingFangChuSoup": {
             "id": "RecipePlutonium",
             "id": "RecipeWingFangChuSoup",
             "name": "Plutonium recipe",
             "name": "Wing fang chu recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 10,
             "solids": {
             "solids": {
                 "ADTUsedPlutoniumCore": 1
                 "FoodBowlBig": 1,
                "FoodMeatXenoCutlet": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Plasma": 5,
                 "Soysauce": 5
                "Uranium": 5,
                "Radium": 5
             },
             },
             "result": "ADTPlutoniumCore"
             "result": "FoodSoupWingFangChu"
         },
         },
         "RecipeCornbread": {
         "RecipeMimeBurger": {
             "id": "RecipeCornbread",
             "id": "RecipeMimeBurger",
             "name": "Cornbread recipe",
             "name": "Mime burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughCornmeal": 1
                 "FoodBreadBun": 1,
                "ClothingMaskMime": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadCorn"
             "result": "FoodBurgerMime"
         },
         },
         "RecipePumpkinPie": {
         "RecipeAmanitaPie": {
             "id": "RecipePumpkinPie",
             "id": "RecipeAmanitaPie",
             "name": "Pumpkin pie recipe",
             "name": "Amanita pie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodDoughPie": 1,
                 "FoodPumpkin": 1,
                 "FoodFlyAmanita": 1,
                 "FoodPlateTin": 1
                 "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPiePumpkin"
             "result": "FoodPieAmanita"
         },
         },
         "RecipeBoiledRice": {
         "RecipeCannabisButter": {
             "id": "RecipeBoiledRice",
             "id": "RecipeCannabisButter",
             "name": "Boiled rice recipe",
             "name": "Cannabis butter recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1
                 "FoodButter": 1,
                "LeavesCannabis": 6
             },
             },
             "reagents": {
             "reagents": {},
                "Rice": 15,
             "result": "FoodCannabisButter"
                "Water": 10
            },
             "result": "FoodRiceBoiled"
         },
         },
         "RecipeRaisinCookie": {
         "RecipeTacoChicken": {
             "id": "RecipeRaisinCookie",
             "id": "RecipeTacoChicken",
             "name": "Raisin cookie recipe",
             "name": "Chicken taco recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodSnackRaisins": 1
                 "FoodTacoShell": 1,
                "FoodMeatChickenCutlet": 1,
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Flour": 5,
             "result": "FoodTacoChicken"
                "Sugar": 5
            },
             "result": "FoodBakedCookieRaisin"
         },
         },
         "RecipeCheeseburger": {
         "RecipeTacoBeef": {
             "id": "RecipeCheeseburger",
             "id": "RecipeTacoBeef",
             "name": "Cheeseburger recipe",
             "name": "Beef taco recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodTacoShell": 1,
                 "FoodMeat": 1,
                 "FoodMeatCutlet": 1,
                 "FoodCheeseSlice": 1
                 "FoodCheeseSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerCheese"
             "result": "FoodTacoBeef"
        },
        "RecipeHerbSalad": {
            "id": "RecipeHerbSalad",
            "name": "Herb salad recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBowlBig": 1,
                "FoodAmbrosiaVulgaris": 3,
                "FoodApple": 1
            },
            "reagents": {},
            "result": "FoodSaladHerb"
         },
         },
         "RecipeMuffinCherry": {
         "RecipeMuffinCherry": {
Строка 1505: Строка 1528:
             "result": "FoodBakedMuffinCherry"
             "result": "FoodBakedMuffinCherry"
         },
         },
         "RecipeBananaCreamPie": {
         "RecipeColdChili": {
             "id": "RecipeBananaCreamPie",
             "id": "RecipeColdChili",
             "name": "Banana cream pie recipe",
             "name": "Cold chili recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodSoupChiliHot": 1
                "FoodBanana": 3,
            },
                 "FoodPlateTin": 1
            "reagents": {
                 "Nitrogen": 5
             },
             },
            "reagents": {},
             "result": "FoodSoupChiliCold"
             "result": "FoodPieBananaCream"
         },
         },
         "RecipeEmpoweredBurger": {
         "RecipeCarrotCake": {
             "id": "RecipeEmpoweredBurger",
             "id": "RecipeCarrotCake",
             "name": "Empowered burger recipe",
             "name": "Carrot cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodCakePlain": 1,
                 "SheetPlasma1": 2
                 "FoodCarrot": 3
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerEmpowered"
             "result": "FoodCakeCarrot"
         },
         },
         "RecipeCocoTart": {
         "RecipeDriedTobacco": {
             "id": "RecipeCocoTart",
             "id": "RecipeDriedTobacco",
             "name": "Chocolate lava tart recipe",
             "name": "Dried tobacco leaves recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "LeavesTobacco": 1
                "FoodSnackChocolateBar": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Sugar": 5,
             "result": "LeavesTobaccoDried"
                "Milk": 5
            },
             "result": "FoodTartCoco"
         },
         },
         "RecipeHotChili": {
         "RecipePancake": {
             "id": "RecipeHotChili",
             "id": "RecipePancake",
             "name": "Hot chili recipe",
             "name": "Pancake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 20,
             "time": 5,
             "solids": {
             "solids": {},
                "FoodBowlBig": 1,
            "reagents": {
                "FoodChiliPepper": 1,
                 "Flour": 5,
                 "FoodMeatCutlet": 1,
                 "Milk": 5,
                 "FoodOnionSlice": 1,
                 "Egg": 6
                 "FoodTomato": 1
             },
             },
            "reagents": {},
             "result": "FoodBakedPancake"
             "result": "FoodSoupChiliHot"
         },
         },
         "RecipeSpellBurger": {
         "RecipeThrowingCroissant": {
             "id": "RecipeSpellBurger",
             "id": "RecipeThrowingCroissant",
             "name": "Spell burger recipe",
             "name": "Throwing croissant recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodCroissantRaw": 1,
                 "ClothingHeadHatWizard": 1
                 "FoodButterSlice": 1,
                "ShardGlass": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerSpell"
             "result": "WeaponCroissant"
         },
         },
         "RecipeNachosCuban": {
         "RecipeBananaCreamPie": {
             "id": "RecipeNachosCuban",
             "id": "RecipeBananaCreamPie",
             "name": "Cuban nachos recipe",
             "name": "Banana cream pie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodChiliPepper": 1,
                 "FoodDoughPie": 1,
                 "FoodDoughTortillaFlat": 1,
                 "FoodBanana": 3,
                 "FoodPlateSmall": 1
                 "FoodPlateTin": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Ketchup": 5
             "result": "FoodPieBananaCream"
            },
             "result": "FoodMealNachosCuban"
         },
         },
         "RecipeBaseballBurger": {
         "ADTFoodPizzaCheeseRecipe": {
             "id": "RecipeBaseballBurger",
             "id": "ADTFoodPizzaCheeseRecipe",
             "name": "Baseball burger recipe",
             "name": "Pizza cheese",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodDoughFlat": 1,
                 "BaseBallBat": 1
                 "FoodCheeseSlice": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerBaseball"
             "result": "ADTFoodPizzaCheese"
         },
         },
         "RecipeMeatBread": {
         "ADTFoodSawdustSoupRecipe": {
             "id": "RecipeMeatBread",
             "id": "ADTFoodSawdustSoupRecipe",
             "name": "Meat bread recipe",
             "name": "Sawdust soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodBowlBig": 1,
                 "FoodMeatCutlet": 2,
                 "MaterialWoodPlank1": 1
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {},
             "reagents": {
             "result": "FoodBreadMeat"
                "Water": 10,
                "TableSalt": 10
            },
             "result": "ADTFoodSoupSawdust"
         },
         },
         "RecipeSpiderMeatBread": {
         "RecipeDonkpocketStonk": {
             "id": "RecipeSpiderMeatBread",
             "id": "RecipeDonkpocketStonk",
             "name": "Spider meat bread recipe",
             "name": "Warm stonk-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodDonkpocketStonk": 1
                "FoodMeatSpiderCutlet": 2,
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadMeatSpider"
             "result": "FoodDonkpocketStonkWarm"
         },
         },
         "RecipeXenoMeatBread": {
         "RecipeQueso": {
             "id": "RecipeXenoMeatBread",
             "id": "RecipeQueso",
             "name": "Xeno meat bread recipe",
             "name": "Queso recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodChiliPepper": 1,
                "FoodMeatXenoCutlet": 2,
                 "FoodCheeseSlice": 2
                 "FoodCheeseSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadMeatXeno"
             "result": "FoodMealQueso"
         },
         },
         "RecipeDankPizza": {
         "RecipeBreadCotton": {
             "id": "RecipeDankPizza",
             "id": "RecipeBreadCotton",
             "name": "Dank pizza recipe",
             "name": "Cotton bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodDoughCotton": 1
                "LeavesCannabis": 2,
             },
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaDank"
             "result": "FoodBreadCotton"
         },
         },
         "RecipeMothRoachburger": {
         "RecipeClownBurger": {
             "id": "RecipeMothRoachburger",
             "id": "RecipeClownBurger",
             "name": "Mothroachburger recipe",
             "name": "Clownburger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "MobMothroach": 1
                 "ClothingMaskClown": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerMothRoach"
             "result": "FoodBurgerClown"
         },
         },
         "RecipeBrownies": {
         "RecipeCocoTart": {
             "id": "RecipeBrownies",
             "id": "RecipeCocoTart",
             "name": "Brownie recipe",
             "name": "Chocolate lava tart recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 25,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodButter": 2,
                 "FoodDoughPie": 1,
                 "FoodSnackChocolateBar": 2
                 "FoodSnackChocolateBar": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {
             "reagents": {
                "Flour": 15,
                 "Sugar": 5,
                 "Sugar": 30,
                 "Milk": 5
                 "Egg": 18
             },
             },
             "result": "FoodBakedBrownieBatch"
             "result": "FoodTartCoco"
         },
         },
         "RecipePeaSoup": {
         "ADTFoodPizzaMushroomchickenRecipe": {
             "id": "RecipePeaSoup",
             "id": "ADTFoodPizzaMushroomchickenRecipe",
             "name": "Pea soup recipe",
             "name": "Pizza mushroomchicken",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodPeaPod": 2,
                 "FoodDoughFlat": 1,
                 "FoodBowlBig": 1
                "FoodCheeseSlice": 2,
                 "FoodMeat": 1,
                "FoodTomato": 1,
                "FoodMushroom": 5
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 10
             "result": "ADTFoodPizzaMushroomchicken"
            },
             "result": "FoodSoupPea"
         },
         },
         "RecipeCrabBurger": {
         "RecipeMoldyBreadSlice": {
             "id": "RecipeCrabBurger",
             "id": "RecipeMoldyBreadSlice",
             "name": "Crab burger recipe",
             "name": "Moldy bread slice recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadPlainSlice": 1,
                 "FoodMeatCrab": 2
                 "FoodFlyAmanita": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerCrab"
             "result": "FoodBreadMoldySlice"
         },
         },
         "RecipeCannabisBrownies": {
         "RecipeStewSoup": {
             "id": "RecipeCannabisBrownies",
             "id": "RecipeStewSoup",
             "name": "Cannabis brownie recipe",
             "name": "Stew recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 25,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCannabisButter": 2,
                 "FoodBowlBig": 1,
                 "FoodSnackChocolateBar": 2
                 "FoodMeatCutlet": 3,
             },
                "FoodTomato": 1,
                "FoodPotato": 1,
                "FoodCarrot": 1,
                "FoodEggplant": 1,
                "FoodMushroom": 1
             },
             "reagents": {
             "reagents": {
                 "Flour": 15,
                 "Water": 10
                "Sugar": 30,
                "Egg": 18
             },
             },
             "result": "FoodBakedCannabisBrownieBatch"
             "result": "FoodSoupStew"
         },
         },
         "RecipeBaguette": {
         "RecipeAirlossAutoInjector": {
             "id": "RecipeBaguette",
             "id": "RecipeAirlossAutoInjector",
             "name": "Baguette recipe",
             "name": "Airloss auto-injector",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDough": 1
                 "ADTBlankMediPen": 1
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 5,
                 "Saline": 20,
                 "Blackpepper": 5
                 "DexalinPlus": 20
             },
             },
             "result": "FoodBreadBaguette"
             "result": "AirlossAutoInjector"
         },
         },
         "RecipeBread": {
         "RecipeWingFangChuSoupSpider": {
             "id": "RecipeBread",
             "id": "RecipeWingFangChuSoupSpider",
             "name": "Bread recipe",
             "name": "Wing fang chu recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDough": 1
                 "FoodBowlBig": 1,
                "FoodMeatSpider": 2
            },
            "reagents": {
                "Soysauce": 5
             },
             },
            "reagents": {},
             "result": "FoodSoupWingFangChu"
             "result": "FoodBreadPlain"
         },
         },
         "RecipeOnionRings": {
         "RecipeBearger": {
             "id": "RecipeOnionRings",
             "id": "RecipeBearger",
             "name": "Onion rings recipe",
             "name": "Bearger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodOnionSlice": 1
                 "FoodBreadBun": 1,
                "FoodMeatBear": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodOnionRings"
             "result": "FoodBurgerBear"
         },
         },
         "RecipeCarrotCake": {
         "RecipePenStimulant": {
             "id": "RecipeCarrotCake",
             "id": "RecipePenStimulant",
             "name": "Carrot cake recipe",
             "name": "Stimulant auto-injector",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "ADTBlankMediPen": 1
                 "FoodCarrot": 3
            },
            "reagents": {
                "Desoxyephedrine": 10,
                 "Dylovene": 10
             },
             },
            "reagents": {},
             "result": "ADTStimulantAutoInjector"
             "result": "FoodCakeCarrot"
         },
         },
         "RecipeDonkpocketStonk": {
         "RecipeTofuBurger": {
             "id": "RecipeDonkpocketStonk",
             "id": "RecipeTofuBurger",
             "name": "Warm stonk-pocket recipe",
             "name": "Tofu burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDonkpocketStonk": 1
                 "FoodBreadBun": 1,
                "FoodTofuSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketStonkWarm"
             "result": "FoodBurgerTofu"
         },
         },
         "RecipeEyeballSoup": {
         "RecipeBaconBurger": {
             "id": "RecipeEyeballSoup",
             "id": "RecipeBaconBurger",
             "name": "Eyeball soup recipe",
             "name": "Bacon burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadBun": 1,
                 "OrganHumanEyes": 1,
                 "FoodMeatBacon": 1,
                 "FoodCarrot": 1,
                 "FoodCheeseSlice": 2
                "FoodPotato": 1
             },
             },
             "reagents": {
             "reagents": {},
                 "Water": 10
            "result": "FoodBurgerBacon"
        },
        "RecipeLemonCake": {
            "id": "RecipeLemonCake",
            "name": "Lemon cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                 "FoodLemon": 3
             },
             },
             "result": "FoodSoupEyeball"
            "reagents": {},
             "result": "FoodCakeLemon"
         },
         },
         "RecipeWingFangChuSoupSpider": {
         "RecipeBreadDog": {
             "id": "RecipeWingFangChuSoupSpider",
             "id": "RecipeBreadDog",
             "name": "Wing fang chu recipe",
             "name": "Bread dog recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadSausage": 1,
                 "FoodMeatSpider": 2
                 "OrganAnimalHeart": 1,
                "FoodSpaceshroomCooked": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Soysauce": 5
                 "Cognizine": 5
             },
             },
             "result": "FoodSoupWingFangChu"
             "result": "MobBreadDog"
         },
         },
         "RecipeChiliClown": {
         "RecipeTacoRat": {
             "id": "RecipeChiliClown",
             "id": "RecipeTacoRat",
             "name": "Chili con carnival recipe",
             "name": "Rat taco recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodTacoShell": 1,
                 "FoodChiliPepper": 1,
                 "FoodCheeseSlice": 1,
                 "FoodMeatCutlet": 1,
                 "FoodMeatRat": 1
                "FoodOnionSlice": 1,
                "FoodTomato": 1,
                "ClothingShoesClown": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSoupChiliClown"
             "result": "FoodTacoRat"
         },
         },
         "RecipeBirthdayCake": {
         "RecipeEnchiladas": {
             "id": "RecipeBirthdayCake",
             "id": "RecipeEnchiladas",
             "name": "Birthday cake recipe",
             "name": "Enchiladas recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 20,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1
                 "FoodChiliPepper": 2,
                "FoodMeatCutlet": 1,
                "FoodCorn": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Cream": 5
             "result": "FoodMealEnchiladas"
            },
             "result": "FoodCakeBirthday"
         },
         },
         "RecipeMeatballSoup": {
         "RecipeDriedCannabis": {
             "id": "RecipeMeatballSoup",
             "id": "RecipeDriedCannabis",
             "name": "Meatball soup recipe",
             "name": "Dried cannabis leaves recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "LeavesCannabis": 1
                "FoodMeatMeatball": 1,
                "FoodCarrot": 1,
                "FoodPotato": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 10
             "result": "LeavesCannabisDried"
            },
             "result": "FoodSoupMeatball"
         },
         },
         "RecipeCatBurger": {
         "RecipeSpellBurger": {
             "id": "RecipeCatBurger",
             "id": "RecipeSpellBurger",
             "name": "Cat burger recipe",
             "name": "Spell burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "FoodMeat": 1,
                 "ClothingHeadHatWizard": 1
                "ClothingHeadHatCatEars": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerCat"
             "result": "FoodBurgerSpell"
         },
         },
         "RecipeGrilledCheeseSandwich": {
         "RecipeTacoBeefSupreme": {
             "id": "RecipeGrilledCheeseSandwich",
             "id": "RecipeTacoBeefSupreme",
             "name": "Grilled cheese sandwich recipe",
             "name": "Beef taco supreme recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 2,
                 "FoodTacoShell": 1,
                 "FoodCheeseSlice": 1,
                 "FoodCheeseSlice": 1,
                 "FoodButterSlice": 1
                 "FoodMeatCutlet": 1,
                "FoodTomato": 1,
                "FoodCabbage": 1,
                "FoodOnionSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBakedGrilledCheeseSandwich"
             "result": "FoodTacoBeefSupreme"
         },
         },
         "RecipeLimeCake": {
         "RecipeTwoBreadSlice": {
             "id": "RecipeLimeCake",
             "id": "RecipeTwoBreadSlice",
             "name": "Lime cake recipe",
             "name": "Two slice recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodBreadPlainSlice": 2
                "FoodLime": 3
             },
             },
             "reagents": {},
             "reagents": {
            "result": "FoodCakeLime"
                 "Wine": 5
        },
        "RecipeRatBurger": {
            "id": "RecipeRatBurger",
            "name": "Rat burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                 "FoodMeatRat": 1
             },
             },
            "reagents": {},
             "result": "FoodBreadTwoSlice"
             "result": "FoodBurgerRat"
         },
         },
         "RecipeChickenSandwich": {
         "RecipeBrownies": {
             "id": "RecipeChickenSandwich",
             "id": "RecipeBrownies",
             "name": "Chicken sandwich recipe",
             "name": "Brownie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 25,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodButter": 2,
                 "FoodMeatChicken": 1
                 "FoodSnackChocolateBar": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Mayo": 5
                 "Flour": 15,
                "Sugar": 30,
                "Egg": 18
             },
             },
             "result": "FoodBurgerChicken"
             "result": "FoodBakedBrownieBatch"
         },
         },
         "RecipePelmeni": {
         "RecipeCubanCarp": {
             "id": "RecipePelmeni",
             "id": "RecipeCubanCarp",
             "name": "Pelmeni recipe",
             "name": "Cuban carp recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodDough": 1,
                 "FoodMeatMeatball": 1,
                 "FoodCheeseSlice": 2,
                 "FoodDoughSlice": 3
                "FoodChiliPepper": 1,
                 "FoodMeatFish": 2
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 20
             "result": "FoodMealCubancarp"
            },
             "result": "FoodPelmeniBowl"
         },
         },
         "RecipeTomatoSoup": {
         "RecipeAppleCake": {
             "id": "RecipeTomatoSoup",
             "id": "RecipeAppleCake",
             "name": "Tomato soup recipe",
             "name": "Apple cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodCakePlain": 1,
                 "FoodTomato": 2
                 "FoodApple": 3
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 10
             "result": "FoodCakeApple"
            },
             "result": "FoodSoupTomato"
         },
         },
         "RecipeChocolateChipPancake": {
         "RecipeWarmDankpocket": {
             "id": "RecipeChocolateChipPancake",
             "id": "RecipeWarmDankpocket",
             "name": "Chocolate chip pancake recipe",
             "name": "Warm dank pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodSnackChocolateBar": 1
                 "FoodDonkpocketDank": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Flour": 5,
             "result": "FoodDonkpocketDankWarm"
                "Milk": 5,
                "Egg": 6
            },
             "result": "FoodBakedPancakeCc"
         },
         },
         "ADTFoodKhachapuriRecipe": {
         "RecipeRegenerativeMesh": {
             "id": "ADTFoodKhachapuriRecipe",
             "id": "RecipeRegenerativeMesh",
             "name": "Khachapuri recipe",
             "name": "Regenerative mesh recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCheeseSlice": 1,
                 "FoodAloe": 1,
                 "FoodBreadPlainSlice": 1
                 "Ointment": 1,
                "MaterialCloth1": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Egg": 12,
                 "Sigynate": 20,
                 "TableSalt": 5,
                 "Dermaline": 20
                "Milk": 5
             },
             },
             "result": "ADTFoodMealKhachapuri"
             "result": "RegenerativeMesh"
         },
         },
         "RecipeColdChili": {
         "RecipePenEthylredoxrazineAutoInjector": {
             "id": "RecipeColdChili",
             "id": "RecipePenEthylredoxrazineAutoInjector",
             "name": "Cold chili recipe",
             "name": "Barkeeper's friend auto-injector",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodSoupChiliHot": 1
                 "ADTBlankMediPen": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Nitrogen": 5
                 "Ethylredoxrazine": 15,
                "Dylovene": 5
             },
             },
             "result": "FoodSoupChiliCold"
             "result": "ADTEthylredoxrazineAutoInjector"
         },
         },
         "RecipeCreamCheeseBread": {
         "RecipeCrabBurger": {
             "id": "RecipeCreamCheeseBread",
             "id": "RecipeCrabBurger",
             "name": "Cream cheese bread recipe",
             "name": "Crab burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodBreadBun": 1,
                 "FoodCheeseSlice": 2
                 "FoodMeatCrab": 2
             },
             },
             "reagents": {
             "reagents": {},
                "Milk": 5
             "result": "FoodBurgerCrab"
            },
             "result": "FoodBreadCreamcheese"
         },
         },
         "RecipeAmanitaPie": {
         "ADTFoodMealMushroomRecipe": {
             "id": "RecipeAmanitaPie",
             "id": "ADTFoodMealMushroomRecipe",
             "name": "Amanita pie recipe",
             "name": "Pasta mushroom",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "ADTFoodMealCream": 1,
                 "FoodFlyAmanita": 1,
                 "FoodMushroom": 2
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPieAmanita"
             "result": "ADTFoodMealMushroom"
         },
         },
         "RecipeMulledWineWarm2": {
         "RecipePenCrisisAutoInjector": {
             "id": "RecipeMulledWineWarm2",
             "id": "RecipePenCrisisAutoInjector",
             "name": "Warm mulled wine recipe",
             "name": "Crisis auto-injector",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "ADTMulledWineGlass": 1
                 "ADTBlankMediPen": 1
             },
             },
             "reagents": {
             "reagents": {
                 "ADTMulledWineCold": 30
                 "Inaprovaline": 10,
                "DexalinPlus": 10
             },
             },
             "result": "ADTMulledWineGlass"
             "result": "ADTCrisisAutoInjector"
         },
         },
         "RecipeBearger": {
         "RecipeSuperBiteBurger": {
             "id": "RecipeBearger",
             "id": "RecipeSuperBiteBurger",
             "name": "Bearger recipe",
             "name": "Super bite burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 25,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatBear": 1
                 "FoodMeat": 2,
                "FoodCheeseSlice": 2,
                "FoodTomato": 2
             },
             },
             "reagents": {},
             "reagents": {
             "result": "FoodBurgerBear"
                "TableSalt": 5,
                "Egg": 12
            },
             "result": "FoodBurgerSuper"
         },
         },
         "RecipeCrazyHamburger": {
         "RecipeFrostyPie": {
             "id": "RecipeCrazyHamburger",
             "id": "RecipeFrostyPie",
             "name": "Crazy hamburger recipe",
             "name": "Frosty pie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodDoughPie": 1,
                 "FoodMeat": 2,
                 "FoodChillyPepper": 3,
                 "FoodCheeseSlice": 2,
                 "FoodPlateTin": 1
                "FoodChiliPepper": 1,
                "FoodCabbage": 1,
                "CrayonGreen": 1,
                "Flare": 1
             },
             },
             "reagents": {
             "reagents": {},
                "OilOlive": 15
             "result": "FoodPieFrosty"
            },
             "result": "FoodBurgerCrazy"
         },
         },
         "RecipePlainBurger": {
         "RecipeVegetablePizza": {
             "id": "RecipePlainBurger",
             "id": "RecipeVegetablePizza",
             "name": "Plain burger recipe",
             "name": "Vegetable pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodDoughFlat": 1,
                 "FoodMeat": 1
                 "FoodEggplant": 1,
                "FoodCarrot": 1,
                "FoodCorn": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerPlain"
             "result": "FoodPizzaVegetable"
         },
         },
         "RecipeBrainBurger": {
         "RecipeCherryPie": {
             "id": "RecipeBrainBurger",
             "id": "RecipeCherryPie",
             "name": "Brain burger recipe",
             "name": "Cherry pie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodDoughPie": 1,
                 "OrganHumanBrain": 1
                 "FoodCherry": 5,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerBrain"
             "result": "FoodPieCherry"
         },
         },
         "RecipeDonkpocketPizza": {
         "RecipeMuffinBerry": {
             "id": "RecipeDonkpocketPizza",
             "id": "RecipeMuffinBerry",
             "name": "Donk-pocket pizza recipe",
             "name": "Berry muffin recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodPlateMuffinTin": 1,
                 "FoodDonkpocketWarm": 3,
                 "FoodDoughSlice": 1,
                 "FoodCheeseSlice": 1,
                 "FoodBerries": 1
                 "FoodTomato": 1
            },
            "reagents": {
                 "Sugar": 10
             },
             },
            "reagents": {},
             "result": "FoodBakedMuffinBerry"
             "result": "FoodPizzaDonkpocket"
         },
         },
         "RecipeWarmDonkpocketPizza": {
         "ADTFoodMealNigiriCarpRecipe": {
             "id": "RecipeWarmDonkpocketPizza",
             "id": "ADTFoodMealNigiriCarpRecipe",
             "name": "Warm pizza-pocket recipe",
             "name": "Nigiri carp",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodRiceBoiled": 1,
                "FoodMeatFish": 1
            },
            "reagents": {},
            "result": "ADTFoodMealNigiriCarp"
        },
        "RecipeWatermelonFruitBowlSalad": {
            "id": "RecipeWatermelonFruitBowlSalad",
            "name": "Watermelon fruit bowl recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDonkpocketPizza": 1
                 "FoodWatermelon": 1,
                "FoodApple": 1,
                "FoodBanana": 1,
                "FoodLemon": 1,
                "FoodOrange": 1,
                "FoodAmbrosiaVulgaris": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketPizzaWarm"
             "result": "FoodSaladWatermelonFruitBowl"
        },
        "RecipeBirthdayCake": {
            "id": "RecipeBirthdayCake",
            "name": "Birthday cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1
            },
            "reagents": {
                "Cream": 5
            },
            "result": "FoodCakeBirthday"
         },
         },
         "RecipeDuckBurger": {
         "RecipeDuckBurger": {
Строка 2127: Строка 2171:
             "result": "FoodBurgerDuck"
             "result": "FoodBurgerDuck"
         },
         },
         "RecipeColeslaw": {
         "RecipeRaisinCookie": {
             "id": "RecipeColeslaw",
             "id": "RecipeRaisinCookie",
             "name": "Coleslaw recipe",
             "name": "Raisin cookie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodSnackRaisins": 1
                "FoodOnionRed": 1,
                "FoodCabbage": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Vinaigrette": 5
                 "Flour": 5,
                "Sugar": 5
             },
             },
             "result": "FoodSaladColeslaw"
             "result": "FoodBakedCookieRaisin"
         },
         },
         "RecipeADTHotChocolateAllergic2": {
         "RecipeBagelPoppy": {
             "id": "RecipeADTHotChocolateAllergic2",
             "id": "RecipeBagelPoppy",
             "name": "Hot hypoallergen chocolate recipe",
             "name": "Poppyseed bagel recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "ADTHotChocolateAllergicGlass": 1,
                 "FoodDoughRope": 1,
                 "ADTHypoAllergenChocolateBar": 2
                 "PoppySeeds": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "ADTHotChocolateAllergicGlass"
             "result": "FoodBagelPoppy"
         },
         },
         "ADTDrinkTeaPackCherry": {
         "RecipeADTHotCocoa2": {
             "id": "ADTDrinkTeaPackCherry",
             "id": "RecipeADTHotCocoa2",
             "name": "CherryTeapack",
             "name": "Hot cocoa recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "ADTEmptyTeaPack": 1,
                 "ADTHotCocoaGlass": 1
                 "FoodCherry": 1
            },
            "reagents": {
                 "ADTCocoaDrink": 30
             },
             },
            "reagents": {},
             "result": "ADTHotCocoaGlass"
             "result": "ADTCherryTeapack"
         },
         },
         "RecipeApplePie": {
         "RecipeDonkpocketHonk": {
             "id": "RecipeApplePie",
             "id": "RecipeDonkpocketHonk",
             "name": "Apple pie recipe",
             "name": "Warm honk-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodDonkpocketHonk": 1
                "FoodApple": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPieApple"
             "result": "FoodDonkpocketHonkWarm"
         },
         },
         "ADTRecipeBakedChickenWing": {
         "RecipeCitrusSalad": {
             "id": "ADTRecipeBakedChickenWing",
             "id": "RecipeCitrusSalad",
             "name": "Baked chicken wing",
             "name": "Citrus salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "ADTFoodMeatChickenWing": 1
                 "FoodBowlBig": 1,
                "FoodOrange": 1,
                "FoodLemon": 1,
                "FoodLime": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "ADTFoodMeatChickenBakedWing"
             "result": "FoodSaladCitrus"
         },
         },
         "RecipeMuffinBanana": {
         "RecipeNachos": {
             "id": "RecipeMuffinBanana",
             "id": "RecipeNachos",
             "name": "Banana muffin recipe",
             "name": "Nachos recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodPlateMuffinTin": 1,
                 "FoodDoughTortillaFlat": 1,
                 "FoodDoughSlice": 1,
                 "FoodPlateSmall": 1
                "FoodBanana": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Sugar": 10
                 "TableSalt": 1
             },
             },
             "result": "FoodBakedMuffinBanana"
             "result": "FoodMealNachos"
         },
         },
         "RecipeDriedCannabisRainbow": {
         "RecipeMushroomSoup": {
             "id": "RecipeDriedCannabisRainbow",
             "id": "RecipeMushroomSoup",
             "name": "Dried rainbow cannabis leaves recipe",
             "name": "Mushroom soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "LeavesCannabisRainbow": 1
                 "FoodBowlBig": 1,
                "FoodMushroom": 2
            },
            "reagents": {
                "Water": 5,
                "Milk": 5
             },
             },
            "reagents": {},
             "result": "FoodSoupMushroom"
             "result": "LeavesCannabisRainbowDried"
         },
         },
         "ADTRecipeBakedChickenLeg": {
         "RecipeXenoMeatBread": {
             "id": "ADTRecipeBakedChickenLeg",
             "id": "RecipeXenoMeatBread",
             "name": "Baked chicken leg",
             "name": "Xeno meat bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "ADTFoodMeatChickenLeg": 1
                 "FoodDough": 1,
                "FoodMeatXenoCutlet": 2,
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "ADTFoodMeatChickenBakedLeg"
             "result": "FoodBreadMeatXeno"
         },
         },
         "RecipePopcorn": {
         "RecipeCheeseburger": {
             "id": "RecipePopcorn",
             "id": "RecipeCheeseburger",
             "name": "Popcorn recipe",
             "name": "Cheeseburger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 20,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCorn": 1
                 "FoodBreadBun": 1,
                "FoodMeat": 1,
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSnackPopcorn"
             "result": "FoodBurgerCheese"
         },
         },
         "RecipeTwoBreadSlice": {
         "RecipeHerbSalad": {
             "id": "RecipeTwoBreadSlice",
             "id": "RecipeHerbSalad",
             "name": "Two slice recipe",
             "name": "Herb salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 2
                 "FoodBowlBig": 1,
                "FoodAmbrosiaVulgaris": 3,
                "FoodApple": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Wine": 5
             "result": "FoodSaladHerb"
            },
             "result": "FoodBreadTwoSlice"
         },
         },
         "RecipeMoldyBreadSlice": {
         "RecipePastaTomato": {
             "id": "RecipeMoldyBreadSlice",
             "id": "RecipePastaTomato",
             "name": "Moldy bread slice recipe",
             "name": "Pasta tomato recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodFlyAmanita": 1
                 "FoodTomato": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadMoldySlice"
             "result": "FoodNoodles"
         },
         },
         "RecipeMedicatedSuture": {
         "ADTRecipeBakedChicken": {
             "id": "RecipeMedicatedSuture",
             "id": "ADTRecipeBakedChicken",
             "name": "Medicated suture recipe",
             "name": "Baked chicken",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 25,
             "solids": {
             "solids": {
                 "FoodPoppy": 1,
                 "ADTChickenBody": 1
                "Brutepack": 1,
                "MaterialCloth1": 1
             },
             },
             "reagents": {
             "reagents": {
                 "TranexamicAcid": 20,
                 "BbqSauce": 5
                "Cryptobiolin": 20
             },
             },
             "result": "MedicatedSuture"
             "result": "ADTFoodMeatChickenBaked"
         },
         },
         "RecipeFiveBurger": {
         "RecipeNettleSoup": {
             "id": "RecipeFiveBurger",
             "id": "RecipeNettleSoup",
             "name": "Five alarm burger recipe",
             "name": "Nettle soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBowlBig": 1,
                 "FoodMeat": 1,
                 "Nettle": 1,
                 "FoodChiliPepper": 3
                 "FoodPotato": 1
            },
            "reagents": {
                "Water": 10,
                "Egg": 6
             },
             },
            "reagents": {},
             "result": "FoodSoupNettle"
             "result": "FoodBurgerFive"
         },
         },
         "RecipeMuffinBerry": {
         "RecipeCarrotFries": {
             "id": "RecipeMuffinBerry",
             "id": "RecipeCarrotFries",
             "name": "Berry muffin recipe",
             "name": "Carrot fries recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodPlateMuffinTin": 1,
                 "FoodCarrot": 1
                "FoodDoughSlice": 1,
                "FoodBerries": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Sugar": 10
                 "TableSalt": 5
             },
             },
             "result": "FoodBakedMuffinBerry"
             "result": "FoodMealFriesCarrot"
         },
         },
         "RecipePancake": {
         "RecipePenHemostasis": {
             "id": "RecipePancake",
             "id": "RecipePenHemostasis",
             "name": "Pancake recipe",
             "name": "Hemostasis auto-injector",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {},
             "solids": {
                "ADTBlankMediPen": 1
            },
             "reagents": {
             "reagents": {
                 "Flour": 5,
                 "TranexamicAcid": 5,
                 "Milk": 5,
                 "Saline": 15
                "Egg": 6
             },
             },
             "result": "FoodBakedPancake"
             "result": "ADTHemostasisAutoInjector"
         },
         },
         "RecipeUraniumPizza": {
         "RecipeTomatoSoup": {
             "id": "RecipeUraniumPizza",
             "id": "RecipeTomatoSoup",
             "name": "Spicy rock pizza recipe",
             "name": "Tomato soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodBowlBig": 1,
                 "FoodChiliPepper": 2,
                 "FoodTomato": 2
                "FoodTomato": 2,
            },
                 "SheetUranium1": 2
            "reagents": {
                 "Water": 10
             },
             },
            "reagents": {},
             "result": "FoodSoupTomato"
             "result": "FoodPizzaUranium"
         },
         },
         "ADTFoodVulpixRecipe": {
         "RecipeWaffleSoy": {
             "id": "ADTFoodVulpixRecipe",
             "id": "RecipeWaffleSoy",
             "name": "Vulpix recipe",
             "name": "Soy waffle recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {},
                 "FoodPlateSmall": 1,
            "reagents": {
                 "FoodCheeseSlice": 1,
                 "Flour": 5,
                 "FoodOnion": 1,
                 "MilkSoy": 5,
                 "ADTOrganVulpkaninAnimalLiver": 1
                 "Egg": 6,
                 "SodaWater": 5
             },
             },
            "reagents": {},
             "result": "FoodBakedWaffleSoy"
             "result": "ADTFoodVulpix"
         },
         },
         "RecipeSlimeCake": {
         "RecipeChocolateChipPancake": {
             "id": "RecipeSlimeCake",
             "id": "RecipeChocolateChipPancake",
             "name": "Slime cake recipe",
             "name": "Chocolate chip pancake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1
                 "FoodSnackChocolateBar": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Slime": 15
                 "Flour": 5,
                "Milk": 5,
                "Egg": 6
             },
             },
             "result": "FoodCakeSlime"
             "result": "FoodBakedPancakeCc"
         },
         },
         "RecipeGarlicBread": {
         "RecipeCottonPizza": {
             "id": "RecipeGarlicBread",
             "id": "RecipeCottonPizza",
             "name": "Garlic bread slice recipe",
             "name": "Cotton pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 1,
                 "FoodDoughCottonFlat": 1,
                 "FoodGarlic": 1,
                 "CottonBol": 4
                "FoodButterSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadGarlicSlice"
             "result": "FoodPizzaCotton"
         },
         },
         "RecipeBoiledSnail": {
         "RecipeADTHotChocolate2": {
             "id": "RecipeBoiledSnail",
             "id": "RecipeADTHotChocolate2",
            "name": "Boiled snail recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodMeatSnail": 1
            },
            "reagents": {
                "Water": 10
            },
            "result": "FoodMeatSnailCooked"
        },
        "RecipeBreadCotton": {
            "id": "RecipeBreadCotton",
            "name": "Cotton bread recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodDoughCotton": 1
            },
            "reagents": {},
            "result": "FoodBreadCotton"
        },
        "RecipeADTHotChocolate": {
            "id": "RecipeADTHotChocolate",
             "name": "Hot chocolate recipe",
             "name": "Hot chocolate recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "DrinkGlass": 1,
                 "ADTHotChocolateGlass": 1,
                 "FoodSnackChocolateBar": 2
                 "FoodSnackChocolateBar": 2
             },
             },
Строка 2410: Строка 2438:
             "result": "ADTHotChocolateGlass"
             "result": "ADTHotChocolateGlass"
         },
         },
         "RecipeMuffinChocolate": {
         "RecipeMimanaBread": {
             "id": "RecipeMuffinChocolate",
             "id": "RecipeMimanaBread",
             "name": "Chocolate muffin recipe",
             "name": "Mimana bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodPlateMuffinTin": 1,
                 "FoodDough": 1,
                 "FoodDoughSlice": 1,
                 "FoodMimana": 1
                "FoodSnackChocolateBar": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Sugar": 10
                 "Nothing": 5
             },
             },
             "result": "FoodBakedMuffinChocolate"
             "result": "FoodBreadMimana"
         },
         },
         "RecipeCornInButter": {
         "ADTDrinkTeaMicCherry": {
             "id": "RecipeCornInButter",
             "id": "ADTDrinkTeaMicCherry",
             "name": "Corn in butter recipe",
             "name": "CherryTeaMicrowave",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCorn": 1,
                 "DrinkGlass": 1
                 "FoodPlate": 1,
            },
                 "FoodButter": 1
            "reagents": {
                 "ADTCherrypackReg": 5,
                 "Water": 25
             },
             },
            "reagents": {},
             "result": "ADTDrinkCherryTeaGlass"
             "result": "FoodMealCornInButter"
         },
         },
         "RecipeFrenchToast": {
         "RecipePlutonium": {
             "id": "RecipeFrenchToast",
             "id": "RecipePlutonium",
             "name": "French toast recipe",
             "name": "Plutonium recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 1
                 "ADTUsedPlutoniumCore": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Milk": 5,
                 "Plasma": 5,
                 "Egg": 12
                 "Uranium": 5,
                "Radium": 5
             },
             },
             "result": "FoodBreadFrenchToast"
             "result": "ADTPlutoniumCore"
         },
         },
         "RecipeRicePudding": {
         "RecipeChocolateCake": {
             "id": "RecipeRicePudding",
             "id": "RecipeChocolateCake",
             "name": "Rice pudding recipe",
             "name": "Chocolate cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1
                 "FoodCakePlain": 1,
            },
                 "FoodSnackChocolateBar": 2
            "reagents": {
                "Rice": 15,
                "Milk": 10,
                "Sugar": 5
            },
            "result": "FoodRicePudding"
        },
        "RecipeRobotBurger": {
            "id": "RecipeRobotBurger",
            "name": "Roburger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                 "CapacitorStockPart": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerRobot"
             "result": "FoodCakeChocolate"
         },
         },
         "RecipeTrashBakedBananaPeel": {
         "RecipeTrashBakedBananaPeel": {
Строка 2490: Строка 2504:
             "result": "TrashBakedBananaPeel"
             "result": "TrashBakedBananaPeel"
         },
         },
         "RecipeBagelCotton": {
         "RecipeBurnAutoInjector": {
             "id": "RecipeBagelCotton",
             "id": "RecipeBurnAutoInjector",
             "name": "Cotton bagel recipe",
             "name": "Burn auto-injector",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughCottonRope": 1
                 "ADTBlankMediPen": 1
            },
            "reagents": {
                "Dermaline": 10,
                "Leporazine": 10
             },
             },
            "reagents": {},
             "result": "BurnAutoInjector"
             "result": "FoodBagelCotton"
         },
         },
         "RecipePumpkinCake": {
         "RecipeXenoPie": {
             "id": "RecipePumpkinCake",
             "id": "RecipeXenoPie",
             "name": "Pumpkin cake recipe",
             "name": "Xeno pie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodDoughPie": 1,
                 "FoodPumpkin": 1
                 "FoodMeatXeno": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakePumpkin"
             "result": "FoodPieXeno"
         },
         },
         "RecipeMargheritaPizza": {
         "RecipeBagel": {
             "id": "RecipeMargheritaPizza",
             "id": "RecipeBagel",
             "name": "Margherita pizza recipe",
             "name": "Bagel recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodDoughRope": 1
                "FoodCheeseSlice": 1,
                "FoodTomato": 4
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaMargherita"
             "result": "FoodBagel"
         },
         },
         "RecipeADTHotCocoa2": {
         "RecipeEmergencyMedipen": {
             "id": "RecipeADTHotCocoa2",
             "id": "RecipeEmergencyMedipen",
             "name": "Hot cocoa recipe",
             "name": "Emergency medipen",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "ADTHotCocoaGlass": 1
                 "ADTBlankMediPen": 1
             },
             },
             "reagents": {
             "reagents": {
                 "ADTCocoaDrink": 30
                 "Epinephrine": 12,
                "TranexamicAcid": 3
             },
             },
             "result": "ADTHotCocoaGlass"
             "result": "EmergencyMedipen"
         },
         },
         "RecipeJellyToast": {
         "ADTFoodCakePuddingRecipe": {
             "id": "RecipeJellyToast",
             "id": "ADTFoodCakePuddingRecipe",
             "name": "Jelly toast recipe",
             "name": "Puding recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 1,
                 "FoodPlateSmall": 1
                "FoodJellyAmanita": 1
             },
             },
             "reagents": {},
             "reagents": {
             "result": "FoodBreadJellySlice"
                "Water": 15,
                "Milk": 10,
                "Flour": 10,
                "Sugar": 15,
                "Egg": 6
            },
             "result": "ADTFoodCakePudding"
         },
         },
         "RecipeCatCake": {
         "RecipeBlueberryCake": {
             "id": "RecipeCatCake",
             "id": "RecipeBlueberryCake",
             "name": "Cat cake recipe",
             "name": "Blueberry cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodCakePlain": 1,
                 "FoodSnackRaisins": 1,
                 "FoodBerries": 3
                "OrganAnimalHeart": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Milk": 15,
             "result": "FoodCakeBlueberry"
                "Cognizine": 5
            },
             "result": "MobCatCake"
         },
         },
         "ADTDrinkTeaMicCherry": {
         "RecipeMulledWineWarm": {
             "id": "ADTDrinkTeaMicCherry",
             "id": "RecipeMulledWineWarm",
             "name": "CherryTeaMicrowave",
             "name": "Warm mulled wine recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
Строка 2576: Строка 2594:
             },
             },
             "reagents": {
             "reagents": {
                 "ADTCherrypackReg": 5,
                 "ADTMulledWineCold": 30
                "Water": 25
             },
             },
             "result": "ADTDrinkCherryTeaGlass"
             "result": "ADTMulledWineGlass"
         },
         },
         "ADTFoodSawdustSoupRecipe": {
         "RecipeJungleSalad": {
             "id": "ADTFoodSawdustSoupRecipe",
             "id": "RecipeJungleSalad",
             "name": "Sawdust soup recipe",
             "name": "Jungle salad recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBowlBig": 1,
                "MaterialWoodPlank1": 1
            },
            "reagents": {
                "Water": 10,
                "TableSalt": 10
            },
            "result": "ADTFoodSoupSawdust"
        },
        "RecipeFruitSalad": {
            "id": "RecipeFruitSalad",
            "name": "Fruit salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBowlBig": 1,
                 "FoodOrange": 1,
                 "FoodBanana": 1,
                 "FoodApple": 1,
                 "FoodApple": 1,
                 "FoodGrape": 1,
                 "FoodGrape": 1,
Строка 2609: Строка 2611:
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSaladFruit"
             "result": "FoodSaladJungle"
         },
         },
         "RecipeXenoburger": {
         "ADTFoodMealCheeseMeatballRecipe": {
             "id": "RecipeXenoburger",
             "id": "ADTFoodMealCheeseMeatballRecipe",
             "name": "Xenoburger recipe",
             "name": "Pasta cheesemeatball",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodMeatXeno": 1
                 "FoodCheeseSlice": 1,
                "FoodMeatMeatball": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerXeno"
             "result": "ADTFoodMealCheeseMeatball"
         },
         },
         "ADTDrinkTeaPackOrange": {
         "RecipeSpiderMeatBread": {
             "id": "ADTDrinkTeaPackOrange",
             "id": "RecipeSpiderMeatBread",
             "name": "OrangeTeapack",
             "name": "Spider meat bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "ADTEmptyTeaPack": 1,
                 "FoodDough": 1,
                 "FoodOrange": 1
                 "FoodMeatSpiderCutlet": 2,
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "ADTOrangeTeapack"
             "result": "FoodBreadMeatSpider"
         },
         },
         "RecipeWaffles": {
         "ADTFoodRelaxPillRecipe": {
             "id": "RecipeWaffles",
             "id": "ADTFoodRelaxPillRecipe",
             "name": "Waffle recipe",
             "name": "Relax pill",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {},
             "solids": {
                "LeavesCannabis": 3,
                "LeavesTobacco": 2,
                "GroundCannabis": 1
            },
             "reagents": {
             "reagents": {
                 "Flour": 5,
                 "Water": 15
                "Milk": 5,
                "Egg": 6,
                "SodaWater": 5
             },
             },
             "result": "FoodBakedWaffle"
             "result": "ADTPillRelax"
         },
         },
         "RecipeWaffleSoy": {
         "RecipeClownCake": {
             "id": "RecipeWaffleSoy",
             "id": "RecipeClownCake",
             "name": "Soy waffle recipe",
             "name": "Clown cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {},
             "solids": {
            "reagents": {
                 "ClothingMaskClown": 1,
                 "Flour": 5,
                 "FoodCakePlain": 1
                 "MilkSoy": 5,
                "Egg": 6,
                "SodaWater": 5
             },
             },
             "result": "FoodBakedWaffleSoy"
            "reagents": {},
             "result": "FoodCakeClown"
         },
         },
         "RecipeBaklava": {
         "RecipePenLacerAutoInjector": {
             "id": "RecipeBaklava",
             "id": "RecipePenLacerAutoInjector",
             "name": "Baklava recipe",
             "name": "Lacerinol auto-injector",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "ADTBlankMediPen": 1
                 "FoodSnackPistachios": 1,
            },
                 "FoodPlateTin": 1
            "reagents": {
                 "Lacerinol": 10,
                 "TranexamicAcid": 5
             },
             },
            "reagents": {},
             "result": "ADTLacerAutoInjector"
             "result": "FoodPieBaklava"
         },
         },
         "RecipeDumplings": {
         "RecipeBoiledSnail": {
             "id": "RecipeDumplings",
             "id": "RecipeBoiledSnail",
             "name": "Dumplings recipe",
             "name": "Boiled snail recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughSlice": 3
                 "FoodMeatSnail": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 10,
                 "Water": 10
                "UncookedAnimalProteins": 6
             },
             },
             "result": "FoodBakedDumplings"
             "result": "FoodMeatSnailCooked"
         },
         },
         "RecipeFoodBakedChevreChaudCotton": {
         "RecipeBananaBread": {
             "id": "RecipeFoodBakedChevreChaudCotton",
             "id": "RecipeBananaBread",
             "name": "Cotton chevre chaud recipe",
             "name": "Banana bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodChevreSlice": 1,
                 "FoodDough": 1,
                 "FoodBreadBaguetteCottonSlice": 1
                 "FoodBanana": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBakedChevreChaudCotton"
             "result": "FoodBreadBanana"
         },
         },
         "RecipeTacoShell": {
         "ADTFoodMeatHamRecipe": {
             "id": "RecipeTacoShell",
             "id": "ADTFoodMeatHamRecipe",
             "name": "Taco shell recipe",
             "name": "Ham with mead recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 25,
             "solids": {
             "solids": {
                 "FoodDoughTortillaFlat": 1
                 "FoodMeat": 2,
                "FoodPlate": 1
            },
            "reagents": {
                "Blackpepper": 5,
                "TableSalt": 5
             },
             },
            "reagents": {},
             "result": "ADTFoodMeatHam"
             "result": "FoodTacoShell"
         },
         },
         "RecipeClownBurger": {
         "RecipeDankPizza": {
             "id": "RecipeClownBurger",
             "id": "RecipeDankPizza",
             "name": "Clownburger recipe",
             "name": "Dank pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodDoughFlat": 1,
                 "ClothingMaskClown": 1
                 "LeavesCannabis": 2,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerClown"
             "result": "FoodPizzaDank"
         },
         },
         "RecipeDriedTeaLeaves": {
         "ADTFoodMealClothRecipe": {
             "id": "RecipeDriedTeaLeaves",
             "id": "ADTFoodMealClothRecipe",
             "name": "Dried tea leaves recipe",
             "name": "Pasta cloth",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "LeavesTea": 1
                 "FoodDoughCottonRope": 1
            },
            "reagents": {
                "Water": 10,
                "Egg": 12
             },
             },
            "reagents": {},
             "result": "ADTFoodMealCloth"
             "result": "LeavesTeaDried"
         },
         },
         "RecipeMulledWineWarm": {
         "RecipeGrapeTart": {
             "id": "RecipeMulledWineWarm",
             "id": "RecipeGrapeTart",
             "name": "Warm mulled wine recipe",
             "name": "Grape tart recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "DrinkGlass": 1
                 "FoodDoughPie": 1,
                "FoodGrape": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {
             "reagents": {
                 "ADTMulledWineCold": 30
                 "Sugar": 5,
                "Milk": 5
             },
             },
             "result": "ADTMulledWineGlass"
             "result": "FoodTartGrape"
         },
         },
         "RecipeNachosCheesy": {
         "RecipeBisque": {
             "id": "RecipeNachosCheesy",
             "id": "RecipeBisque",
             "name": "Cheesy nachos recipe",
             "name": "Bisque recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCheeseSlice": 1,
                 "FoodBowlBig": 1,
                 "FoodDoughTortillaFlat": 1,
                 "FoodTomato": 1,
                 "FoodPlateSmall": 1
                 "FoodMushroom": 1,
                "FoodMeatFish": 1
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 1
                 "Water": 10
             },
             },
             "result": "FoodMealNachosCheesy"
             "result": "FoodSoupBisque"
         },
         },
         "RecipeSoylentBurger": {
         "ADTDrinkTeaPackWatermelon": {
             "id": "RecipeSoylentBurger",
             "id": "ADTDrinkTeaPackWatermelon",
             "name": "Soylent burger recipe",
             "name": "WatermelonTeapack",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "ADTEmptyTeaPack": 1,
                 "FoodCheeseSlice": 2,
                 "FoodWatermelonSlice": 1
                "FoodSoybeans": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerSoy"
             "result": "ADTWatermelonTeapack"
         },
         },
         "RecipeGhostBurger": {
         "RecipeCake": {
             "id": "RecipeGhostBurger",
             "id": "RecipeCake",
             "name": "Ghost burger recipe",
             "name": "Cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodCakeBatter": 1
                "Ectoplasm": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerGhost"
             "result": "FoodCakePlain"
         },
         },
         "ADTFoodCakePuddingRecipe": {
         "RecipeMeatPie": {
             "id": "ADTFoodCakePuddingRecipe",
             "id": "RecipeMeatPie",
             "name": "Puding recipe",
             "name": "Meat pie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodPlateSmall": 1
                 "FoodDoughPie": 1,
                "FoodMeat": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {
             "reagents": {},
                 "Water": 15,
            "result": "FoodPieMeat"
                 "Milk": 10,
        },
                 "Flour": 10,
        "RecipeBigBiteBurger": {
                 "Sugar": 15,
            "id": "RecipeBigBiteBurger",
                 "Egg": 6
            "name": "Big bite burger recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                 "FoodBreadBun": 1,
                 "FoodMeat": 2,
                 "FoodCheeseSlice": 1,
                 "FoodTomato": 1,
                 "FoodOnionSlice": 2
             },
             },
             "result": "ADTFoodCakePudding"
            "reagents": {},
             "result": "FoodBurgerBig"
         },
         },
         "RecipeCheeseCake": {
         "RecipePenBruizAutoInjector": {
             "id": "RecipeCheeseCake",
             "id": "RecipePenBruizAutoInjector",
             "name": "Cheese cake recipe",
             "name": "Bruizine auto-injector",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "ADTBlankMediPen": 1
                "FoodCheeseSlice": 3
             },
             },
             "reagents": {
             "reagents": {
                 "Cream": 10
                 "Bruizine": 10,
                "TranexamicAcid": 5
             },
             },
             "result": "FoodCakeCheese"
             "result": "ADTBruizAutoInjector"
         },
         },
         "RecipeMushroomPizza": {
         "RecipeDonkpocketBerry": {
             "id": "RecipeMushroomPizza",
             "id": "RecipeDonkpocketBerry",
             "name": "Mushroom pizza recipe",
             "name": "Warm berry-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodDonkpocketBerry": 1
                "FoodMushroom": 5
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaMushroom"
             "result": "FoodDonkpocketBerryWarm"
         },
         },
         "RecipeDriedCannabis": {
         "RecipeSashimi": {
             "id": "RecipeDriedCannabis",
             "id": "RecipeSashimi",
             "name": "Dried cannabis leaves recipe",
             "name": "Sashimi recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "LeavesCannabis": 1
                 "FoodMeatFish": 2
            },
            "reagents": {
                "TableSalt": 1
             },
             },
            "reagents": {},
             "result": "FoodMealSashimi"
             "result": "LeavesCannabisDried"
         },
         },
         "ADTFoodMeatHamRecipe": {
         "RecipeFrenchToast": {
             "id": "ADTFoodMeatHamRecipe",
             "id": "RecipeFrenchToast",
             "name": "Ham with mead recipe",
             "name": "French toast recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 25,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodMeat": 2,
                 "FoodBreadPlainSlice": 1
                "FoodPlate": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Blackpepper": 5,
                 "Milk": 5,
                 "TableSalt": 5
                 "Egg": 12
             },
             },
             "result": "ADTFoodMeatHam"
             "result": "FoodBreadFrenchToast"
         },
         },
         "RecipeMonkeysDelightSoup": {
         "RecipeRadAutoInjector": {
             "id": "RecipeMonkeysDelightSoup",
             "id": "RecipeRadAutoInjector",
             "name": "Monkeys delight recipe",
             "name": "Rad auto-injector",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "ADTBlankMediPen": 1
                "FoodBanana": 1,
                "MonkeyCube": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Flour": 5,
                 "Arithrazine": 15,
                 "TableSalt": 1,
                 "Bicaridine": 5
                "Blackpepper": 1
             },
             },
             "result": "FoodSoupMonkey"
             "result": "RadAutoInjector"
         },
         },
         "RecipeEnchiladas": {
         "RecipeCreamCheeseBread": {
             "id": "RecipeEnchiladas",
             "id": "RecipeCreamCheeseBread",
             "name": "Enchiladas recipe",
             "name": "Cream cheese bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 20,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodChiliPepper": 2,
                 "FoodDough": 1,
                 "FoodMeatCutlet": 1,
                 "FoodCheeseSlice": 2
                 "FoodCorn": 1
            },
            "reagents": {
                 "Milk": 5
             },
             },
            "reagents": {},
             "result": "FoodBreadCreamcheese"
             "result": "FoodMealEnchiladas"
         },
         },
         "RecipeBigBiteBurger": {
         "RecipeMuffin": {
             "id": "RecipeBigBiteBurger",
             "id": "RecipeMuffin",
             "name": "Big bite burger recipe",
             "name": "Muffin recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodPlateMuffinTin": 1,
                 "FoodMeat": 2,
                 "FoodDoughSlice": 1
                "FoodCheeseSlice": 1,
                "FoodTomato": 1,
                "FoodOnionSlice": 2
             },
             },
             "reagents": {},
             "reagents": {
             "result": "FoodBurgerBig"
                "Sugar": 10
            },
             "result": "FoodBakedMuffin"
         },
         },
         "RecipeSuperBiteBurger": {
         "ADTFoodCakePuddingChristmasRecipe": {
             "id": "RecipeSuperBiteBurger",
             "id": "ADTFoodCakePuddingChristmasRecipe",
             "name": "Super bite burger recipe",
             "name": "Christmas puding recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 25,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodPlateSmall": 1,
                 "FoodMeat": 2,
                 "ADTFoodSnackCandyStick": 2
                "FoodCheeseSlice": 2,
                "FoodTomato": 2
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 5,
                 "Water": 15,
                 "Egg": 12
                "Milk": 10,
                "Flour": 10,
                "Sugar": 15,
                 "Egg": 6
             },
             },
             "result": "FoodBurgerSuper"
             "result": "ADTFoodCakePuddingChristmas"
         },
         },
         "RecipeBurgerMcrib": {
         "RecipeFoodBakedChevreChaudCotton": {
             "id": "RecipeBurgerMcrib",
             "id": "RecipeFoodBakedChevreChaudCotton",
             "name": "BBQ rib sandwich recipe",
             "name": "Cotton chevre chaud recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodChevreSlice": 1,
                 "FoodMealRibs": 1,
                 "FoodBreadBaguetteCottonSlice": 1
                "FoodOnionSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerMcrib"
             "result": "FoodBakedChevreChaudCotton"
         },
         },
         "RecipeChowMein": {
         "RecipeWarmDonkpocketTeriyaki": {
             "id": "RecipeChowMein",
             "id": "RecipeWarmDonkpocketTeriyaki",
             "name": "Chow mein recipe",
             "name": "Warm teriyaki-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodNoodlesBoiled": 1,
                 "FoodDonkpocketTeriyaki": 1
                "FoodEggplant": 1,
                "FoodCarrot": 1,
                "FoodCorn": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Egg": 6
             "result": "FoodDonkpocketTeriyakiWarm"
            },
             "result": "FoodNoodlesChowmein"
         },
         },
         "RecipeTacoBeef": {
         "ADTRecipeBakedChickenLeg": {
             "id": "RecipeTacoBeef",
             "id": "ADTRecipeBakedChickenLeg",
             "name": "Beef taco recipe",
             "name": "Baked chicken leg",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodTacoShell": 1,
                 "ADTFoodMeatChickenLeg": 1
                "FoodMeatCutlet": 1,
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoBeef"
             "result": "ADTFoodMeatChickenBakedLeg"
         },
         },
         "RecipeSugarCookie": {
         "ADTFoodMeatSalami": {
             "id": "RecipeSugarCookie",
             "id": "ADTFoodMeatSalami",
             "name": "Sugar cookie recipe",
             "name": "Salami recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodButterSlice": 1
                 "FoodMeat": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Flour": 5,
                 "TableSalt": 5
                "Sugar": 10
             },
             },
             "result": "FoodBakedCookieSugar"
             "result": "FoodMeatSalami"
         },
         },
         "RecipeMushroomSoup": {
         "RecipeJellyToast": {
             "id": "RecipeMushroomSoup",
             "id": "RecipeJellyToast",
             "name": "Mushroom soup recipe",
             "name": "Jelly toast recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadPlainSlice": 1,
                 "FoodMushroom": 2
                 "FoodJellyAmanita": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 5,
             "result": "FoodBreadJellySlice"
                "Milk": 5
            },
             "result": "FoodSoupMushroom"
         },
         },
         "RecipeSuppermatter": {
         "RecipeAnomalyMeatCooked": {
             "id": "RecipeSuppermatter",
             "id": "RecipeAnomalyMeatCooked",
             "name": "Suppermatter recipe",
             "name": "Cooked meat anomaly recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakeBatter": 2
                 "FoodMeatAnomaly": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Sugar": 30,
             "result": "FoodMeatAnomalyCooked"
                "Nitrogen": 10,
                "Plasma": 10
            },
             "result": "FoodCakeSuppermatter"
         },
         },
         "RecipeBagel": {
         "RecipeTofuBread": {
             "id": "RecipeBagel",
             "id": "RecipeTofuBread",
             "name": "Bagel recipe",
             "name": "Tofu bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughRope": 1
                 "FoodDough": 1,
                "FoodTofu": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBagel"
             "result": "FoodBreadTofu"
         },
         },
         "RecipeBrainCake": {
         "RecipeMonkeysDelightSoup": {
             "id": "RecipeBrainCake",
             "id": "RecipeMonkeysDelightSoup",
             "name": "Brain cake recipe",
             "name": "Monkeys delight recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodBowlBig": 1,
                 "OrganHumanBrain": 1
                 "FoodBanana": 1,
                "MonkeyCube": 1
            },
            "reagents": {
                "Flour": 5,
                "TableSalt": 1,
                "Blackpepper": 1
             },
             },
            "reagents": {},
             "result": "FoodSoupMonkey"
             "result": "FoodCakeBrain"
         },
         },
         "RecipeMimeTart": {
         "RecipeJellyBurger": {
             "id": "RecipeMimeTart",
             "id": "RecipeJellyBurger",
             "name": "Mime tart recipe",
             "name": "Jelly burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodJellyAmanita": 1
            },
            "reagents": {},
            "result": "FoodBurgerJelly"
        },
        "RecipeEggRice": {
            "id": "RecipeEggRice",
            "name": "Egg-fried rice recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodRiceBoiled": 1,
                 "FoodMimana": 3,
                 "FoodCarrot": 1
                "FoodPlateTin": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Sugar": 5,
                 "Egg": 6
                "Milk": 5
             },
             },
             "result": "FoodTartMime"
             "result": "FoodRiceEgg"
         },
         },
         "ADTFoodSoupUzbekPilafRecipe": {
         "ADTFoodMealNigiriCookedRecipe": {
             "id": "ADTFoodSoupUzbekPilafRecipe",
             "id": "ADTFoodMealNigiriCookedRecipe",
             "name": "Uzbek pilaf",
             "name": "Nigiri fish",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodRiceBoiled": 1,
                 "FoodRiceBoiled": 1,
                 "FoodGarlic": 1,
                 "ADTFoodFishCutletCooked": 1
                "FoodMeat": 1,
                "FoodCarrot": 1,
                "FoodOnionSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "ADTFoodSoupUzbekPilaf"
             "result": "ADTFoodMealNigiriCooked"
         },
         },
         "RecipeNachos": {
         "RecipeHotChili": {
             "id": "RecipeNachos",
             "id": "RecipeHotChili",
             "name": "Nachos recipe",
             "name": "Hot chili recipe",
            "type": "microwaveRecipes",
            "time": 20,
            "solids": {
                "FoodBowlBig": 1,
                "FoodChiliPepper": 1,
                "FoodMeatCutlet": 1,
                "FoodOnionSlice": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "FoodSoupChiliHot"
        },
        "RecipeOnionSoup": {
            "id": "RecipeOnionSoup",
            "name": "Onion soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughTortillaFlat": 1,
                 "FoodBowlBig": 1,
                 "FoodPlateSmall": 1
                 "FoodOnionSlice": 5,
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 1
                 "Water": 10
             },
             },
             "result": "FoodMealNachos"
             "result": "FoodSoupOnion"
         },
         },
         "RecipeHumanBurger": {
         "RecipeCrazyHamburger": {
             "id": "RecipeHumanBurger",
             "id": "RecipeCrazyHamburger",
             "name": "Human burger recipe",
             "name": "Crazy hamburger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatHuman": 1
                 "FoodMeat": 2,
                "FoodCheeseSlice": 2,
                "FoodChiliPepper": 1,
                "FoodCabbage": 1,
                "CrayonGreen": 1,
                "Flare": 1
             },
             },
             "reagents": {},
             "reagents": {
             "result": "FoodBurgerHuman"
                "OilOlive": 15
            },
             "result": "FoodBurgerCrazy"
         },
         },
         "RecipeWarmDonkpocketSpicy": {
         "RecipeBun": {
             "id": "RecipeWarmDonkpocketSpicy",
             "id": "RecipeBun",
             "name": "Warm spicy donk-pocket recipe",
             "name": "Bun recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDonkpocketSpicy": 1
                 "FoodDoughSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketSpicyWarm"
             "result": "FoodBreadBun"
         },
         },
         "RecipeThrowingCroissant": {
         "ADTDrinkTeaMicWatermelon": {
             "id": "RecipeThrowingCroissant",
             "id": "ADTDrinkTeaMicWatermelon",
             "name": "Throwing croissant recipe",
             "name": "WatermelonTeaMicrowave",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCroissantRaw": 1,
                 "DrinkGlass": 1
                 "FoodButterSlice": 1,
            },
                 "ShardGlass": 1
            "reagents": {
                 "ADTWatermelonpackReg": 5,
                 "Water": 25
             },
             },
            "reagents": {},
             "result": "ADTDrinkWatermelonTeaGlass"
             "result": "WeaponCroissant"
         },
         },
         "RecipeCroissant": {
         "ADTFoodPizzaFourcheeseRecipe": {
             "id": "RecipeCroissant",
             "id": "ADTFoodPizzaFourcheeseRecipe",
             "name": "Croissant recipe",
             "name": "Pizza cheese",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodCroissantRaw": 1,
                 "FoodDoughFlat": 1,
                 "FoodButterSlice": 1
                 "FoodCheeseSlice": 2,
                "FoodChevreSlice": 2,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBakedCroissant"
             "result": "ADTFoodPizzaFourcheese"
         },
         },
         "RecipeBaguetteCotton": {
         "RecipeFries": {
             "id": "RecipeBaguetteCotton",
             "id": "RecipeFries",
             "name": "Baguette recipe",
             "name": "Space fries recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughCotton": 1
                 "FoodPotato": 1
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 5,
                 "TableSalt": 5
                "Blackpepper": 5
             },
             },
             "result": "FoodBreadBaguetteCotton"
             "result": "FoodMealFries"
         },
         },
         "ADTRecipeBakedStuffedChicken": {
         "RecipeWarmDonkpocket": {
             "id": "ADTRecipeBakedStuffedChicken",
             "id": "RecipeWarmDonkpocket",
             "name": "Baked stuffed chicken",
             "name": "Warm donk pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 5,
             "solids": {
             "solids": {
                 "ADTChickenBody": 1,
                 "FoodDonkpocket": 1
                "FoodPlate": 1,
                "FoodCabbage": 1,
                "FoodTomato": 1,
                "FoodPotato": 1,
                "FoodCorn": 1,
                "FoodMeatCutlet": 2
             },
             },
             "reagents": {
             "reagents": {},
                "BbqSauce": 5
             "result": "FoodDonkpocketWarm"
            },
             "result": "ADTFoodMeatChickenBakedWithVegetables"
         },
         },
         "ADTRecipeBakedChicken": {
         "RecipeCheeseCake": {
             "id": "ADTRecipeBakedChicken",
             "id": "RecipeCheeseCake",
             "name": "Baked chicken",
             "name": "Cheese cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 25,
             "time": 5,
             "solids": {
             "solids": {
                 "ADTChickenBody": 1
                 "FoodCakePlain": 1,
                "FoodCheeseSlice": 3
             },
             },
             "reagents": {
             "reagents": {
                 "BbqSauce": 5
                 "Cream": 10
             },
             },
             "result": "ADTFoodMeatChickenBaked"
             "result": "FoodCakeCheese"
         },
         },
         "RecipeBisque": {
         "RecipeVegetableSoup": {
             "id": "RecipeBisque",
             "id": "RecipeVegetableSoup",
             "name": "Bisque recipe",
             "name": "Vegetable soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBowlBig": 1,
                 "FoodTomato": 1,
                 "FoodCorn": 1,
                 "FoodMushroom": 1,
                 "FoodCarrot": 1,
                 "FoodMeatFish": 1
                 "FoodPotato": 1,
                "FoodEggplant": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 10
                 "Water": 5
             },
             },
             "result": "FoodSoupBisque"
             "result": "FoodSoupVegetable"
         },
         },
         "RecipeGappleTart": {
         "RecipeBerryClafoutis": {
             "id": "RecipeGappleTart",
             "id": "RecipeBerryClafoutis",
             "name": "Golden apple streusel tart recipe",
             "name": "Berry clafoutis recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodDoughPie": 1,
                 "FoodApple": 2,
                 "FoodBerries": 3,
                 "FoodPlateTin": 1
                 "FoodPlateTin": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Gold": 10,
             "result": "FoodPieClafoutis"
                "Sugar": 5,
                "Milk": 5
            },
             "result": "FoodTartGapple"
         },
         },
         "RecipeRicePork": {
         "RecipeDonkpocketCarp": {
             "id": "RecipeRicePork",
             "id": "RecipeDonkpocketCarp",
             "name": "Rice and pork recipe",
             "name": "Warm carp-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodRiceBoiled": 1,
                 "FoodDonkpocketCarp": 1
                "FoodMeatCutlet": 3
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodRicePork"
             "result": "FoodDonkpocketCarpWarm"
         },
         },
         "RecipeBun": {
         "RecipePeaSoup": {
             "id": "RecipeBun",
             "id": "RecipePeaSoup",
             "name": "Bun recipe",
             "name": "Pea soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughSlice": 1
                 "FoodPeaPod": 2,
                "FoodBowlBig": 1
            },
            "reagents": {
                "Water": 10
             },
             },
            "reagents": {},
             "result": "FoodSoupPea"
             "result": "FoodBreadBun"
         },
         },
         "RecipeCottonPizza": {
         "RecipeBread": {
             "id": "RecipeCottonPizza",
             "id": "RecipeBread",
             "name": "Cotton pizza recipe",
             "name": "Bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughCottonFlat": 1,
                 "FoodDough": 1
                "CottonBol": 4
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaCotton"
             "result": "FoodBreadPlain"
        }
    },
    "sliceableRecipes": {
        "FoodDoughCottonFlat": {
            "id": "FoodDoughCottonFlat",
            "name": "Плоское хлопковое тесто",
            "type": "sliceableRecipes",
            "input": "FoodDoughCottonFlat",
            "result": "FoodCroissantRawCotton",
            "count": 3
         },
         },
         "FoodMeatHuman": {
         "RecipeADTHotCocoa": {
             "id": "FoodMeatHuman",
             "id": "RecipeADTHotCocoa",
             "name": "Сырое мясо человека",
             "name": "Hot cocoa recipe",
             "type": "sliceableRecipes",
             "type": "microwaveRecipes",
             "input": "FoodMeatHuman",
             "time": 10,
             "result": "FoodMeatCutlet",
            "solids": {
             "count": 3
                "DrinkGlass": 1
            },
             "reagents": {
                "ADTCocoaDrink": 30
            },
             "result": "ADTHotCocoaGlass"
         },
         },
         "FoodPizzaDonkpocket": {
        "RecipeCroissant": {
             "id": "FoodPizzaDonkpocket",
            "id": "RecipeCroissant",
             "name": "Пицца донк-покет",
            "name": "Croissant recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCroissantRaw": 1,
                "FoodButterSlice": 1
            },
            "reagents": {},
            "result": "FoodBakedCroissant"
        },
        "RecipeMeatballSpaghetti": {
            "id": "RecipeMeatballSpaghetti",
            "name": "Spaghetti \u0026 meatballs recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodNoodlesBoiled": 1,
                "FoodMeatMeatball": 2
            },
            "reagents": {},
            "result": "FoodNoodlesMeatball"
        },
        "RecipeBruteAutoInjector": {
            "id": "RecipeBruteAutoInjector",
            "name": "Brute auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Bicaridine": 15,
                "TranexamicAcid": 5
            },
            "result": "BruteAutoInjector"
        },
        "RecipeMuffinBanana": {
            "id": "RecipeMuffinBanana",
            "name": "Banana muffin recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodPlateMuffinTin": 1,
                "FoodDoughSlice": 1,
                "FoodBanana": 1
            },
            "reagents": {
                "Sugar": 10
            },
            "result": "FoodBakedMuffinBanana"
        },
        "ADTDrinkTeaPackOrange": {
            "id": "ADTDrinkTeaPackOrange",
            "name": "OrangeTeapack",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTEmptyTeaPack": 1,
                "FoodOrange": 1
            },
            "reagents": {},
            "result": "ADTOrangeTeapack"
        },
        "RecipeMothRoachburger": {
            "id": "RecipeMothRoachburger",
            "name": "Mothroachburger recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBreadBun": 1,
                "MobMothroach": 1
            },
            "reagents": {},
            "result": "FoodBurgerMothRoach"
        },
        "RecipeBurgerMcrib": {
            "id": "RecipeBurgerMcrib",
            "name": "BBQ rib sandwich recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMealRibs": 1,
                "FoodOnionSlice": 1
            },
            "reagents": {},
            "result": "FoodBurgerMcrib"
        },
        "RecipeClownTearsSoup": {
            "id": "RecipeClownTearsSoup",
            "name": "Clown tears soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodBanana": 1,
                "ShardGlass": 1
            },
            "reagents": {
                "Water": 10
            },
            "result": "FoodSoupClown"
        },
        "RecipeWaffles": {
            "id": "RecipeWaffles",
            "name": "Waffle recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {},
            "reagents": {
                "Flour": 5,
                "Milk": 5,
                "Egg": 6,
                "SodaWater": 5
            },
            "result": "FoodBakedWaffle"
        },
        "ADTFoodHerringUnderFurcoatRecipe": {
            "id": "ADTFoodHerringUnderFurcoatRecipe",
            "name": "Herring under furcoat recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodCarrot": 2,
                "FoodEgg": 1,
                "FoodMeatFish": 1,
                "FoodPlateSmall": 1
            },
            "reagents": {
                "Mayo": 5
            },
            "result": "ADTFoodHerringUnderFurcoat"
        },
        "RecipeValidSalad": {
            "id": "RecipeValidSalad",
            "name": "Valid salad recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBowlBig": 1,
                "FoodAmbrosiaVulgaris": 3,
                "FoodPotato": 1,
                "FoodMeatMeatball": 1
            },
            "reagents": {},
            "result": "FoodSaladValid"
        },
        "RecipePyraAutoInjector": {
            "id": "RecipePyraAutoInjector",
            "name": "Pyrazine auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Pyrazine": 10,
                "Dermaline": 10
            },
            "result": "PyraAutoInjector"
        },
        "RecipeCatBurger": {
            "id": "RecipeCatBurger",
            "name": "Cat burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeat": 1,
                "ClothingHeadHatCatEars": 1
            },
            "reagents": {},
            "result": "FoodBurgerCat"
        },
        "ADTFoodPizzaBologneseRecipe": {
            "id": "ADTFoodPizzaBologneseRecipe",
            "name": "Pizza bolognese",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodMeatChicken": 1,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "ADTFoodPizzaBolognese"
        },
        "RecipeBaseballBurger": {
            "id": "RecipeBaseballBurger",
            "name": "Baseball burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "BaseBallBat": 1
            },
            "reagents": {},
            "result": "FoodBurgerBaseball"
        },
        "RecipeBlueberryPancake": {
            "id": "RecipeBlueberryPancake",
            "name": "Blueberry pancake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBerries": 2
            },
            "reagents": {
                "Flour": 5,
                "Milk": 5,
                "Egg": 6
            },
            "result": "FoodBakedPancakeBb"
        },
        "RecipeMisoColaSoup": {
            "id": "RecipeMisoColaSoup",
            "name": "Salty sweet misocola soup recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodSoupMiso": 1
            },
            "reagents": {
                "Cola": 5
            },
            "result": "DisgustingSweptSoup"
        },
        "RecipeOrangeCake": {
            "id": "RecipeOrangeCake",
            "name": "Orange cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodOrange": 3
            },
            "reagents": {},
            "result": "FoodCakeOrange"
        },
        "RecipeColeslaw": {
            "id": "RecipeColeslaw",
            "name": "Coleslaw recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBowlBig": 1,
                "FoodOnionRed": 1,
                "FoodCabbage": 1
            },
            "reagents": {
                "Vinaigrette": 5
            },
            "result": "FoodSaladColeslaw"
        },
        "RecipeGrilledCheeseSandwich": {
            "id": "RecipeGrilledCheeseSandwich",
            "name": "Grilled cheese sandwich recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadPlainSlice": 2,
                "FoodCheeseSlice": 1,
                "FoodButterSlice": 1
            },
            "reagents": {},
            "result": "FoodBakedGrilledCheeseSandwich"
        },
        "RecipeMedicatedSuture": {
            "id": "RecipeMedicatedSuture",
            "name": "Medicated suture recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodPoppy": 1,
                "Brutepack": 1,
                "MaterialCloth1": 1
            },
            "reagents": {
                "TranexamicAcid": 20,
                "Cryptobiolin": 20
            },
            "result": "MedicatedSuture"
        },
        "ADTFoodMealFishRecipe": {
            "id": "ADTFoodMealFishRecipe",
            "name": "Pasta fish",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTFoodMealCream": 1,
                "ADTFoodMeatFish": 1
            },
            "reagents": {},
            "result": "ADTFoodMealFish"
        },
        "ADTFoodMealNigiriFishRecipe": {
            "id": "ADTFoodMealNigiriFishRecipe",
            "name": "Nigiri fish",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodRiceBoiled": 1,
                "ADTFoodFishCutlet": 1
            },
            "reagents": {},
            "result": "ADTFoodMealNigiriFish"
        },
        "RecipeSlimeCake": {
            "id": "RecipeSlimeCake",
            "name": "Slime cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1
            },
            "reagents": {
                "Slime": 15
            },
            "result": "FoodCakeSlime"
        },
        "RecipeEscargotSoup": {
            "id": "RecipeEscargotSoup",
            "name": "Escargot recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodOnionSlice": 1,
                "FoodButter": 1,
                "FoodMeatSnailCooked": 1
            },
            "reagents": {
                "Water": 5
            },
            "result": "FoodSoupEscargot"
        },
        "RecipeADTHotChocolate": {
            "id": "RecipeADTHotChocolate",
            "name": "Hot chocolate recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "DrinkGlass": 1,
                "FoodSnackChocolateBar": 2
            },
            "reagents": {},
            "result": "ADTHotChocolateGlass"
        },
        "RecipeMulledWineWarm2": {
            "id": "RecipeMulledWineWarm2",
            "name": "Warm mulled wine recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTMulledWineGlass": 1
            },
            "reagents": {
                "ADTMulledWineCold": 30
            },
            "result": "ADTMulledWineGlass"
        },
        "RecipeCannabisBrownies": {
            "id": "RecipeCannabisBrownies",
            "name": "Cannabis brownie recipe",
            "type": "microwaveRecipes",
            "time": 25,
            "solids": {
                "FoodCannabisButter": 2,
                "FoodSnackChocolateBar": 2
            },
            "reagents": {
                "Flour": 15,
                "Sugar": 30,
                "Egg": 18
            },
            "result": "FoodBakedCannabisBrownieBatch"
        },
        "RecipeBoiledRice": {
            "id": "RecipeBoiledRice",
            "name": "Boiled rice recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBowlBig": 1
            },
            "reagents": {
                "Rice": 15,
                "Water": 10
            },
            "result": "FoodRiceBoiled"
        },
        "ADTFoodMealCreamRecipe": {
            "id": "ADTFoodMealCreamRecipe",
            "name": "Pasta cream",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodNoodlesBoiled": 1,
                "FoodButterSlice": 1
            },
            "reagents": {
                "Cream": 5
            },
            "result": "ADTFoodMealCream"
        },
        "RecipeTacoShell": {
            "id": "RecipeTacoShell",
            "name": "Taco shell recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDoughTortillaFlat": 1
            },
            "reagents": {},
            "result": "FoodTacoShell"
        },
        "RecipeWarmDonkpocketSpicy": {
            "id": "RecipeWarmDonkpocketSpicy",
            "name": "Warm spicy donk-pocket recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDonkpocketSpicy": 1
            },
            "reagents": {},
            "result": "FoodDonkpocketSpicyWarm"
        },
        "RecipeHawaiianPizza": {
            "id": "RecipeHawaiianPizza",
            "name": "Hawaiian pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodMeatChickenCutlet": 3,
                "FoodPineappleSlice": 5
            },
            "reagents": {},
            "result": "FoodPizzaPineapple"
        },
        "RecipeDonkpocketPizza": {
            "id": "RecipeDonkpocketPizza",
            "name": "Donk-pocket pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodDonkpocketWarm": 3,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "FoodPizzaDonkpocket"
        },
        "RecipeChiliClown": {
            "id": "RecipeChiliClown",
            "name": "Chili con carnival recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodBowlBig": 1,
                "FoodChiliPepper": 1,
                "FoodMeatCutlet": 1,
                "FoodOnionSlice": 1,
                "FoodTomato": 1,
                "ClothingShoesClown": 1
            },
            "reagents": {},
            "result": "FoodSoupChiliClown"
        },
        "RecipeAmanitaJelly": {
            "id": "RecipeAmanitaJelly",
            "name": "Amanita jelly recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodFlyAmanita": 3
            },
            "reagents": {
                "Water": 5,
                "Vodka": 5
            },
            "result": "FoodJellyAmanita"
        }
    },
    "sliceableRecipes": {
        "FoodDoughCottonFlat": {
            "id": "FoodDoughCottonFlat",
            "name": "Плоское хлопковое тесто",
            "type": "sliceableRecipes",
            "input": "FoodDoughCottonFlat",
            "result": "FoodCroissantRawCotton",
            "count": 3
        },
        "ADTFoodPizzaBBQ": {
            "id": "ADTFoodPizzaBBQ",
            "name": "Пицца барбекю",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaBBQ",
            "result": "ADTFoodPizzaBBQSlice",
            "count": 8
        },
        "FoodMeatHuman": {
            "id": "FoodMeatHuman",
            "name": "Сырое мясо человека",
            "type": "sliceableRecipes",
            "input": "FoodMeatHuman",
            "result": "FoodMeatCutlet",
            "count": 3
        },
         "FoodPizzaDonkpocket": {
             "id": "FoodPizzaDonkpocket",
             "name": "Пицца донк-покет",
            "type": "sliceableRecipes",
            "input": "FoodPizzaDonkpocket",
            "result": "FoodPizzaDonkpocketSlice",
            "count": 8
        },
        "FoodPineapple": {
            "id": "FoodPineapple",
            "name": "Ананас",
            "type": "sliceableRecipes",
            "input": "FoodPineapple",
            "result": "FoodPineappleSlice",
            "count": 5
        },
        "ADTFoodMeatChickenWing": {
            "id": "ADTFoodMeatChickenWing",
            "name": "Сырое куриное крылышко",
            "type": "sliceableRecipes",
            "input": "ADTFoodMeatChickenWing",
            "result": "FoodMeatChickenCutlet",
            "count": 1
        },
        "ADTFoodFishCooked": {
            "id": "ADTFoodFishCooked",
            "name": "Рыбный стейк",
            "type": "sliceableRecipes",
            "input": "ADTFoodFishCooked",
            "result": "ADTFoodFishCutletCooked",
            "count": 3
        },
        "FoodCannabisButter": {
            "id": "FoodCannabisButter",
            "name": "Брусок конопляного масла",
            "type": "sliceableRecipes",
            "input": "FoodCannabisButter",
            "result": "FoodButterSlice",
            "count": 3
        },
        "FoodCakeBirthday": {
            "id": "FoodCakeBirthday",
            "name": "Именинный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeBirthday",
            "result": "FoodCakeBirthdaySlice",
            "count": 5
        },
        "FoodMeatRat": {
            "id": "FoodMeatRat",
            "name": "Сырое мясо крысы",
            "type": "sliceableRecipes",
            "input": "FoodMeatRat",
            "result": "FoodMeatCutlet",
            "count": 3
        },
        "ADTFoodPizzaChicken": {
            "id": "ADTFoodPizzaChicken",
            "name": "Куриная пицца",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaChicken",
            "result": "ADTFoodPizzaChickenSlice",
            "count": 8
        },
        "FoodOnion": {
            "id": "FoodOnion",
            "name": "Лук",
            "type": "sliceableRecipes",
            "input": "FoodOnion",
            "result": "FoodOnionSlice",
            "count": 5
        },
        "ADTFoodMeatShadekinCooked": {
            "id": "ADTFoodMeatShadekinCooked",
            "name": "Стейк из сумеречника",
            "type": "sliceableRecipes",
            "input": "ADTFoodMeatShadekinCooked",
            "result": "ADTFoodMeatShadekinCutletCooked",
            "count": 3
        },
        "FoodChevre": {
            "id": "FoodChevre",
            "name": "Брусок козьего сыра",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPizzaDonkpocket",
             "input": "FoodChevre",
             "result": "FoodPizzaDonkpocketSlice",
             "result": "FoodChevreSlice",
             "count": 8
             "count": 3
         },
         },
         "FoodPineapple": {
         "FoodCakePlain": {
             "id": "FoodPineapple",
             "id": "FoodCakePlain",
             "name": "Ананас",
             "name": "Торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPineapple",
             "input": "FoodCakePlain",
             "result": "FoodPineappleSlice",
             "result": "FoodCakePlainSlice",
             "count": 5
             "count": 5
         },
         },
         "ADTFoodMeatChickenWing": {
         "FoodPizzaCotton": {
             "id": "ADTFoodMeatChickenWing",
             "id": "FoodPizzaCotton",
             "name": "Сырое куриное крылышко",
             "name": "Хлопковая пицца",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "ADTFoodMeatChickenWing",
             "input": "FoodPizzaCotton",
             "result": "FoodMeatChickenCutlet",
             "result": "FoodPizzaCottonSlice",
             "count": 1
             "count": 8
         },
         },
         "ADTFoodFishCooked": {
         "FoodCakeSpaceman": {
             "id": "ADTFoodFishCooked",
             "id": "FoodCakeSpaceman",
             "name": "Рыбный стейк",
             "name": "Космонавтский торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "ADTFoodFishCooked",
             "input": "FoodCakeSpaceman",
             "result": "ADTFoodFishCutletCooked",
             "result": "FoodCakeSpacemanSlice",
             "count": 3
             "count": 5
        },
        "FoodCheese": {
            "id": "FoodCheese",
            "name": "Головка сыра",
            "type": "sliceableRecipes",
            "input": "FoodCheese",
            "result": "FoodCheeseSlice",
            "count": 4
         },
         },
         "FoodCannabisButter": {
         "FoodMeatPenguin": {
             "id": "FoodCannabisButter",
             "id": "FoodMeatPenguin",
             "name": "Брусок конопляного масла",
             "name": "Сырое мясо пингвина",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCannabisButter",
             "input": "FoodMeatPenguin",
             "result": "FoodButterSlice",
             "result": "FoodMeatPenguinCutlet",
             "count": 3
             "count": 3
         },
         },
         "FoodCakeBirthday": {
         "FoodBreadCorn": {
             "id": "FoodCakeBirthday",
             "id": "FoodBreadCorn",
             "name": "Именинный торт",
             "name": "Кукурузный хлеб",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeBirthday",
             "input": "FoodBreadCorn",
             "result": "FoodCakeBirthdaySlice",
             "result": "FoodBreadCornSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodMeatRat": {
         "FoodMeatBear": {
             "id": "FoodMeatRat",
             "id": "FoodMeatBear",
             "name": "Сырое мясо крысы",
             "name": "Сырое мясо медведя",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatRat",
             "input": "FoodMeatBear",
             "result": "FoodMeatCutlet",
             "result": "FoodMeatBearCutlet",
             "count": 3
             "count": 3
         },
         },
         "FoodOnion": {
         "FoodBreadPlain": {
             "id": "FoodOnion",
             "id": "FoodBreadPlain",
             "name": "Лук",
             "name": "Хлеб",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodOnion",
             "input": "FoodBreadPlain",
             "result": "FoodOnionSlice",
             "result": "FoodBreadPlainSlice",
             "count": 5
             "count": 5
         },
         },
         "ADTFoodMeatShadekinCooked": {
         "FoodPizzaMeat": {
             "id": "ADTFoodMeatShadekinCooked",
             "id": "FoodPizzaMeat",
             "name": "Стейк из сумеречника",
             "name": "Мясная пицца",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "ADTFoodMeatShadekinCooked",
             "input": "FoodPizzaMeat",
             "result": "ADTFoodMeatShadekinCutletCooked",
             "result": "FoodPizzaMeatSlice",
             "count": 3
             "count": 8
         },
         },
         "FoodChevre": {
         "FoodPieCherry": {
             "id": "FoodChevre",
             "id": "FoodPieCherry",
             "name": "Брусок козьего сыра",
             "name": "Вишнёвый пирог",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodChevre",
             "input": "FoodPieCherry",
             "result": "FoodChevreSlice",
             "result": "FoodPieCherrySlice",
             "count": 3
             "count": 4
         },
         },
         "FoodCakePlain": {
         "FoodMeatAnomalyCooked": {
             "id": "FoodCakePlain",
             "id": "FoodMeatAnomalyCooked",
             "name": "Торт",
             "name": "Аномальный стейк",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakePlain",
             "input": "FoodMeatAnomalyCooked",
             "result": "FoodCakePlainSlice",
             "result": "FoodMeatCooked",
            "count": 10
        },
        "FoodCakeBrain": {
            "id": "FoodCakeBrain",
            "name": "Торт с мозгами",
            "type": "sliceableRecipes",
            "input": "FoodCakeBrain",
            "result": "FoodCakeBrainSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodPizzaCotton": {
         "FoodPizzaSassysage": {
             "id": "FoodPizzaCotton",
             "id": "FoodPizzaSassysage",
             "name": "Хлопковая пицца",
             "name": "Дерзкалбасная пицца",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPizzaCotton",
             "input": "FoodPizzaSassysage",
             "result": "FoodPizzaCottonSlice",
             "result": "FoodPizzaSassysageSlice",
             "count": 8
             "count": 8
         },
         },
         "FoodCakeSpaceman": {
         "FoodBreadCreamcheese": {
             "id": "FoodCakeSpaceman",
             "id": "FoodBreadCreamcheese",
             "name": "Космонавтский торт",
             "name": "Хлеб со сливочным сыром",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeSpaceman",
             "input": "FoodBreadCreamcheese",
             "result": "FoodCakeSpacemanSlice",
             "result": "FoodBreadCreamcheeseSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodCheese": {
         "FoodMeatSalami": {
             "id": "FoodCheese",
             "id": "FoodMeatSalami",
             "name": "Головка сыра",
             "name": "Салями",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCheese",
             "input": "FoodMeatSalami",
             "result": "FoodCheeseSlice",
             "result": "FoodMeatSalamiSlice",
             "count": 4
             "count": 5
         },
         },
         "FoodMeatPenguin": {
         "FoodCakeBlueberry": {
             "id": "FoodMeatPenguin",
             "id": "FoodCakeBlueberry",
             "name": "Сырое мясо пингвина",
             "name": "Черничный торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatPenguin",
             "input": "FoodCakeBlueberry",
             "result": "FoodMeatPenguinCutlet",
             "result": "FoodCakeBlueberrySlice",
             "count": 3
             "count": 5
         },
         },
         "FoodBreadCorn": {
         "FoodBreadMeatSpider": {
             "id": "FoodBreadCorn",
             "id": "FoodBreadMeatSpider",
             "name": "Кукурузный хлеб",
             "name": "Хлеб из паучьего мяса",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadCorn",
             "input": "FoodBreadMeatSpider",
             "result": "FoodBreadCornSlice",
             "result": "FoodBreadMeatSpiderSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodMeatBear": {
         "FoodBreadMeatXeno": {
             "id": "FoodMeatBear",
             "id": "FoodBreadMeatXeno",
             "name": "Сырое мясо медведя",
             "name": "Хлеб из ксено-мяса",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatBear",
             "input": "FoodBreadMeatXeno",
             "result": "FoodMeatBearCutlet",
             "result": "FoodBreadMeatXenoSlice",
             "count": 3
             "count": 5
         },
         },
         "FoodBreadPlain": {
         "FoodMeatXeno": {
             "id": "FoodBreadPlain",
             "id": "FoodMeatXeno",
             "name": "Хлеб",
             "name": "Сырое ксено мясо",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadPlain",
             "input": "FoodMeatXeno",
             "result": "FoodBreadPlainSlice",
             "result": "FoodMeatXenoCutlet",
             "count": 5
             "count": 3
         },
         },
         "FoodPizzaMeat": {
         "FoodBreadBaguetteCotton": {
             "id": "FoodPizzaMeat",
             "id": "FoodBreadBaguetteCotton",
             "name": "Мясная пицца",
             "name": "Хлопковый багет",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPizzaMeat",
             "input": "FoodBreadBaguetteCotton",
             "result": "FoodPizzaMeatSlice",
             "result": "FoodBreadBaguetteCottonSlice",
             "count": 8
             "count": 12
         },
         },
         "FoodPieCherry": {
         "FoodOnionRed": {
             "id": "FoodPieCherry",
             "id": "FoodOnionRed",
             "name": "Вишнёвый пирог",
             "name": "Красный лук",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPieCherry",
             "input": "FoodOnionRed",
             "result": "FoodPieCherrySlice",
             "result": "FoodOnionRedSlice",
             "count": 4
             "count": 5
         },
         },
         "FoodMeatAnomalyCooked": {
         "FoodBreadBanana": {
             "id": "FoodMeatAnomalyCooked",
             "id": "FoodBreadBanana",
             "name": "Аномальный стейк",
             "name": "Бананово-ореховый хлеб",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatAnomalyCooked",
             "input": "FoodBreadBanana",
             "result": "FoodMeatCooked",
             "result": "FoodBreadBananaSlice",
             "count": 10
             "count": 5
         },
         },
         "FoodCakeBrain": {
         "FoodPieXeno": {
             "id": "FoodCakeBrain",
             "id": "FoodPieXeno",
             "name": "Торт с мозгами",
             "name": "Ксено-пирог",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeBrain",
             "input": "FoodPieXeno",
             "result": "FoodCakeBrainSlice",
             "result": "FoodPieXenoSlice",
             "count": 5
             "count": 4
         },
         },
         "FoodPizzaSassysage": {
         "ADTFoodPizzaBolognese": {
             "id": "FoodPizzaSassysage",
             "id": "ADTFoodPizzaBolognese",
             "name": "Дерзкалбасная пицца",
             "name": "Пицца болоньезе",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPizzaSassysage",
             "input": "ADTFoodPizzaBolognese",
             "result": "FoodPizzaSassysageSlice",
             "result": "ADTFoodPizzaBologneseSlice",
             "count": 8
             "count": 8
         },
         },
         "FoodBreadCreamcheese": {
         "FoodMeatLizardCooked": {
             "id": "FoodBreadCreamcheese",
             "id": "FoodMeatLizardCooked",
             "name": "Хлеб со сливочным сыром",
             "name": "Стейк из ящерицы",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadCreamcheese",
             "input": "FoodMeatLizardCooked",
             "result": "FoodBreadCreamcheeseSlice",
             "result": "FoodMeatLizardCutletCooked",
             "count": 5
             "count": 3
         },
         },
         "FoodMeatSalami": {
         "FoodTofu": {
             "id": "FoodMeatSalami",
             "id": "FoodTofu",
             "name": "Салями",
             "name": "Тофу",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatSalami",
             "input": "FoodTofu",
             "result": "FoodMeatSalamiSlice",
             "result": "FoodTofuSlice",
            "count": 3
        },
        "FoodCakeVanilla": {
            "id": "FoodCakeVanilla",
            "name": "Ванильный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeVanilla",
            "result": "FoodCakeVanillaSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodCakeBlueberry": {
         "FoodDoughCotton": {
             "id": "FoodCakeBlueberry",
             "id": "FoodDoughCotton",
             "name": "Черничный торт",
             "name": "Хлопковое тесто",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeBlueberry",
             "input": "FoodDoughCotton",
             "result": "FoodCakeBlueberrySlice",
             "result": "FoodDoughCottonSlice",
             "count": 5
             "count": 3
         },
         },
         "FoodBreadMeatSpider": {
         "FoodBreadSausage": {
             "id": "FoodBreadMeatSpider",
             "id": "FoodBreadSausage",
             "name": "Хлеб из паучьего мяса",
             "name": "Сосисочный хлеб",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadMeatSpider",
             "input": "FoodBreadSausage",
             "result": "FoodBreadMeatSpiderSlice",
             "result": "FoodBreadSausageSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodBreadMeatXeno": {
         "ADTFoodCakeChocolateHeart": {
             "id": "FoodBreadMeatXeno",
             "id": "ADTFoodCakeChocolateHeart",
             "name": "Хлеб из ксено-мяса",
             "name": "Торт в виде сердечка",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadMeatXeno",
             "input": "ADTFoodCakeChocolateHeart",
             "result": "FoodBreadMeatXenoSlice",
             "result": "ADTFoodCakeChocolateHeartSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodMeatXeno": {
         "FoodCakeLemoon": {
             "id": "FoodMeatXeno",
             "id": "FoodCakeLemoon",
             "name": "Сырое ксено мясо",
             "name": "Лилунный торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatXeno",
             "input": "FoodCakeLemoon",
             "result": "FoodMeatXenoCutlet",
             "result": "FoodCakeLemoonSlice",
             "count": 3
             "count": 5
         },
         },
         "FoodBreadBaguetteCotton": {
         "FoodPieFrosty": {
             "id": "FoodBreadBaguetteCotton",
             "id": "FoodPieFrosty",
             "name": "Хлопковый багет",
             "name": "Морозный пирог",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadBaguetteCotton",
             "input": "FoodPieFrosty",
             "result": "FoodBreadBaguetteCottonSlice",
             "result": "FoodPieFrostySlice",
             "count": 12
             "count": 4
         },
         },
         "FoodOnionRed": {
         "ADRFoodPizzaSindi": {
             "id": "FoodOnionRed",
             "id": "ADRFoodPizzaSindi",
             "name": "Красный лук",
             "name": "Пицца синдиката",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodOnionRed",
             "input": "ADRFoodPizzaSindi",
             "result": "FoodOnionRedSlice",
             "result": "ADTFoodPizzaSindiSlice",
             "count": 5
             "count": 8
         },
         },
         "FoodBreadBanana": {
         "FoodDoughTortilla": {
             "id": "FoodBreadBanana",
             "id": "FoodDoughTortilla",
             "name": "Бананово-ореховый хлеб",
             "name": "Тесто тортильи",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadBanana",
             "input": "FoodDoughTortilla",
             "result": "FoodBreadBananaSlice",
             "result": "FoodDoughTortillaSlice",
             "count": 5
             "count": 3
         },
         },
         "FoodPieXeno": {
         "ADTFoodPizzaMushroomchicken": {
             "id": "FoodPieXeno",
             "id": "ADTFoodPizzaMushroomchicken",
             "name": "Ксено-пирог",
             "name": "Куриная пицца с грибами",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPieXeno",
             "input": "ADTFoodPizzaMushroomchicken",
             "result": "FoodPieXenoSlice",
             "result": "ADTFoodPizzaMushroomchickenSlice",
             "count": 4
             "count": 8
         },
         },
         "FoodMeatLizardCooked": {
         "ADTFoodPizzaCheese": {
             "id": "FoodMeatLizardCooked",
             "id": "ADTFoodPizzaCheese",
             "name": "Стейк из ящерицы",
             "name": "Сырная пицца",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatLizardCooked",
             "input": "ADTFoodPizzaCheese",
             "result": "FoodMeatLizardCutletCooked",
             "result": "ADTFoodPizzaCheeseSlice",
             "count": 3
             "count": 8
         },
         },
         "FoodTofu": {
         "FoodBakedBrownieBatch": {
             "id": "FoodTofu",
             "id": "FoodBakedBrownieBatch",
             "name": "Тофу",
             "name": "Брауни",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodTofu",
             "input": "FoodBakedBrownieBatch",
             "result": "FoodTofuSlice",
             "result": "FoodBakedBrownie",
             "count": 3
             "count": 6
         },
         },
         "FoodCakeVanilla": {
         "FoodCakeClown": {
             "id": "FoodCakeVanilla",
             "id": "FoodCakeClown",
             "name": "Ванильный торт",
             "name": "Клоунский торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeVanilla",
             "input": "FoodCakeClown",
             "result": "FoodCakeVanillaSlice",
             "result": "FoodCakeClownSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodDoughCotton": {
         "FoodDough": {
             "id": "FoodDoughCotton",
             "id": "FoodDough",
             "name": "Хлопковое тесто",
             "name": "Тесто",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodDoughCotton",
             "input": "FoodDough",
             "result": "FoodDoughCottonSlice",
             "result": "FoodDoughSlice",
             "count": 3
             "count": 3
         },
         },
         "FoodBreadSausage": {
         "FoodBakedCannabisBrownieBatch": {
             "id": "FoodBreadSausage",
             "id": "FoodBakedCannabisBrownieBatch",
             "name": "Сосисочный хлеб",
             "name": "Особые брауни",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadSausage",
             "input": "FoodBakedCannabisBrownieBatch",
             "result": "FoodBreadSausageSlice",
             "result": "FoodBakedCannabisBrownie",
             "count": 5
             "count": 6
         },
         },
         "ADTFoodCakeChocolateHeart": {
         "WeaponBaguette": {
             "id": "ADTFoodCakeChocolateHeart",
             "id": "WeaponBaguette",
             "name": "Торт в виде сердечка",
             "name": "Багет",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "ADTFoodCakeChocolateHeart",
             "input": "WeaponBaguette",
             "result": "ADTFoodCakeChocolateHeartSlice",
             "result": "FoodBreadBaguetteSlice",
             "count": 5
             "count": 12
         },
         },
         "FoodCakeLemoon": {
         "ADTFoodPizzaCaesar": {
             "id": "FoodCakeLemoon",
             "id": "ADTFoodPizzaCaesar",
             "name": "Лилунный торт",
             "name": "Пицца цезарь",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeLemoon",
             "input": "ADTFoodPizzaCaesar",
             "result": "FoodCakeLemoonSlice",
             "result": "ADTFoodPizzaCaesarSlice",
            "count": 5
             "count": 8
        },
        "FoodPieFrosty": {
            "id": "FoodPieFrosty",
            "name": "Морозный пирог",
            "type": "sliceableRecipes",
            "input": "FoodPieFrosty",
            "result": "FoodPieFrostySlice",
            "count": 4
        },
        "ADRFoodPizzaSindi": {
            "id": "ADRFoodPizzaSindi",
            "name": "Пицца синдиката",
            "type": "sliceableRecipes",
            "input": "ADRFoodPizzaSindi",
            "result": "ADTFoodPizzaSindiSlice",
             "count": 8
        },
        "FoodDoughTortilla": {
            "id": "FoodDoughTortilla",
            "name": "Тесто тортильи",
            "type": "sliceableRecipes",
            "input": "FoodDoughTortilla",
            "result": "FoodDoughTortillaSlice",
            "count": 3
        },
        "FoodBakedBrownieBatch": {
            "id": "FoodBakedBrownieBatch",
            "name": "Брауни",
            "type": "sliceableRecipes",
            "input": "FoodBakedBrownieBatch",
            "result": "FoodBakedBrownie",
            "count": 6
        },
        "FoodCakeClown": {
            "id": "FoodCakeClown",
            "name": "Клоунский торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeClown",
            "result": "FoodCakeClownSlice",
            "count": 5
        },
        "FoodDough": {
            "id": "FoodDough",
            "name": "Тесто",
            "type": "sliceableRecipes",
            "input": "FoodDough",
            "result": "FoodDoughSlice",
            "count": 3
        },
        "FoodBakedCannabisBrownieBatch": {
            "id": "FoodBakedCannabisBrownieBatch",
            "name": "Особые брауни",
            "type": "sliceableRecipes",
            "input": "FoodBakedCannabisBrownieBatch",
            "result": "FoodBakedCannabisBrownie",
            "count": 6
        },
        "WeaponBaguette": {
            "id": "WeaponBaguette",
            "name": "Багет",
            "type": "sliceableRecipes",
            "input": "WeaponBaguette",
            "result": "FoodBreadBaguetteSlice",
            "count": 12
         },
         },
         "FoodBreadTofu": {
         "FoodBreadTofu": {
Строка 3717: Строка 4301:
             "result": "ADTFoodMeatChickenBakedStuffedSlice",
             "result": "ADTFoodMeatChickenBakedStuffedSlice",
             "count": 12
             "count": 12
        },
        "ADTFoodPizzaDiablo": {
            "id": "ADTFoodPizzaDiablo",
            "name": "Пицца дьябло",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaDiablo",
            "result": "ADTFoodPizzaDiabloSlice",
            "count": 8
        },
        "ADTFoodPizzaMexican": {
            "id": "ADTFoodPizzaMexican",
            "name": "Мексиканская пицца",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaMexican",
            "result": "ADTFoodPizzaMexicanSlice",
            "count": 8
         },
         },
         "FoodMeatChickenCooked": {
         "FoodMeatChickenCooked": {
Строка 3764: Строка 4364:
             "input": "FoodPizzaMargherita",
             "input": "FoodPizzaMargherita",
             "result": "FoodPizzaMargheritaSlice",
             "result": "FoodPizzaMargheritaSlice",
            "count": 8
        },
        "ADTFoodPizzaClassic": {
            "id": "ADTFoodPizzaClassic",
            "name": "Пицца пеперони",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaClassic",
            "result": "ADTFoodPizzaClassicSlice",
             "count": 8
             "count": 8
         },
         },
Строка 3781: Строка 4389:
             "result": "FoodCakeSlimeSlice",
             "result": "FoodCakeSlimeSlice",
             "count": 5
             "count": 5
        },
        "ADTFoodPizzaSea": {
            "id": "ADTFoodPizzaSea",
            "name": "Пицца с морепродуктами",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaSea",
            "result": "ADTFoodPizzaSeaSlice",
            "count": 8
         },
         },
         "FoodBreadVolcanic": {
         "FoodBreadVolcanic": {
Строка 3860: Строка 4476:
             "input": "FoodPizzaMushroom",
             "input": "FoodPizzaMushroom",
             "result": "FoodPizzaMushroomSlice",
             "result": "FoodPizzaMushroomSlice",
            "count": 8
        },
        "ADTFoodPizzaFourcheese": {
            "id": "ADTFoodPizzaFourcheese",
            "name": "Пицца 4 сыра",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaFourcheese",
            "result": "ADTFoodPizzaFourcheeseSlice",
            "count": 8
        },
        "ADTFoodPizzaChicago": {
            "id": "ADTFoodPizzaChicago",
            "name": "Пицца по-чикагски",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaChicago",
            "result": "ADTFoodPizzaChicagoSlice",
             "count": 8
             "count": 8
         },
         },

Версия от 21:57, 4 мая 2025

{
    "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"
        },
        "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"
        },
        "ADTRecipeBakedChickenWing": {
            "id": "ADTRecipeBakedChickenWing",
            "name": "Baked chicken wing",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTFoodMeatChickenWing": 1
            },
            "reagents": {},
            "result": "ADTFoodMeatChickenBakedWing"
        },
        "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
            },
            "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"
        },
        "ADTRecipeBakedStuffedChicken": {
            "id": "ADTRecipeBakedStuffedChicken",
            "name": "Baked stuffed chicken",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "ADTChickenBody": 1,
                "FoodPlate": 1,
                "FoodCabbage": 1,
                "FoodTomato": 1,
                "FoodPotato": 1,
                "FoodCorn": 1,
                "FoodMeatCutlet": 2
            },
            "reagents": {
                "BbqSauce": 5
            },
            "result": "ADTFoodMeatChickenBakedWithVegetables"
        },
        "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,
                "ADTOrganVulpkaninAnimalLiver": 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,
                "HeadVulpkanin": 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"
        },
        "ADTFoodJelliedMeatRecipe": {
            "id": "ADTFoodJelliedMeatRecipe",
            "name": "Jellied meat recipe",
            "type": "microwaveRecipes",
            "time": 20,
            "solids": {
                "FoodMeat": 1,
                "FoodPlateSmall": 1
            },
            "reagents": {
                "Water": 15,
                "TableSalt": 5,
                "UncookedAnimalProteins": 10
            },
            "result": "ADTFoodJelliedMeat"
        },
        "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"
        },
        "RecipeBaguetteSword": {
            "id": "RecipeBaguetteSword",
            "name": "Baguette sword recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                "PartRodMetal1": 1
            },
            "reagents": {
                "TableSalt": 5,
                "Blackpepper": 5
            },
            "result": "WeaponBaguette"
        },
        "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"
        },
        "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"
        },
        "RecipeADTHotChocolateAllergic2": {
            "id": "RecipeADTHotChocolateAllergic2",
            "name": "Hot hypoallergen chocolate recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTHotChocolateAllergicGlass": 1,
                "ADTHypoAllergenChocolateBar": 2
            },
            "reagents": {},
            "result": "ADTHotChocolateAllergicGlass"
        },
        "RecipeMushroomPizza": {
            "id": "RecipeMushroomPizza",
            "name": "Mushroom pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodMushroom": 5
            },
            "reagents": {},
            "result": "FoodPizzaMushroom"
        },
        "RecipeADTHotChocolateAllergic": {
            "id": "RecipeADTHotChocolateAllergic",
            "name": "Hot hypoallergen chocolate recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "DrinkGlass": 1,
                "ADTHypoAllergenChocolateBar": 2
            },
            "reagents": {},
            "result": "ADTHotChocolateAllergicGlass"
        },
        "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"
        },
        "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"
        },
        "RecipeMeatPizza": {
            "id": "RecipeMeatPizza",
            "name": "Meat pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodMeat": 3,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "FoodPizzaMeat"
        },
        "RecipeBrainBurger": {
            "id": "RecipeBrainBurger",
            "name": "Brain burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "OrganHumanBrain": 1
            },
            "reagents": {},
            "result": "FoodBurgerBrain"
        },
        "ADTDrinkTeaMicOrange": {
            "id": "ADTDrinkTeaMicOrange",
            "name": "OrangeTeaMicrowave",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "DrinkGlass": 1
            },
            "reagents": {
                "ADTOrangepackReg": 5,
                "Water": 25
            },
            "result": "ADTDrinkOrangeTeaGlass"
        },
        "RecipePlainBurger": {
            "id": "RecipePlainBurger",
            "name": "Plain burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeat": 1
            },
            "reagents": {},
            "result": "FoodBurgerPlain"
        },
        "ADTFoodPizzaCaesarRecipe": {
            "id": "ADTFoodPizzaCaesarRecipe",
            "name": "Pizza caesar",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodCheeseSlice": 1,
                "FoodOnionRedSlice": 2,
                "FoodCabbage": 1,
                "FoodMeatChicken": 1
            },
            "reagents": {},
            "result": "ADTFoodPizzaCaesar"
        },
        "RecipePumpkinCake": {
            "id": "RecipePumpkinCake",
            "name": "Pumpkin cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodPumpkin": 1
            },
            "reagents": {},
            "result": "FoodCakePumpkin"
        },
        "RecipeMeatBread": {
            "id": "RecipeMeatBread",
            "name": "Meat bread recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                "FoodMeatCutlet": 2,
                "FoodCheeseSlice": 2
            },
            "reagents": {},
            "result": "FoodBreadMeat"
        },
        "RecipeRicePudding": {
            "id": "RecipeRicePudding",
            "name": "Rice pudding recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBowlBig": 1
            },
            "reagents": {
                "Rice": 15,
                "Milk": 10,
                "Sugar": 5
            },
            "result": "FoodRicePudding"
        },
        "RecipeApplePie": {
            "id": "RecipeApplePie",
            "name": "Apple pie recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodApple": 3,
                "FoodPlateTin": 1
            },
            "reagents": {},
            "result": "FoodPieApple"
        },
        "RecipeBungoSoup": {
            "id": "RecipeBungoSoup",
            "name": "Bungo soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodBungo": 2,
                "FoodChiliPepper": 1
            },
            "reagents": {
                "Water": 5
            },
            "result": "FoodSoupBungo"
        },
        "ADTFoodPizzaDiabloRecipe": {
            "id": "ADTFoodPizzaDiabloRecipe",
            "name": "Pizza diablo",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodCheeseSlice": 1,
                "FoodMeat": 1,
                "FoodTomato": 1,
                "FoodChiliPepper": 2
            },
            "reagents": {
                "Hotsauce": 5
            },
            "result": "ADTFoodPizzaDiablo"
        },
        "RecipeFiveBurger": {
            "id": "RecipeFiveBurger",
            "name": "Five alarm burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeat": 1,
                "FoodChiliPepper": 3
            },
            "reagents": {},
            "result": "FoodBurgerFive"
        },
        "RecipeBaguette": {
            "id": "RecipeBaguette",
            "name": "Baguette recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1
            },
            "reagents": {
                "TableSalt": 5,
                "Blackpepper": 5
            },
            "result": "FoodBreadBaguette"
        },
        "RecipeClownTears": {
            "id": "RecipeClownTears",
            "name": "Clown's tears recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBowlBig": 1,
                "FoodOnionSlice": 1,
                "FoodTomato": 1,
                "BikeHorn": 1
            },
            "reagents": {},
            "result": "FoodSoupClown"
        },
        "RecipeMuffinChocolate": {
            "id": "RecipeMuffinChocolate",
            "name": "Chocolate muffin recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodPlateMuffinTin": 1,
                "FoodDoughSlice": 1,
                "FoodSnackChocolateBar": 1
            },
            "reagents": {
                "Sugar": 10
            },
            "result": "FoodBakedMuffinChocolate"
        },
        "RecipeXenoburger": {
            "id": "RecipeXenoburger",
            "name": "Xenoburger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeatXeno": 1
            },
            "reagents": {},
            "result": "FoodBurgerXeno"
        },
        "RecipeWarmDonkpocketPizza": {
            "id": "RecipeWarmDonkpocketPizza",
            "name": "Warm pizza-pocket recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDonkpocketPizza": 1
            },
            "reagents": {},
            "result": "FoodDonkpocketPizzaWarm"
        },
        "ADTFoodMealBologneseRecipe": {
            "id": "ADTFoodMealBologneseRecipe",
            "name": "Pasta bolognese",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodNoodlesBoiled": 1,
                "FoodMeat": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "ADTFoodMealBolognese"
        },
        "RecipeUraniumPizza": {
            "id": "RecipeUraniumPizza",
            "name": "Spicy rock pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodChiliPepper": 2,
                "FoodTomato": 2,
                "SheetUranium1": 2
            },
            "reagents": {},
            "result": "FoodPizzaUranium"
        },
        "RecipeGarlicBread": {
            "id": "RecipeGarlicBread",
            "name": "Garlic bread slice recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBreadPlainSlice": 1,
                "FoodGarlic": 1,
                "FoodButterSlice": 1
            },
            "reagents": {},
            "result": "FoodBreadGarlicSlice"
        },
        "RecipePelmeni": {
            "id": "RecipePelmeni",
            "name": "Pelmeni recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodMeatMeatball": 1,
                "FoodDoughSlice": 3
            },
            "reagents": {
                "Water": 20
            },
            "result": "FoodPelmeniBowl"
        },
        "RecipeTacoFish": {
            "id": "RecipeTacoFish",
            "name": "Fish taco recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodTacoShell": 1,
                "FoodMeatFish": 1,
                "FoodOnionSlice": 2,
                "FoodTomato": 1,
                "FoodCabbage": 1
            },
            "reagents": {},
            "result": "FoodTacoFish"
        },
        "RecipeTacoChickenSupreme": {
            "id": "RecipeTacoChickenSupreme",
            "name": "Beef taco supreme recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodTacoShell": 1,
                "FoodCheeseSlice": 1,
                "FoodMeatChickenCutlet": 1,
                "FoodTomato": 1,
                "FoodCabbage": 1,
                "FoodOnionSlice": 2
            },
            "reagents": {},
            "result": "FoodTacoChickenSupreme"
        },
        "RecipeCookieOatmeal": {
            "id": "RecipeCookieOatmeal",
            "name": "Oatmeal cookie recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodButterSlice": 1
            },
            "reagents": {
                "Oats": 5,
                "Sugar": 5
            },
            "result": "FoodBakedCookieOatmeal"
        },
        "ADTFoodOlivierSaladRecipe": {
            "id": "ADTFoodOlivierSaladRecipe",
            "name": "Olivier salad recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBowlBig": 1,
                "FoodPotato": 2,
                "FoodMeat": 1,
                "FoodCarrot": 1,
                "FoodEgg": 1
            },
            "reagents": {
                "Mayo": 5
            },
            "result": "ADTFoodOlivierSalad"
        },
        "RecipeLimeCake": {
            "id": "RecipeLimeCake",
            "name": "Lime cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodLime": 3
            },
            "reagents": {},
            "result": "FoodCakeLime"
        },
        "RecipeNachosCuban": {
            "id": "RecipeNachosCuban",
            "name": "Cuban nachos recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodChiliPepper": 1,
                "FoodDoughTortillaFlat": 1,
                "FoodPlateSmall": 1
            },
            "reagents": {
                "Ketchup": 5
            },
            "result": "FoodMealNachosCuban"
        },
        "RecipeBaklava": {
            "id": "RecipeBaklava",
            "name": "Baklava recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodSnackPistachios": 1,
                "FoodPlateTin": 1
            },
            "reagents": {},
            "result": "FoodPieBaklava"
        },
        "RecipeMargheritaPizza": {
            "id": "RecipeMargheritaPizza",
            "name": "Margherita pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodCheeseSlice": 1,
                "FoodTomato": 4
            },
            "reagents": {},
            "result": "FoodPizzaMargherita"
        },
        "RecipeButterNoodles": {
            "id": "RecipeButterNoodles",
            "name": "Butter noodles recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodNoodlesBoiled": 1,
                "FoodButter": 1
            },
            "reagents": {},
            "result": "FoodNoodlesButter"
        },
        "RecipeButteredToast": {
            "id": "RecipeButteredToast",
            "name": "Buttered toast recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBreadPlainSlice": 1,
                "FoodButterSlice": 1
            },
            "reagents": {},
            "result": "FoodBreadButteredToast"
        },
        "ADTFoodPizzaChicagoRecipe": {
            "id": "ADTFoodPizzaChicagoRecipe",
            "name": "Pizza chicago",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodCheeseSlice": 2,
                "FoodMeatChicken": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "ADTFoodPizzaChicago"
        },
        "RecipeBoiledSpaghetti": {
            "id": "RecipeBoiledSpaghetti",
            "name": "Boiled spaghetti recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {},
            "reagents": {
                "Flour": 15,
                "Egg": 6,
                "OilOlive": 5
            },
            "result": "FoodNoodlesBoiled"
        },
        "RecipeCorgiBurger": {
            "id": "RecipeCorgiBurger",
            "name": "Corgi burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeatCorgi": 1
            },
            "reagents": {},
            "result": "FoodBurgerCorgi"
        },
        "RecipeGappleTart": {
            "id": "RecipeGappleTart",
            "name": "Golden apple streusel tart recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodApple": 2,
                "FoodPlateTin": 1
            },
            "reagents": {
                "Gold": 10,
                "Sugar": 5,
                "Milk": 5
            },
            "result": "FoodTartGapple"
        },
        "RecipeBaguetteCotton": {
            "id": "RecipeBaguetteCotton",
            "name": "Baguette recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughCotton": 1
            },
            "reagents": {
                "TableSalt": 5,
                "Blackpepper": 5
            },
            "result": "FoodBreadBaguetteCotton"
        },
        "RecipeSugarCookie": {
            "id": "RecipeSugarCookie",
            "name": "Sugar cookie recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodButterSlice": 1
            },
            "reagents": {
                "Flour": 5,
                "Sugar": 10
            },
            "result": "FoodBakedCookieSugar"
        },
        "RecipePumpkinPie": {
            "id": "RecipePumpkinPie",
            "name": "Pumpkin pie recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodPumpkin": 1,
                "FoodPlateTin": 1
            },
            "reagents": {},
            "result": "FoodPiePumpkin"
        },
        "RecipeSoylentBurger": {
            "id": "RecipeSoylentBurger",
            "name": "Soylent burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodCheeseSlice": 2,
                "FoodSoybeans": 2
            },
            "reagents": {},
            "result": "FoodBurgerSoy"
        },
        "RecipeChowMein": {
            "id": "RecipeChowMein",
            "name": "Chow mein recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodNoodlesBoiled": 1,
                "FoodEggplant": 1,
                "FoodCarrot": 1,
                "FoodCorn": 1
            },
            "reagents": {
                "Egg": 6
            },
            "result": "FoodNoodlesChowmein"
        },
        "RecipeAppendixBurger": {
            "id": "RecipeAppendixBurger",
            "name": "Appendix burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "OrganHumanAppendix": 1
            },
            "reagents": {},
            "result": "FoodBurgerAppendix"
        },
        "RecipeCarpBurger": {
            "id": "RecipeCarpBurger",
            "name": "Fillet-o-carp burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeatFish": 1,
                "FoodCheeseSlice": 1
            },
            "reagents": {},
            "result": "FoodBurgerCarp"
        },
        "RecipeWingFangChuSoup": {
            "id": "RecipeWingFangChuSoup",
            "name": "Wing fang chu recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodMeatXenoCutlet": 2
            },
            "reagents": {
                "Soysauce": 5
            },
            "result": "FoodSoupWingFangChu"
        },
        "RecipeMimeBurger": {
            "id": "RecipeMimeBurger",
            "name": "Mime burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "ClothingMaskMime": 1
            },
            "reagents": {},
            "result": "FoodBurgerMime"
        },
        "RecipeAmanitaPie": {
            "id": "RecipeAmanitaPie",
            "name": "Amanita pie recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodFlyAmanita": 1,
                "FoodPlateTin": 1
            },
            "reagents": {},
            "result": "FoodPieAmanita"
        },
        "RecipeCannabisButter": {
            "id": "RecipeCannabisButter",
            "name": "Cannabis butter recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodButter": 1,
                "LeavesCannabis": 6
            },
            "reagents": {},
            "result": "FoodCannabisButter"
        },
        "RecipeTacoChicken": {
            "id": "RecipeTacoChicken",
            "name": "Chicken taco recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodTacoShell": 1,
                "FoodMeatChickenCutlet": 1,
                "FoodCheeseSlice": 1
            },
            "reagents": {},
            "result": "FoodTacoChicken"
        },
        "RecipeTacoBeef": {
            "id": "RecipeTacoBeef",
            "name": "Beef taco recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodTacoShell": 1,
                "FoodMeatCutlet": 1,
                "FoodCheeseSlice": 1
            },
            "reagents": {},
            "result": "FoodTacoBeef"
        },
        "RecipeMuffinCherry": {
            "id": "RecipeMuffinCherry",
            "name": "Cherry muffin recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodPlateMuffinTin": 1,
                "FoodDoughSlice": 1,
                "FoodCherry": 3
            },
            "reagents": {
                "Sugar": 10
            },
            "result": "FoodBakedMuffinCherry"
        },
        "RecipeColdChili": {
            "id": "RecipeColdChili",
            "name": "Cold chili recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodSoupChiliHot": 1
            },
            "reagents": {
                "Nitrogen": 5
            },
            "result": "FoodSoupChiliCold"
        },
        "RecipeCarrotCake": {
            "id": "RecipeCarrotCake",
            "name": "Carrot cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodCarrot": 3
            },
            "reagents": {},
            "result": "FoodCakeCarrot"
        },
        "RecipeDriedTobacco": {
            "id": "RecipeDriedTobacco",
            "name": "Dried tobacco leaves recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "LeavesTobacco": 1
            },
            "reagents": {},
            "result": "LeavesTobaccoDried"
        },
        "RecipePancake": {
            "id": "RecipePancake",
            "name": "Pancake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {},
            "reagents": {
                "Flour": 5,
                "Milk": 5,
                "Egg": 6
            },
            "result": "FoodBakedPancake"
        },
        "RecipeThrowingCroissant": {
            "id": "RecipeThrowingCroissant",
            "name": "Throwing croissant recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCroissantRaw": 1,
                "FoodButterSlice": 1,
                "ShardGlass": 1
            },
            "reagents": {},
            "result": "WeaponCroissant"
        },
        "RecipeBananaCreamPie": {
            "id": "RecipeBananaCreamPie",
            "name": "Banana cream pie recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodBanana": 3,
                "FoodPlateTin": 1
            },
            "reagents": {},
            "result": "FoodPieBananaCream"
        },
        "ADTFoodPizzaCheeseRecipe": {
            "id": "ADTFoodPizzaCheeseRecipe",
            "name": "Pizza cheese",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "ADTFoodPizzaCheese"
        },
        "ADTFoodSawdustSoupRecipe": {
            "id": "ADTFoodSawdustSoupRecipe",
            "name": "Sawdust soup recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBowlBig": 1,
                "MaterialWoodPlank1": 1
            },
            "reagents": {
                "Water": 10,
                "TableSalt": 10
            },
            "result": "ADTFoodSoupSawdust"
        },
        "RecipeDonkpocketStonk": {
            "id": "RecipeDonkpocketStonk",
            "name": "Warm stonk-pocket recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDonkpocketStonk": 1
            },
            "reagents": {},
            "result": "FoodDonkpocketStonkWarm"
        },
        "RecipeQueso": {
            "id": "RecipeQueso",
            "name": "Queso recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodChiliPepper": 1,
                "FoodCheeseSlice": 2
            },
            "reagents": {},
            "result": "FoodMealQueso"
        },
        "RecipeBreadCotton": {
            "id": "RecipeBreadCotton",
            "name": "Cotton bread recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodDoughCotton": 1
            },
            "reagents": {},
            "result": "FoodBreadCotton"
        },
        "RecipeClownBurger": {
            "id": "RecipeClownBurger",
            "name": "Clownburger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "ClothingMaskClown": 1
            },
            "reagents": {},
            "result": "FoodBurgerClown"
        },
        "RecipeCocoTart": {
            "id": "RecipeCocoTart",
            "name": "Chocolate lava tart recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodSnackChocolateBar": 3,
                "FoodPlateTin": 1
            },
            "reagents": {
                "Sugar": 5,
                "Milk": 5
            },
            "result": "FoodTartCoco"
        },
        "ADTFoodPizzaMushroomchickenRecipe": {
            "id": "ADTFoodPizzaMushroomchickenRecipe",
            "name": "Pizza mushroomchicken",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodCheeseSlice": 2,
                "FoodMeat": 1,
                "FoodTomato": 1,
                "FoodMushroom": 5
            },
            "reagents": {},
            "result": "ADTFoodPizzaMushroomchicken"
        },
        "RecipeMoldyBreadSlice": {
            "id": "RecipeMoldyBreadSlice",
            "name": "Moldy bread slice recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBreadPlainSlice": 1,
                "FoodFlyAmanita": 1
            },
            "reagents": {},
            "result": "FoodBreadMoldySlice"
        },
        "RecipeStewSoup": {
            "id": "RecipeStewSoup",
            "name": "Stew recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodMeatCutlet": 3,
                "FoodTomato": 1,
                "FoodPotato": 1,
                "FoodCarrot": 1,
                "FoodEggplant": 1,
                "FoodMushroom": 1
            },
            "reagents": {
                "Water": 10
            },
            "result": "FoodSoupStew"
        },
        "RecipeAirlossAutoInjector": {
            "id": "RecipeAirlossAutoInjector",
            "name": "Airloss auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Saline": 20,
                "DexalinPlus": 20
            },
            "result": "AirlossAutoInjector"
        },
        "RecipeWingFangChuSoupSpider": {
            "id": "RecipeWingFangChuSoupSpider",
            "name": "Wing fang chu recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodMeatSpider": 2
            },
            "reagents": {
                "Soysauce": 5
            },
            "result": "FoodSoupWingFangChu"
        },
        "RecipeBearger": {
            "id": "RecipeBearger",
            "name": "Bearger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeatBear": 1
            },
            "reagents": {},
            "result": "FoodBurgerBear"
        },
        "RecipePenStimulant": {
            "id": "RecipePenStimulant",
            "name": "Stimulant auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Desoxyephedrine": 10,
                "Dylovene": 10
            },
            "result": "ADTStimulantAutoInjector"
        },
        "RecipeTofuBurger": {
            "id": "RecipeTofuBurger",
            "name": "Tofu burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodTofuSlice": 1
            },
            "reagents": {},
            "result": "FoodBurgerTofu"
        },
        "RecipeBaconBurger": {
            "id": "RecipeBaconBurger",
            "name": "Bacon burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeatBacon": 1,
                "FoodCheeseSlice": 2
            },
            "reagents": {},
            "result": "FoodBurgerBacon"
        },
        "RecipeLemonCake": {
            "id": "RecipeLemonCake",
            "name": "Lemon cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodLemon": 3
            },
            "reagents": {},
            "result": "FoodCakeLemon"
        },
        "RecipeBreadDog": {
            "id": "RecipeBreadDog",
            "name": "Bread dog recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBreadSausage": 1,
                "OrganAnimalHeart": 1,
                "FoodSpaceshroomCooked": 1
            },
            "reagents": {
                "Cognizine": 5
            },
            "result": "MobBreadDog"
        },
        "RecipeTacoRat": {
            "id": "RecipeTacoRat",
            "name": "Rat taco recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodTacoShell": 1,
                "FoodCheeseSlice": 1,
                "FoodMeatRat": 1
            },
            "reagents": {},
            "result": "FoodTacoRat"
        },
        "RecipeEnchiladas": {
            "id": "RecipeEnchiladas",
            "name": "Enchiladas recipe",
            "type": "microwaveRecipes",
            "time": 20,
            "solids": {
                "FoodChiliPepper": 2,
                "FoodMeatCutlet": 1,
                "FoodCorn": 1
            },
            "reagents": {},
            "result": "FoodMealEnchiladas"
        },
        "RecipeDriedCannabis": {
            "id": "RecipeDriedCannabis",
            "name": "Dried cannabis leaves recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "LeavesCannabis": 1
            },
            "reagents": {},
            "result": "LeavesCannabisDried"
        },
        "RecipeSpellBurger": {
            "id": "RecipeSpellBurger",
            "name": "Spell burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "ClothingHeadHatWizard": 1
            },
            "reagents": {},
            "result": "FoodBurgerSpell"
        },
        "RecipeTacoBeefSupreme": {
            "id": "RecipeTacoBeefSupreme",
            "name": "Beef taco supreme recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodTacoShell": 1,
                "FoodCheeseSlice": 1,
                "FoodMeatCutlet": 1,
                "FoodTomato": 1,
                "FoodCabbage": 1,
                "FoodOnionSlice": 2
            },
            "reagents": {},
            "result": "FoodTacoBeefSupreme"
        },
        "RecipeTwoBreadSlice": {
            "id": "RecipeTwoBreadSlice",
            "name": "Two slice recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBreadPlainSlice": 2
            },
            "reagents": {
                "Wine": 5
            },
            "result": "FoodBreadTwoSlice"
        },
        "RecipeBrownies": {
            "id": "RecipeBrownies",
            "name": "Brownie recipe",
            "type": "microwaveRecipes",
            "time": 25,
            "solids": {
                "FoodButter": 2,
                "FoodSnackChocolateBar": 2
            },
            "reagents": {
                "Flour": 15,
                "Sugar": 30,
                "Egg": 18
            },
            "result": "FoodBakedBrownieBatch"
        },
        "RecipeCubanCarp": {
            "id": "RecipeCubanCarp",
            "name": "Cuban carp recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                "FoodCheeseSlice": 2,
                "FoodChiliPepper": 1,
                "FoodMeatFish": 2
            },
            "reagents": {},
            "result": "FoodMealCubancarp"
        },
        "RecipeAppleCake": {
            "id": "RecipeAppleCake",
            "name": "Apple cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodApple": 3
            },
            "reagents": {},
            "result": "FoodCakeApple"
        },
        "RecipeWarmDankpocket": {
            "id": "RecipeWarmDankpocket",
            "name": "Warm dank pocket recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDonkpocketDank": 1
            },
            "reagents": {},
            "result": "FoodDonkpocketDankWarm"
        },
        "RecipeRegenerativeMesh": {
            "id": "RecipeRegenerativeMesh",
            "name": "Regenerative mesh recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodAloe": 1,
                "Ointment": 1,
                "MaterialCloth1": 1
            },
            "reagents": {
                "Sigynate": 20,
                "Dermaline": 20
            },
            "result": "RegenerativeMesh"
        },
        "RecipePenEthylredoxrazineAutoInjector": {
            "id": "RecipePenEthylredoxrazineAutoInjector",
            "name": "Barkeeper's friend auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Ethylredoxrazine": 15,
                "Dylovene": 5
            },
            "result": "ADTEthylredoxrazineAutoInjector"
        },
        "RecipeCrabBurger": {
            "id": "RecipeCrabBurger",
            "name": "Crab burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeatCrab": 2
            },
            "reagents": {},
            "result": "FoodBurgerCrab"
        },
        "ADTFoodMealMushroomRecipe": {
            "id": "ADTFoodMealMushroomRecipe",
            "name": "Pasta mushroom",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTFoodMealCream": 1,
                "FoodMushroom": 2
            },
            "reagents": {},
            "result": "ADTFoodMealMushroom"
        },
        "RecipePenCrisisAutoInjector": {
            "id": "RecipePenCrisisAutoInjector",
            "name": "Crisis auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Inaprovaline": 10,
                "DexalinPlus": 10
            },
            "result": "ADTCrisisAutoInjector"
        },
        "RecipeSuperBiteBurger": {
            "id": "RecipeSuperBiteBurger",
            "name": "Super bite burger recipe",
            "type": "microwaveRecipes",
            "time": 25,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeat": 2,
                "FoodCheeseSlice": 2,
                "FoodTomato": 2
            },
            "reagents": {
                "TableSalt": 5,
                "Egg": 12
            },
            "result": "FoodBurgerSuper"
        },
        "RecipeFrostyPie": {
            "id": "RecipeFrostyPie",
            "name": "Frosty pie recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodChillyPepper": 3,
                "FoodPlateTin": 1
            },
            "reagents": {},
            "result": "FoodPieFrosty"
        },
        "RecipeVegetablePizza": {
            "id": "RecipeVegetablePizza",
            "name": "Vegetable pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodEggplant": 1,
                "FoodCarrot": 1,
                "FoodCorn": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "FoodPizzaVegetable"
        },
        "RecipeCherryPie": {
            "id": "RecipeCherryPie",
            "name": "Cherry pie recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodCherry": 5,
                "FoodPlateTin": 1
            },
            "reagents": {},
            "result": "FoodPieCherry"
        },
        "RecipeMuffinBerry": {
            "id": "RecipeMuffinBerry",
            "name": "Berry muffin recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodPlateMuffinTin": 1,
                "FoodDoughSlice": 1,
                "FoodBerries": 1
            },
            "reagents": {
                "Sugar": 10
            },
            "result": "FoodBakedMuffinBerry"
        },
        "ADTFoodMealNigiriCarpRecipe": {
            "id": "ADTFoodMealNigiriCarpRecipe",
            "name": "Nigiri carp",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodRiceBoiled": 1,
                "FoodMeatFish": 1
            },
            "reagents": {},
            "result": "ADTFoodMealNigiriCarp"
        },
        "RecipeWatermelonFruitBowlSalad": {
            "id": "RecipeWatermelonFruitBowlSalad",
            "name": "Watermelon fruit bowl recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodWatermelon": 1,
                "FoodApple": 1,
                "FoodBanana": 1,
                "FoodLemon": 1,
                "FoodOrange": 1,
                "FoodAmbrosiaVulgaris": 1
            },
            "reagents": {},
            "result": "FoodSaladWatermelonFruitBowl"
        },
        "RecipeBirthdayCake": {
            "id": "RecipeBirthdayCake",
            "name": "Birthday cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1
            },
            "reagents": {
                "Cream": 5
            },
            "result": "FoodCakeBirthday"
        },
        "RecipeDuckBurger": {
            "id": "RecipeDuckBurger",
            "name": "Duck sandwich recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeatDuck": 1,
                "FoodCheeseSlice": 1
            },
            "reagents": {},
            "result": "FoodBurgerDuck"
        },
        "RecipeRaisinCookie": {
            "id": "RecipeRaisinCookie",
            "name": "Raisin cookie recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodSnackRaisins": 1
            },
            "reagents": {
                "Flour": 5,
                "Sugar": 5
            },
            "result": "FoodBakedCookieRaisin"
        },
        "RecipeBagelPoppy": {
            "id": "RecipeBagelPoppy",
            "name": "Poppyseed bagel recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDoughRope": 1,
                "PoppySeeds": 1
            },
            "reagents": {},
            "result": "FoodBagelPoppy"
        },
        "RecipeADTHotCocoa2": {
            "id": "RecipeADTHotCocoa2",
            "name": "Hot cocoa recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTHotCocoaGlass": 1
            },
            "reagents": {
                "ADTCocoaDrink": 30
            },
            "result": "ADTHotCocoaGlass"
        },
        "RecipeDonkpocketHonk": {
            "id": "RecipeDonkpocketHonk",
            "name": "Warm honk-pocket recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDonkpocketHonk": 1
            },
            "reagents": {},
            "result": "FoodDonkpocketHonkWarm"
        },
        "RecipeCitrusSalad": {
            "id": "RecipeCitrusSalad",
            "name": "Citrus salad recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBowlBig": 1,
                "FoodOrange": 1,
                "FoodLemon": 1,
                "FoodLime": 1
            },
            "reagents": {},
            "result": "FoodSaladCitrus"
        },
        "RecipeNachos": {
            "id": "RecipeNachos",
            "name": "Nachos recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodDoughTortillaFlat": 1,
                "FoodPlateSmall": 1
            },
            "reagents": {
                "TableSalt": 1
            },
            "result": "FoodMealNachos"
        },
        "RecipeMushroomSoup": {
            "id": "RecipeMushroomSoup",
            "name": "Mushroom soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodMushroom": 2
            },
            "reagents": {
                "Water": 5,
                "Milk": 5
            },
            "result": "FoodSoupMushroom"
        },
        "RecipeXenoMeatBread": {
            "id": "RecipeXenoMeatBread",
            "name": "Xeno meat bread recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                "FoodMeatXenoCutlet": 2,
                "FoodCheeseSlice": 2
            },
            "reagents": {},
            "result": "FoodBreadMeatXeno"
        },
        "RecipeCheeseburger": {
            "id": "RecipeCheeseburger",
            "name": "Cheeseburger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeat": 1,
                "FoodCheeseSlice": 1
            },
            "reagents": {},
            "result": "FoodBurgerCheese"
        },
        "RecipeHerbSalad": {
            "id": "RecipeHerbSalad",
            "name": "Herb salad recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBowlBig": 1,
                "FoodAmbrosiaVulgaris": 3,
                "FoodApple": 1
            },
            "reagents": {},
            "result": "FoodSaladHerb"
        },
        "RecipePastaTomato": {
            "id": "RecipePastaTomato",
            "name": "Pasta tomato recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodNoodlesBoiled": 1,
                "FoodTomato": 2
            },
            "reagents": {},
            "result": "FoodNoodles"
        },
        "ADTRecipeBakedChicken": {
            "id": "ADTRecipeBakedChicken",
            "name": "Baked chicken",
            "type": "microwaveRecipes",
            "time": 25,
            "solids": {
                "ADTChickenBody": 1
            },
            "reagents": {
                "BbqSauce": 5
            },
            "result": "ADTFoodMeatChickenBaked"
        },
        "RecipeNettleSoup": {
            "id": "RecipeNettleSoup",
            "name": "Nettle soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "Nettle": 1,
                "FoodPotato": 1
            },
            "reagents": {
                "Water": 10,
                "Egg": 6
            },
            "result": "FoodSoupNettle"
        },
        "RecipeCarrotFries": {
            "id": "RecipeCarrotFries",
            "name": "Carrot fries recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodCarrot": 1
            },
            "reagents": {
                "TableSalt": 5
            },
            "result": "FoodMealFriesCarrot"
        },
        "RecipePenHemostasis": {
            "id": "RecipePenHemostasis",
            "name": "Hemostasis auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "TranexamicAcid": 5,
                "Saline": 15
            },
            "result": "ADTHemostasisAutoInjector"
        },
        "RecipeTomatoSoup": {
            "id": "RecipeTomatoSoup",
            "name": "Tomato soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodTomato": 2
            },
            "reagents": {
                "Water": 10
            },
            "result": "FoodSoupTomato"
        },
        "RecipeWaffleSoy": {
            "id": "RecipeWaffleSoy",
            "name": "Soy waffle recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {},
            "reagents": {
                "Flour": 5,
                "MilkSoy": 5,
                "Egg": 6,
                "SodaWater": 5
            },
            "result": "FoodBakedWaffleSoy"
        },
        "RecipeChocolateChipPancake": {
            "id": "RecipeChocolateChipPancake",
            "name": "Chocolate chip pancake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodSnackChocolateBar": 1
            },
            "reagents": {
                "Flour": 5,
                "Milk": 5,
                "Egg": 6
            },
            "result": "FoodBakedPancakeCc"
        },
        "RecipeCottonPizza": {
            "id": "RecipeCottonPizza",
            "name": "Cotton pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughCottonFlat": 1,
                "CottonBol": 4
            },
            "reagents": {},
            "result": "FoodPizzaCotton"
        },
        "RecipeADTHotChocolate2": {
            "id": "RecipeADTHotChocolate2",
            "name": "Hot chocolate recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTHotChocolateGlass": 1,
                "FoodSnackChocolateBar": 2
            },
            "reagents": {},
            "result": "ADTHotChocolateGlass"
        },
        "RecipeMimanaBread": {
            "id": "RecipeMimanaBread",
            "name": "Mimana bread recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                "FoodMimana": 1
            },
            "reagents": {
                "Nothing": 5
            },
            "result": "FoodBreadMimana"
        },
        "ADTDrinkTeaMicCherry": {
            "id": "ADTDrinkTeaMicCherry",
            "name": "CherryTeaMicrowave",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "DrinkGlass": 1
            },
            "reagents": {
                "ADTCherrypackReg": 5,
                "Water": 25
            },
            "result": "ADTDrinkCherryTeaGlass"
        },
        "RecipePlutonium": {
            "id": "RecipePlutonium",
            "name": "Plutonium recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "ADTUsedPlutoniumCore": 1
            },
            "reagents": {
                "Plasma": 5,
                "Uranium": 5,
                "Radium": 5
            },
            "result": "ADTPlutoniumCore"
        },
        "RecipeChocolateCake": {
            "id": "RecipeChocolateCake",
            "name": "Chocolate cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodSnackChocolateBar": 2
            },
            "reagents": {},
            "result": "FoodCakeChocolate"
        },
        "RecipeTrashBakedBananaPeel": {
            "id": "RecipeTrashBakedBananaPeel",
            "name": "Baked banana peel recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "TrashBananaPeel": 1
            },
            "reagents": {},
            "result": "TrashBakedBananaPeel"
        },
        "RecipeBurnAutoInjector": {
            "id": "RecipeBurnAutoInjector",
            "name": "Burn auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Dermaline": 10,
                "Leporazine": 10
            },
            "result": "BurnAutoInjector"
        },
        "RecipeXenoPie": {
            "id": "RecipeXenoPie",
            "name": "Xeno pie recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodMeatXeno": 3,
                "FoodPlateTin": 1
            },
            "reagents": {},
            "result": "FoodPieXeno"
        },
        "RecipeBagel": {
            "id": "RecipeBagel",
            "name": "Bagel recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDoughRope": 1
            },
            "reagents": {},
            "result": "FoodBagel"
        },
        "RecipeEmergencyMedipen": {
            "id": "RecipeEmergencyMedipen",
            "name": "Emergency medipen",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Epinephrine": 12,
                "TranexamicAcid": 3
            },
            "result": "EmergencyMedipen"
        },
        "ADTFoodCakePuddingRecipe": {
            "id": "ADTFoodCakePuddingRecipe",
            "name": "Puding recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodPlateSmall": 1
            },
            "reagents": {
                "Water": 15,
                "Milk": 10,
                "Flour": 10,
                "Sugar": 15,
                "Egg": 6
            },
            "result": "ADTFoodCakePudding"
        },
        "RecipeBlueberryCake": {
            "id": "RecipeBlueberryCake",
            "name": "Blueberry cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodBerries": 3
            },
            "reagents": {},
            "result": "FoodCakeBlueberry"
        },
        "RecipeMulledWineWarm": {
            "id": "RecipeMulledWineWarm",
            "name": "Warm mulled wine recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "DrinkGlass": 1
            },
            "reagents": {
                "ADTMulledWineCold": 30
            },
            "result": "ADTMulledWineGlass"
        },
        "RecipeJungleSalad": {
            "id": "RecipeJungleSalad",
            "name": "Jungle salad recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBowlBig": 1,
                "FoodBanana": 1,
                "FoodApple": 1,
                "FoodGrape": 1,
                "FoodWatermelonSlice": 2
            },
            "reagents": {},
            "result": "FoodSaladJungle"
        },
        "ADTFoodMealCheeseMeatballRecipe": {
            "id": "ADTFoodMealCheeseMeatballRecipe",
            "name": "Pasta cheesemeatball",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodNoodlesBoiled": 1,
                "FoodCheeseSlice": 1,
                "FoodMeatMeatball": 2
            },
            "reagents": {},
            "result": "ADTFoodMealCheeseMeatball"
        },
        "RecipeSpiderMeatBread": {
            "id": "RecipeSpiderMeatBread",
            "name": "Spider meat bread recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                "FoodMeatSpiderCutlet": 2,
                "FoodCheeseSlice": 2
            },
            "reagents": {},
            "result": "FoodBreadMeatSpider"
        },
        "ADTFoodRelaxPillRecipe": {
            "id": "ADTFoodRelaxPillRecipe",
            "name": "Relax pill",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "LeavesCannabis": 3,
                "LeavesTobacco": 2,
                "GroundCannabis": 1
            },
            "reagents": {
                "Water": 15
            },
            "result": "ADTPillRelax"
        },
        "RecipeClownCake": {
            "id": "RecipeClownCake",
            "name": "Clown cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ClothingMaskClown": 1,
                "FoodCakePlain": 1
            },
            "reagents": {},
            "result": "FoodCakeClown"
        },
        "RecipePenLacerAutoInjector": {
            "id": "RecipePenLacerAutoInjector",
            "name": "Lacerinol auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Lacerinol": 10,
                "TranexamicAcid": 5
            },
            "result": "ADTLacerAutoInjector"
        },
        "RecipeBoiledSnail": {
            "id": "RecipeBoiledSnail",
            "name": "Boiled snail recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodMeatSnail": 1
            },
            "reagents": {
                "Water": 10
            },
            "result": "FoodMeatSnailCooked"
        },
        "RecipeBananaBread": {
            "id": "RecipeBananaBread",
            "name": "Banana bread recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                "FoodBanana": 1
            },
            "reagents": {},
            "result": "FoodBreadBanana"
        },
        "ADTFoodMeatHamRecipe": {
            "id": "ADTFoodMeatHamRecipe",
            "name": "Ham with mead recipe",
            "type": "microwaveRecipes",
            "time": 25,
            "solids": {
                "FoodMeat": 2,
                "FoodPlate": 1
            },
            "reagents": {
                "Blackpepper": 5,
                "TableSalt": 5
            },
            "result": "ADTFoodMeatHam"
        },
        "RecipeDankPizza": {
            "id": "RecipeDankPizza",
            "name": "Dank pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "LeavesCannabis": 2,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "FoodPizzaDank"
        },
        "ADTFoodMealClothRecipe": {
            "id": "ADTFoodMealClothRecipe",
            "name": "Pasta cloth",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodDoughCottonRope": 1
            },
            "reagents": {
                "Water": 10,
                "Egg": 12
            },
            "result": "ADTFoodMealCloth"
        },
        "RecipeGrapeTart": {
            "id": "RecipeGrapeTart",
            "name": "Grape tart recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodGrape": 3,
                "FoodPlateTin": 1
            },
            "reagents": {
                "Sugar": 5,
                "Milk": 5
            },
            "result": "FoodTartGrape"
        },
        "RecipeBisque": {
            "id": "RecipeBisque",
            "name": "Bisque recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodTomato": 1,
                "FoodMushroom": 1,
                "FoodMeatFish": 1
            },
            "reagents": {
                "Water": 10
            },
            "result": "FoodSoupBisque"
        },
        "ADTDrinkTeaPackWatermelon": {
            "id": "ADTDrinkTeaPackWatermelon",
            "name": "WatermelonTeapack",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTEmptyTeaPack": 1,
                "FoodWatermelonSlice": 1
            },
            "reagents": {},
            "result": "ADTWatermelonTeapack"
        },
        "RecipeCake": {
            "id": "RecipeCake",
            "name": "Cake recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodCakeBatter": 1
            },
            "reagents": {},
            "result": "FoodCakePlain"
        },
        "RecipeMeatPie": {
            "id": "RecipeMeatPie",
            "name": "Meat pie recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodMeat": 3,
                "FoodPlateTin": 1
            },
            "reagents": {},
            "result": "FoodPieMeat"
        },
        "RecipeBigBiteBurger": {
            "id": "RecipeBigBiteBurger",
            "name": "Big bite burger recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeat": 2,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1,
                "FoodOnionSlice": 2
            },
            "reagents": {},
            "result": "FoodBurgerBig"
        },
        "RecipePenBruizAutoInjector": {
            "id": "RecipePenBruizAutoInjector",
            "name": "Bruizine auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Bruizine": 10,
                "TranexamicAcid": 5
            },
            "result": "ADTBruizAutoInjector"
        },
        "RecipeDonkpocketBerry": {
            "id": "RecipeDonkpocketBerry",
            "name": "Warm berry-pocket recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDonkpocketBerry": 1
            },
            "reagents": {},
            "result": "FoodDonkpocketBerryWarm"
        },
        "RecipeSashimi": {
            "id": "RecipeSashimi",
            "name": "Sashimi recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodMeatFish": 2
            },
            "reagents": {
                "TableSalt": 1
            },
            "result": "FoodMealSashimi"
        },
        "RecipeFrenchToast": {
            "id": "RecipeFrenchToast",
            "name": "French toast recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBreadPlainSlice": 1
            },
            "reagents": {
                "Milk": 5,
                "Egg": 12
            },
            "result": "FoodBreadFrenchToast"
        },
        "RecipeRadAutoInjector": {
            "id": "RecipeRadAutoInjector",
            "name": "Rad auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Arithrazine": 15,
                "Bicaridine": 5
            },
            "result": "RadAutoInjector"
        },
        "RecipeCreamCheeseBread": {
            "id": "RecipeCreamCheeseBread",
            "name": "Cream cheese bread recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                "FoodCheeseSlice": 2
            },
            "reagents": {
                "Milk": 5
            },
            "result": "FoodBreadCreamcheese"
        },
        "RecipeMuffin": {
            "id": "RecipeMuffin",
            "name": "Muffin recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodPlateMuffinTin": 1,
                "FoodDoughSlice": 1
            },
            "reagents": {
                "Sugar": 10
            },
            "result": "FoodBakedMuffin"
        },
        "ADTFoodCakePuddingChristmasRecipe": {
            "id": "ADTFoodCakePuddingChristmasRecipe",
            "name": "Christmas puding recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodPlateSmall": 1,
                "ADTFoodSnackCandyStick": 2
            },
            "reagents": {
                "Water": 15,
                "Milk": 10,
                "Flour": 10,
                "Sugar": 15,
                "Egg": 6
            },
            "result": "ADTFoodCakePuddingChristmas"
        },
        "RecipeFoodBakedChevreChaudCotton": {
            "id": "RecipeFoodBakedChevreChaudCotton",
            "name": "Cotton chevre chaud recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodChevreSlice": 1,
                "FoodBreadBaguetteCottonSlice": 1
            },
            "reagents": {},
            "result": "FoodBakedChevreChaudCotton"
        },
        "RecipeWarmDonkpocketTeriyaki": {
            "id": "RecipeWarmDonkpocketTeriyaki",
            "name": "Warm teriyaki-pocket recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDonkpocketTeriyaki": 1
            },
            "reagents": {},
            "result": "FoodDonkpocketTeriyakiWarm"
        },
        "ADTRecipeBakedChickenLeg": {
            "id": "ADTRecipeBakedChickenLeg",
            "name": "Baked chicken leg",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTFoodMeatChickenLeg": 1
            },
            "reagents": {},
            "result": "ADTFoodMeatChickenBakedLeg"
        },
        "ADTFoodMeatSalami": {
            "id": "ADTFoodMeatSalami",
            "name": "Salami recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodMeat": 1
            },
            "reagents": {
                "TableSalt": 5
            },
            "result": "FoodMeatSalami"
        },
        "RecipeJellyToast": {
            "id": "RecipeJellyToast",
            "name": "Jelly toast recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBreadPlainSlice": 1,
                "FoodJellyAmanita": 1
            },
            "reagents": {},
            "result": "FoodBreadJellySlice"
        },
        "RecipeAnomalyMeatCooked": {
            "id": "RecipeAnomalyMeatCooked",
            "name": "Cooked meat anomaly recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodMeatAnomaly": 1
            },
            "reagents": {},
            "result": "FoodMeatAnomalyCooked"
        },
        "RecipeTofuBread": {
            "id": "RecipeTofuBread",
            "name": "Tofu bread recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                "FoodTofu": 1
            },
            "reagents": {},
            "result": "FoodBreadTofu"
        },
        "RecipeMonkeysDelightSoup": {
            "id": "RecipeMonkeysDelightSoup",
            "name": "Monkeys delight recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodBanana": 1,
                "MonkeyCube": 1
            },
            "reagents": {
                "Flour": 5,
                "TableSalt": 1,
                "Blackpepper": 1
            },
            "result": "FoodSoupMonkey"
        },
        "RecipeJellyBurger": {
            "id": "RecipeJellyBurger",
            "name": "Jelly burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodJellyAmanita": 1
            },
            "reagents": {},
            "result": "FoodBurgerJelly"
        },
        "RecipeEggRice": {
            "id": "RecipeEggRice",
            "name": "Egg-fried rice recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodRiceBoiled": 1,
                "FoodCarrot": 1
            },
            "reagents": {
                "Egg": 6
            },
            "result": "FoodRiceEgg"
        },
        "ADTFoodMealNigiriCookedRecipe": {
            "id": "ADTFoodMealNigiriCookedRecipe",
            "name": "Nigiri fish",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodRiceBoiled": 1,
                "ADTFoodFishCutletCooked": 1
            },
            "reagents": {},
            "result": "ADTFoodMealNigiriCooked"
        },
        "RecipeHotChili": {
            "id": "RecipeHotChili",
            "name": "Hot chili recipe",
            "type": "microwaveRecipes",
            "time": 20,
            "solids": {
                "FoodBowlBig": 1,
                "FoodChiliPepper": 1,
                "FoodMeatCutlet": 1,
                "FoodOnionSlice": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "FoodSoupChiliHot"
        },
        "RecipeOnionSoup": {
            "id": "RecipeOnionSoup",
            "name": "Onion soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodOnionSlice": 5,
                "FoodCheeseSlice": 1
            },
            "reagents": {
                "Water": 10
            },
            "result": "FoodSoupOnion"
        },
        "RecipeCrazyHamburger": {
            "id": "RecipeCrazyHamburger",
            "name": "Crazy hamburger recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeat": 2,
                "FoodCheeseSlice": 2,
                "FoodChiliPepper": 1,
                "FoodCabbage": 1,
                "CrayonGreen": 1,
                "Flare": 1
            },
            "reagents": {
                "OilOlive": 15
            },
            "result": "FoodBurgerCrazy"
        },
        "RecipeBun": {
            "id": "RecipeBun",
            "name": "Bun recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDoughSlice": 1
            },
            "reagents": {},
            "result": "FoodBreadBun"
        },
        "ADTDrinkTeaMicWatermelon": {
            "id": "ADTDrinkTeaMicWatermelon",
            "name": "WatermelonTeaMicrowave",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "DrinkGlass": 1
            },
            "reagents": {
                "ADTWatermelonpackReg": 5,
                "Water": 25
            },
            "result": "ADTDrinkWatermelonTeaGlass"
        },
        "ADTFoodPizzaFourcheeseRecipe": {
            "id": "ADTFoodPizzaFourcheeseRecipe",
            "name": "Pizza cheese",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodCheeseSlice": 2,
                "FoodChevreSlice": 2,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "ADTFoodPizzaFourcheese"
        },
        "RecipeFries": {
            "id": "RecipeFries",
            "name": "Space fries recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodPotato": 1
            },
            "reagents": {
                "TableSalt": 5
            },
            "result": "FoodMealFries"
        },
        "RecipeWarmDonkpocket": {
            "id": "RecipeWarmDonkpocket",
            "name": "Warm donk pocket recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDonkpocket": 1
            },
            "reagents": {},
            "result": "FoodDonkpocketWarm"
        },
        "RecipeCheeseCake": {
            "id": "RecipeCheeseCake",
            "name": "Cheese cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodCheeseSlice": 3
            },
            "reagents": {
                "Cream": 10
            },
            "result": "FoodCakeCheese"
        },
        "RecipeVegetableSoup": {
            "id": "RecipeVegetableSoup",
            "name": "Vegetable soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodCorn": 1,
                "FoodCarrot": 1,
                "FoodPotato": 1,
                "FoodEggplant": 1
            },
            "reagents": {
                "Water": 5
            },
            "result": "FoodSoupVegetable"
        },
        "RecipeBerryClafoutis": {
            "id": "RecipeBerryClafoutis",
            "name": "Berry clafoutis recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                "FoodBerries": 3,
                "FoodPlateTin": 1
            },
            "reagents": {},
            "result": "FoodPieClafoutis"
        },
        "RecipeDonkpocketCarp": {
            "id": "RecipeDonkpocketCarp",
            "name": "Warm carp-pocket recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDonkpocketCarp": 1
            },
            "reagents": {},
            "result": "FoodDonkpocketCarpWarm"
        },
        "RecipePeaSoup": {
            "id": "RecipePeaSoup",
            "name": "Pea soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodPeaPod": 2,
                "FoodBowlBig": 1
            },
            "reagents": {
                "Water": 10
            },
            "result": "FoodSoupPea"
        },
        "RecipeBread": {
            "id": "RecipeBread",
            "name": "Bread recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodDough": 1
            },
            "reagents": {},
            "result": "FoodBreadPlain"
        },
        "RecipeADTHotCocoa": {
            "id": "RecipeADTHotCocoa",
            "name": "Hot cocoa recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "DrinkGlass": 1
            },
            "reagents": {
                "ADTCocoaDrink": 30
            },
            "result": "ADTHotCocoaGlass"
        },
        "RecipeCroissant": {
            "id": "RecipeCroissant",
            "name": "Croissant recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCroissantRaw": 1,
                "FoodButterSlice": 1
            },
            "reagents": {},
            "result": "FoodBakedCroissant"
        },
        "RecipeMeatballSpaghetti": {
            "id": "RecipeMeatballSpaghetti",
            "name": "Spaghetti \u0026 meatballs recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodNoodlesBoiled": 1,
                "FoodMeatMeatball": 2
            },
            "reagents": {},
            "result": "FoodNoodlesMeatball"
        },
        "RecipeBruteAutoInjector": {
            "id": "RecipeBruteAutoInjector",
            "name": "Brute auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Bicaridine": 15,
                "TranexamicAcid": 5
            },
            "result": "BruteAutoInjector"
        },
        "RecipeMuffinBanana": {
            "id": "RecipeMuffinBanana",
            "name": "Banana muffin recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodPlateMuffinTin": 1,
                "FoodDoughSlice": 1,
                "FoodBanana": 1
            },
            "reagents": {
                "Sugar": 10
            },
            "result": "FoodBakedMuffinBanana"
        },
        "ADTDrinkTeaPackOrange": {
            "id": "ADTDrinkTeaPackOrange",
            "name": "OrangeTeapack",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTEmptyTeaPack": 1,
                "FoodOrange": 1
            },
            "reagents": {},
            "result": "ADTOrangeTeapack"
        },
        "RecipeMothRoachburger": {
            "id": "RecipeMothRoachburger",
            "name": "Mothroachburger recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBreadBun": 1,
                "MobMothroach": 1
            },
            "reagents": {},
            "result": "FoodBurgerMothRoach"
        },
        "RecipeBurgerMcrib": {
            "id": "RecipeBurgerMcrib",
            "name": "BBQ rib sandwich recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMealRibs": 1,
                "FoodOnionSlice": 1
            },
            "reagents": {},
            "result": "FoodBurgerMcrib"
        },
        "RecipeClownTearsSoup": {
            "id": "RecipeClownTearsSoup",
            "name": "Clown tears soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodBanana": 1,
                "ShardGlass": 1
            },
            "reagents": {
                "Water": 10
            },
            "result": "FoodSoupClown"
        },
        "RecipeWaffles": {
            "id": "RecipeWaffles",
            "name": "Waffle recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {},
            "reagents": {
                "Flour": 5,
                "Milk": 5,
                "Egg": 6,
                "SodaWater": 5
            },
            "result": "FoodBakedWaffle"
        },
        "ADTFoodHerringUnderFurcoatRecipe": {
            "id": "ADTFoodHerringUnderFurcoatRecipe",
            "name": "Herring under furcoat recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodCarrot": 2,
                "FoodEgg": 1,
                "FoodMeatFish": 1,
                "FoodPlateSmall": 1
            },
            "reagents": {
                "Mayo": 5
            },
            "result": "ADTFoodHerringUnderFurcoat"
        },
        "RecipeValidSalad": {
            "id": "RecipeValidSalad",
            "name": "Valid salad recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBowlBig": 1,
                "FoodAmbrosiaVulgaris": 3,
                "FoodPotato": 1,
                "FoodMeatMeatball": 1
            },
            "reagents": {},
            "result": "FoodSaladValid"
        },
        "RecipePyraAutoInjector": {
            "id": "RecipePyraAutoInjector",
            "name": "Pyrazine auto-injector",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "ADTBlankMediPen": 1
            },
            "reagents": {
                "Pyrazine": 10,
                "Dermaline": 10
            },
            "result": "PyraAutoInjector"
        },
        "RecipeCatBurger": {
            "id": "RecipeCatBurger",
            "name": "Cat burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeat": 1,
                "ClothingHeadHatCatEars": 1
            },
            "reagents": {},
            "result": "FoodBurgerCat"
        },
        "ADTFoodPizzaBologneseRecipe": {
            "id": "ADTFoodPizzaBologneseRecipe",
            "name": "Pizza bolognese",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodMeatChicken": 1,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "ADTFoodPizzaBolognese"
        },
        "RecipeBaseballBurger": {
            "id": "RecipeBaseballBurger",
            "name": "Baseball burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "BaseBallBat": 1
            },
            "reagents": {},
            "result": "FoodBurgerBaseball"
        },
        "RecipeBlueberryPancake": {
            "id": "RecipeBlueberryPancake",
            "name": "Blueberry pancake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBerries": 2
            },
            "reagents": {
                "Flour": 5,
                "Milk": 5,
                "Egg": 6
            },
            "result": "FoodBakedPancakeBb"
        },
        "RecipeMisoColaSoup": {
            "id": "RecipeMisoColaSoup",
            "name": "Salty sweet misocola soup recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodSoupMiso": 1
            },
            "reagents": {
                "Cola": 5
            },
            "result": "DisgustingSweptSoup"
        },
        "RecipeOrangeCake": {
            "id": "RecipeOrangeCake",
            "name": "Orange cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodOrange": 3
            },
            "reagents": {},
            "result": "FoodCakeOrange"
        },
        "RecipeColeslaw": {
            "id": "RecipeColeslaw",
            "name": "Coleslaw recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBowlBig": 1,
                "FoodOnionRed": 1,
                "FoodCabbage": 1
            },
            "reagents": {
                "Vinaigrette": 5
            },
            "result": "FoodSaladColeslaw"
        },
        "RecipeGrilledCheeseSandwich": {
            "id": "RecipeGrilledCheeseSandwich",
            "name": "Grilled cheese sandwich recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadPlainSlice": 2,
                "FoodCheeseSlice": 1,
                "FoodButterSlice": 1
            },
            "reagents": {},
            "result": "FoodBakedGrilledCheeseSandwich"
        },
        "RecipeMedicatedSuture": {
            "id": "RecipeMedicatedSuture",
            "name": "Medicated suture recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodPoppy": 1,
                "Brutepack": 1,
                "MaterialCloth1": 1
            },
            "reagents": {
                "TranexamicAcid": 20,
                "Cryptobiolin": 20
            },
            "result": "MedicatedSuture"
        },
        "ADTFoodMealFishRecipe": {
            "id": "ADTFoodMealFishRecipe",
            "name": "Pasta fish",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTFoodMealCream": 1,
                "ADTFoodMeatFish": 1
            },
            "reagents": {},
            "result": "ADTFoodMealFish"
        },
        "ADTFoodMealNigiriFishRecipe": {
            "id": "ADTFoodMealNigiriFishRecipe",
            "name": "Nigiri fish",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodRiceBoiled": 1,
                "ADTFoodFishCutlet": 1
            },
            "reagents": {},
            "result": "ADTFoodMealNigiriFish"
        },
        "RecipeSlimeCake": {
            "id": "RecipeSlimeCake",
            "name": "Slime cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1
            },
            "reagents": {
                "Slime": 15
            },
            "result": "FoodCakeSlime"
        },
        "RecipeEscargotSoup": {
            "id": "RecipeEscargotSoup",
            "name": "Escargot recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "FoodOnionSlice": 1,
                "FoodButter": 1,
                "FoodMeatSnailCooked": 1
            },
            "reagents": {
                "Water": 5
            },
            "result": "FoodSoupEscargot"
        },
        "RecipeADTHotChocolate": {
            "id": "RecipeADTHotChocolate",
            "name": "Hot chocolate recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "DrinkGlass": 1,
                "FoodSnackChocolateBar": 2
            },
            "reagents": {},
            "result": "ADTHotChocolateGlass"
        },
        "RecipeMulledWineWarm2": {
            "id": "RecipeMulledWineWarm2",
            "name": "Warm mulled wine recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "ADTMulledWineGlass": 1
            },
            "reagents": {
                "ADTMulledWineCold": 30
            },
            "result": "ADTMulledWineGlass"
        },
        "RecipeCannabisBrownies": {
            "id": "RecipeCannabisBrownies",
            "name": "Cannabis brownie recipe",
            "type": "microwaveRecipes",
            "time": 25,
            "solids": {
                "FoodCannabisButter": 2,
                "FoodSnackChocolateBar": 2
            },
            "reagents": {
                "Flour": 15,
                "Sugar": 30,
                "Egg": 18
            },
            "result": "FoodBakedCannabisBrownieBatch"
        },
        "RecipeBoiledRice": {
            "id": "RecipeBoiledRice",
            "name": "Boiled rice recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBowlBig": 1
            },
            "reagents": {
                "Rice": 15,
                "Water": 10
            },
            "result": "FoodRiceBoiled"
        },
        "ADTFoodMealCreamRecipe": {
            "id": "ADTFoodMealCreamRecipe",
            "name": "Pasta cream",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodNoodlesBoiled": 1,
                "FoodButterSlice": 1
            },
            "reagents": {
                "Cream": 5
            },
            "result": "ADTFoodMealCream"
        },
        "RecipeTacoShell": {
            "id": "RecipeTacoShell",
            "name": "Taco shell recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDoughTortillaFlat": 1
            },
            "reagents": {},
            "result": "FoodTacoShell"
        },
        "RecipeWarmDonkpocketSpicy": {
            "id": "RecipeWarmDonkpocketSpicy",
            "name": "Warm spicy donk-pocket recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodDonkpocketSpicy": 1
            },
            "reagents": {},
            "result": "FoodDonkpocketSpicyWarm"
        },
        "RecipeHawaiianPizza": {
            "id": "RecipeHawaiianPizza",
            "name": "Hawaiian pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodMeatChickenCutlet": 3,
                "FoodPineappleSlice": 5
            },
            "reagents": {},
            "result": "FoodPizzaPineapple"
        },
        "RecipeDonkpocketPizza": {
            "id": "RecipeDonkpocketPizza",
            "name": "Donk-pocket pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodDoughFlat": 1,
                "FoodDonkpocketWarm": 3,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "FoodPizzaDonkpocket"
        },
        "RecipeChiliClown": {
            "id": "RecipeChiliClown",
            "name": "Chili con carnival recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                "FoodBowlBig": 1,
                "FoodChiliPepper": 1,
                "FoodMeatCutlet": 1,
                "FoodOnionSlice": 1,
                "FoodTomato": 1,
                "ClothingShoesClown": 1
            },
            "reagents": {},
            "result": "FoodSoupChiliClown"
        },
        "RecipeAmanitaJelly": {
            "id": "RecipeAmanitaJelly",
            "name": "Amanita jelly recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodFlyAmanita": 3
            },
            "reagents": {
                "Water": 5,
                "Vodka": 5
            },
            "result": "FoodJellyAmanita"
        }
    },
    "sliceableRecipes": {
        "FoodDoughCottonFlat": {
            "id": "FoodDoughCottonFlat",
            "name": "Плоское хлопковое тесто",
            "type": "sliceableRecipes",
            "input": "FoodDoughCottonFlat",
            "result": "FoodCroissantRawCotton",
            "count": 3
        },
        "ADTFoodPizzaBBQ": {
            "id": "ADTFoodPizzaBBQ",
            "name": "Пицца барбекю",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaBBQ",
            "result": "ADTFoodPizzaBBQSlice",
            "count": 8
        },
        "FoodMeatHuman": {
            "id": "FoodMeatHuman",
            "name": "Сырое мясо человека",
            "type": "sliceableRecipes",
            "input": "FoodMeatHuman",
            "result": "FoodMeatCutlet",
            "count": 3
        },
        "FoodPizzaDonkpocket": {
            "id": "FoodPizzaDonkpocket",
            "name": "Пицца донк-покет",
            "type": "sliceableRecipes",
            "input": "FoodPizzaDonkpocket",
            "result": "FoodPizzaDonkpocketSlice",
            "count": 8
        },
        "FoodPineapple": {
            "id": "FoodPineapple",
            "name": "Ананас",
            "type": "sliceableRecipes",
            "input": "FoodPineapple",
            "result": "FoodPineappleSlice",
            "count": 5
        },
        "ADTFoodMeatChickenWing": {
            "id": "ADTFoodMeatChickenWing",
            "name": "Сырое куриное крылышко",
            "type": "sliceableRecipes",
            "input": "ADTFoodMeatChickenWing",
            "result": "FoodMeatChickenCutlet",
            "count": 1
        },
        "ADTFoodFishCooked": {
            "id": "ADTFoodFishCooked",
            "name": "Рыбный стейк",
            "type": "sliceableRecipes",
            "input": "ADTFoodFishCooked",
            "result": "ADTFoodFishCutletCooked",
            "count": 3
        },
        "FoodCannabisButter": {
            "id": "FoodCannabisButter",
            "name": "Брусок конопляного масла",
            "type": "sliceableRecipes",
            "input": "FoodCannabisButter",
            "result": "FoodButterSlice",
            "count": 3
        },
        "FoodCakeBirthday": {
            "id": "FoodCakeBirthday",
            "name": "Именинный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeBirthday",
            "result": "FoodCakeBirthdaySlice",
            "count": 5
        },
        "FoodMeatRat": {
            "id": "FoodMeatRat",
            "name": "Сырое мясо крысы",
            "type": "sliceableRecipes",
            "input": "FoodMeatRat",
            "result": "FoodMeatCutlet",
            "count": 3
        },
        "ADTFoodPizzaChicken": {
            "id": "ADTFoodPizzaChicken",
            "name": "Куриная пицца",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaChicken",
            "result": "ADTFoodPizzaChickenSlice",
            "count": 8
        },
        "FoodOnion": {
            "id": "FoodOnion",
            "name": "Лук",
            "type": "sliceableRecipes",
            "input": "FoodOnion",
            "result": "FoodOnionSlice",
            "count": 5
        },
        "ADTFoodMeatShadekinCooked": {
            "id": "ADTFoodMeatShadekinCooked",
            "name": "Стейк из сумеречника",
            "type": "sliceableRecipes",
            "input": "ADTFoodMeatShadekinCooked",
            "result": "ADTFoodMeatShadekinCutletCooked",
            "count": 3
        },
        "FoodChevre": {
            "id": "FoodChevre",
            "name": "Брусок козьего сыра",
            "type": "sliceableRecipes",
            "input": "FoodChevre",
            "result": "FoodChevreSlice",
            "count": 3
        },
        "FoodCakePlain": {
            "id": "FoodCakePlain",
            "name": "Торт",
            "type": "sliceableRecipes",
            "input": "FoodCakePlain",
            "result": "FoodCakePlainSlice",
            "count": 5
        },
        "FoodPizzaCotton": {
            "id": "FoodPizzaCotton",
            "name": "Хлопковая пицца",
            "type": "sliceableRecipes",
            "input": "FoodPizzaCotton",
            "result": "FoodPizzaCottonSlice",
            "count": 8
        },
        "FoodCakeSpaceman": {
            "id": "FoodCakeSpaceman",
            "name": "Космонавтский торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeSpaceman",
            "result": "FoodCakeSpacemanSlice",
            "count": 5
        },
        "FoodCheese": {
            "id": "FoodCheese",
            "name": "Головка сыра",
            "type": "sliceableRecipes",
            "input": "FoodCheese",
            "result": "FoodCheeseSlice",
            "count": 4
        },
        "FoodMeatPenguin": {
            "id": "FoodMeatPenguin",
            "name": "Сырое мясо пингвина",
            "type": "sliceableRecipes",
            "input": "FoodMeatPenguin",
            "result": "FoodMeatPenguinCutlet",
            "count": 3
        },
        "FoodBreadCorn": {
            "id": "FoodBreadCorn",
            "name": "Кукурузный хлеб",
            "type": "sliceableRecipes",
            "input": "FoodBreadCorn",
            "result": "FoodBreadCornSlice",
            "count": 5
        },
        "FoodMeatBear": {
            "id": "FoodMeatBear",
            "name": "Сырое мясо медведя",
            "type": "sliceableRecipes",
            "input": "FoodMeatBear",
            "result": "FoodMeatBearCutlet",
            "count": 3
        },
        "FoodBreadPlain": {
            "id": "FoodBreadPlain",
            "name": "Хлеб",
            "type": "sliceableRecipes",
            "input": "FoodBreadPlain",
            "result": "FoodBreadPlainSlice",
            "count": 5
        },
        "FoodPizzaMeat": {
            "id": "FoodPizzaMeat",
            "name": "Мясная пицца",
            "type": "sliceableRecipes",
            "input": "FoodPizzaMeat",
            "result": "FoodPizzaMeatSlice",
            "count": 8
        },
        "FoodPieCherry": {
            "id": "FoodPieCherry",
            "name": "Вишнёвый пирог",
            "type": "sliceableRecipes",
            "input": "FoodPieCherry",
            "result": "FoodPieCherrySlice",
            "count": 4
        },
        "FoodMeatAnomalyCooked": {
            "id": "FoodMeatAnomalyCooked",
            "name": "Аномальный стейк",
            "type": "sliceableRecipes",
            "input": "FoodMeatAnomalyCooked",
            "result": "FoodMeatCooked",
            "count": 10
        },
        "FoodCakeBrain": {
            "id": "FoodCakeBrain",
            "name": "Торт с мозгами",
            "type": "sliceableRecipes",
            "input": "FoodCakeBrain",
            "result": "FoodCakeBrainSlice",
            "count": 5
        },
        "FoodPizzaSassysage": {
            "id": "FoodPizzaSassysage",
            "name": "Дерзкалбасная пицца",
            "type": "sliceableRecipes",
            "input": "FoodPizzaSassysage",
            "result": "FoodPizzaSassysageSlice",
            "count": 8
        },
        "FoodBreadCreamcheese": {
            "id": "FoodBreadCreamcheese",
            "name": "Хлеб со сливочным сыром",
            "type": "sliceableRecipes",
            "input": "FoodBreadCreamcheese",
            "result": "FoodBreadCreamcheeseSlice",
            "count": 5
        },
        "FoodMeatSalami": {
            "id": "FoodMeatSalami",
            "name": "Салями",
            "type": "sliceableRecipes",
            "input": "FoodMeatSalami",
            "result": "FoodMeatSalamiSlice",
            "count": 5
        },
        "FoodCakeBlueberry": {
            "id": "FoodCakeBlueberry",
            "name": "Черничный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeBlueberry",
            "result": "FoodCakeBlueberrySlice",
            "count": 5
        },
        "FoodBreadMeatSpider": {
            "id": "FoodBreadMeatSpider",
            "name": "Хлеб из паучьего мяса",
            "type": "sliceableRecipes",
            "input": "FoodBreadMeatSpider",
            "result": "FoodBreadMeatSpiderSlice",
            "count": 5
        },
        "FoodBreadMeatXeno": {
            "id": "FoodBreadMeatXeno",
            "name": "Хлеб из ксено-мяса",
            "type": "sliceableRecipes",
            "input": "FoodBreadMeatXeno",
            "result": "FoodBreadMeatXenoSlice",
            "count": 5
        },
        "FoodMeatXeno": {
            "id": "FoodMeatXeno",
            "name": "Сырое ксено мясо",
            "type": "sliceableRecipes",
            "input": "FoodMeatXeno",
            "result": "FoodMeatXenoCutlet",
            "count": 3
        },
        "FoodBreadBaguetteCotton": {
            "id": "FoodBreadBaguetteCotton",
            "name": "Хлопковый багет",
            "type": "sliceableRecipes",
            "input": "FoodBreadBaguetteCotton",
            "result": "FoodBreadBaguetteCottonSlice",
            "count": 12
        },
        "FoodOnionRed": {
            "id": "FoodOnionRed",
            "name": "Красный лук",
            "type": "sliceableRecipes",
            "input": "FoodOnionRed",
            "result": "FoodOnionRedSlice",
            "count": 5
        },
        "FoodBreadBanana": {
            "id": "FoodBreadBanana",
            "name": "Бананово-ореховый хлеб",
            "type": "sliceableRecipes",
            "input": "FoodBreadBanana",
            "result": "FoodBreadBananaSlice",
            "count": 5
        },
        "FoodPieXeno": {
            "id": "FoodPieXeno",
            "name": "Ксено-пирог",
            "type": "sliceableRecipes",
            "input": "FoodPieXeno",
            "result": "FoodPieXenoSlice",
            "count": 4
        },
        "ADTFoodPizzaBolognese": {
            "id": "ADTFoodPizzaBolognese",
            "name": "Пицца болоньезе",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaBolognese",
            "result": "ADTFoodPizzaBologneseSlice",
            "count": 8
        },
        "FoodMeatLizardCooked": {
            "id": "FoodMeatLizardCooked",
            "name": "Стейк из ящерицы",
            "type": "sliceableRecipes",
            "input": "FoodMeatLizardCooked",
            "result": "FoodMeatLizardCutletCooked",
            "count": 3
        },
        "FoodTofu": {
            "id": "FoodTofu",
            "name": "Тофу",
            "type": "sliceableRecipes",
            "input": "FoodTofu",
            "result": "FoodTofuSlice",
            "count": 3
        },
        "FoodCakeVanilla": {
            "id": "FoodCakeVanilla",
            "name": "Ванильный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeVanilla",
            "result": "FoodCakeVanillaSlice",
            "count": 5
        },
        "FoodDoughCotton": {
            "id": "FoodDoughCotton",
            "name": "Хлопковое тесто",
            "type": "sliceableRecipes",
            "input": "FoodDoughCotton",
            "result": "FoodDoughCottonSlice",
            "count": 3
        },
        "FoodBreadSausage": {
            "id": "FoodBreadSausage",
            "name": "Сосисочный хлеб",
            "type": "sliceableRecipes",
            "input": "FoodBreadSausage",
            "result": "FoodBreadSausageSlice",
            "count": 5
        },
        "ADTFoodCakeChocolateHeart": {
            "id": "ADTFoodCakeChocolateHeart",
            "name": "Торт в виде сердечка",
            "type": "sliceableRecipes",
            "input": "ADTFoodCakeChocolateHeart",
            "result": "ADTFoodCakeChocolateHeartSlice",
            "count": 5
        },
        "FoodCakeLemoon": {
            "id": "FoodCakeLemoon",
            "name": "Лилунный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeLemoon",
            "result": "FoodCakeLemoonSlice",
            "count": 5
        },
        "FoodPieFrosty": {
            "id": "FoodPieFrosty",
            "name": "Морозный пирог",
            "type": "sliceableRecipes",
            "input": "FoodPieFrosty",
            "result": "FoodPieFrostySlice",
            "count": 4
        },
        "ADRFoodPizzaSindi": {
            "id": "ADRFoodPizzaSindi",
            "name": "Пицца синдиката",
            "type": "sliceableRecipes",
            "input": "ADRFoodPizzaSindi",
            "result": "ADTFoodPizzaSindiSlice",
            "count": 8
        },
        "FoodDoughTortilla": {
            "id": "FoodDoughTortilla",
            "name": "Тесто тортильи",
            "type": "sliceableRecipes",
            "input": "FoodDoughTortilla",
            "result": "FoodDoughTortillaSlice",
            "count": 3
        },
        "ADTFoodPizzaMushroomchicken": {
            "id": "ADTFoodPizzaMushroomchicken",
            "name": "Куриная пицца с грибами",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaMushroomchicken",
            "result": "ADTFoodPizzaMushroomchickenSlice",
            "count": 8
        },
        "ADTFoodPizzaCheese": {
            "id": "ADTFoodPizzaCheese",
            "name": "Сырная пицца",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaCheese",
            "result": "ADTFoodPizzaCheeseSlice",
            "count": 8
        },
        "FoodBakedBrownieBatch": {
            "id": "FoodBakedBrownieBatch",
            "name": "Брауни",
            "type": "sliceableRecipes",
            "input": "FoodBakedBrownieBatch",
            "result": "FoodBakedBrownie",
            "count": 6
        },
        "FoodCakeClown": {
            "id": "FoodCakeClown",
            "name": "Клоунский торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeClown",
            "result": "FoodCakeClownSlice",
            "count": 5
        },
        "FoodDough": {
            "id": "FoodDough",
            "name": "Тесто",
            "type": "sliceableRecipes",
            "input": "FoodDough",
            "result": "FoodDoughSlice",
            "count": 3
        },
        "FoodBakedCannabisBrownieBatch": {
            "id": "FoodBakedCannabisBrownieBatch",
            "name": "Особые брауни",
            "type": "sliceableRecipes",
            "input": "FoodBakedCannabisBrownieBatch",
            "result": "FoodBakedCannabisBrownie",
            "count": 6
        },
        "WeaponBaguette": {
            "id": "WeaponBaguette",
            "name": "Багет",
            "type": "sliceableRecipes",
            "input": "WeaponBaguette",
            "result": "FoodBreadBaguetteSlice",
            "count": 12
        },
        "ADTFoodPizzaCaesar": {
            "id": "ADTFoodPizzaCaesar",
            "name": "Пицца цезарь",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaCaesar",
            "result": "ADTFoodPizzaCaesarSlice",
            "count": 8
        },
        "FoodBreadTofu": {
            "id": "FoodBreadTofu",
            "name": "Хлеб из тофу",
            "type": "sliceableRecipes",
            "input": "FoodBreadTofu",
            "result": "FoodBreadTofuSlice",
            "count": 5
        },
        "ADTFoodMeatShadekin": {
            "id": "ADTFoodMeatShadekin",
            "name": "Сырое мясо сумеречника",
            "type": "sliceableRecipes",
            "input": "ADTFoodMeatShadekin",
            "result": "ADTFoodMeatShadekinCutlet",
            "count": 3
        },
        "FoodPieBaklava": {
            "id": "FoodPieBaklava",
            "name": "Пахлава",
            "type": "sliceableRecipes",
            "input": "FoodPieBaklava",
            "result": "FoodPieBaklavaSlice",
            "count": 4
        },
        "FoodHolymelon": {
            "id": "FoodHolymelon",
            "name": "Святой арбуз",
            "type": "sliceableRecipes",
            "input": "FoodHolymelon",
            "result": "FoodHolymelonSlice",
            "count": 5
        },
        "FoodMeatCooked": {
            "id": "FoodMeatCooked",
            "name": "Стейк",
            "type": "sliceableRecipes",
            "input": "FoodMeatCooked",
            "result": "FoodMeatCutletCooked",
            "count": 3
        },
        "FoodMeatBearCooked": {
            "id": "FoodMeatBearCooked",
            "name": "Жареное мясо медведя",
            "type": "sliceableRecipes",
            "input": "FoodMeatBearCooked",
            "result": "FoodMeatBearCutletCooked",
            "count": 3
        },
        "FoodCakeApple": {
            "id": "FoodCakeApple",
            "name": "Яблочный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeApple",
            "result": "FoodCakeAppleSlice",
            "count": 5
        },
        "FoodWatermelon": {
            "id": "FoodWatermelon",
            "name": "Арбуз",
            "type": "sliceableRecipes",
            "input": "FoodWatermelon",
            "result": "FoodWatermelonSlice",
            "count": 5
        },
        "FoodPiePumpkin": {
            "id": "FoodPiePumpkin",
            "name": "Тыквенный пирог",
            "type": "sliceableRecipes",
            "input": "FoodPiePumpkin",
            "result": "FoodPiePumpkinSlice",
            "count": 4
        },
        "ADTFoodMeatChickenBakedWithVegetables": {
            "id": "ADTFoodMeatChickenBakedWithVegetables",
            "name": "Запеченная фаршированная курица с овощами",
            "type": "sliceableRecipes",
            "input": "ADTFoodMeatChickenBakedWithVegetables",
            "result": "ADTFoodMeatChickenBakedStuffedSlice",
            "count": 12
        },
        "ADTFoodPizzaDiablo": {
            "id": "ADTFoodPizzaDiablo",
            "name": "Пицца дьябло",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaDiablo",
            "result": "ADTFoodPizzaDiabloSlice",
            "count": 8
        },
        "ADTFoodPizzaMexican": {
            "id": "ADTFoodPizzaMexican",
            "name": "Мексиканская пицца",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaMexican",
            "result": "ADTFoodPizzaMexicanSlice",
            "count": 8
        },
        "FoodMeatChickenCooked": {
            "id": "FoodMeatChickenCooked",
            "name": "Приготовленное мясо курицы",
            "type": "sliceableRecipes",
            "input": "FoodMeatChickenCooked",
            "result": "FoodMeatChickenCutletCooked",
            "count": 3
        },
        "FoodCakeLemon": {
            "id": "FoodCakeLemon",
            "name": "Лимонный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeLemon",
            "result": "FoodCakeLemonSlice",
            "count": 5
        },
        "ADTFoodMeatChickenLeg": {
            "id": "ADTFoodMeatChickenLeg",
            "name": "Сырая куриная ножка",
            "type": "sliceableRecipes",
            "input": "ADTFoodMeatChickenLeg",
            "result": "FoodMeatChickenCutlet",
            "count": 1
        },
        "FoodPizzaPineapple": {
            "id": "FoodPizzaPineapple",
            "name": "Гавайская пицца",
            "type": "sliceableRecipes",
            "input": "FoodPizzaPineapple",
            "result": "FoodPizzaPineappleSlice",
            "count": 8
        },
        "FoodPizzaDank": {
            "id": "FoodPizzaDank",
            "name": "Расслабляющая пицца",
            "type": "sliceableRecipes",
            "input": "FoodPizzaDank",
            "result": "FoodPizzaDankSlice",
            "count": 8
        },
        "FoodPizzaMargherita": {
            "id": "FoodPizzaMargherita",
            "name": "Пицца маргарита",
            "type": "sliceableRecipes",
            "input": "FoodPizzaMargherita",
            "result": "FoodPizzaMargheritaSlice",
            "count": 8
        },
        "ADTFoodPizzaClassic": {
            "id": "ADTFoodPizzaClassic",
            "name": "Пицца пеперони",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaClassic",
            "result": "ADTFoodPizzaClassicSlice",
            "count": 8
        },
        "FoodPieClafoutis": {
            "id": "FoodPieClafoutis",
            "name": "Ягодный клафути",
            "type": "sliceableRecipes",
            "input": "FoodPieClafoutis",
            "result": "FoodPieClafoutisSlice",
            "count": 4
        },
        "FoodCakeSlime": {
            "id": "FoodCakeSlime",
            "name": "Слаймовый торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeSlime",
            "result": "FoodCakeSlimeSlice",
            "count": 5
        },
        "ADTFoodPizzaSea": {
            "id": "ADTFoodPizzaSea",
            "name": "Пицца с морепродуктами",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaSea",
            "result": "ADTFoodPizzaSeaSlice",
            "count": 8
        },
        "FoodBreadVolcanic": {
            "id": "FoodBreadVolcanic",
            "name": "Вулканический хлеб",
            "type": "sliceableRecipes",
            "input": "FoodBreadVolcanic",
            "result": "FoodBreadVolcanicSlice",
            "count": 5
        },
        "FoodMeatTomato": {
            "id": "FoodMeatTomato",
            "name": "Мясо помидора-убийцы",
            "type": "sliceableRecipes",
            "input": "FoodMeatTomato",
            "result": "FoodMeatTomatoCutlet",
            "count": 3
        },
        "FoodMeatClown": {
            "id": "FoodMeatClown",
            "name": "Мясо клоуна",
            "type": "sliceableRecipes",
            "input": "FoodMeatClown",
            "result": "FoodMeatSalamiSlice",
            "count": 5
        },
        "FoodMeat": {
            "id": "FoodMeat",
            "name": "Сырое мясо",
            "type": "sliceableRecipes",
            "input": "FoodMeat",
            "result": "FoodMeatCutlet",
            "count": 3
        },
        "FoodCakeCarrot": {
            "id": "FoodCakeCarrot",
            "name": "Морковный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeCarrot",
            "result": "FoodCakeCarrotSlice",
            "count": 5
        },
        "FoodDoughFlat": {
            "id": "FoodDoughFlat",
            "name": "Плоское тесто",
            "type": "sliceableRecipes",
            "input": "FoodDoughFlat",
            "result": "FoodCroissantRaw",
            "count": 3
        },
        "FoodBreadBaguette": {
            "id": "FoodBreadBaguette",
            "name": "Багет",
            "type": "sliceableRecipes",
            "input": "FoodBreadBaguette",
            "result": "FoodBreadBaguetteSlice",
            "count": 12
        },
        "FoodPizzaVegetable": {
            "id": "FoodPizzaVegetable",
            "name": "Овощная пицца",
            "type": "sliceableRecipes",
            "input": "FoodPizzaVegetable",
            "result": "FoodPizzaVegetableSlice",
            "count": 8
        },
        "ADTFoodMeatHam": {
            "id": "ADTFoodMeatHam",
            "name": "Жареная ветчина с мёдом",
            "type": "sliceableRecipes",
            "input": "ADTFoodMeatHam",
            "result": "ADTFoodMeatHamPiece",
            "count": 6
        },
        "FoodPizzaMushroom": {
            "id": "FoodPizzaMushroom",
            "name": "Грибная пицца",
            "type": "sliceableRecipes",
            "input": "FoodPizzaMushroom",
            "result": "FoodPizzaMushroomSlice",
            "count": 8
        },
        "ADTFoodPizzaFourcheese": {
            "id": "ADTFoodPizzaFourcheese",
            "name": "Пицца 4 сыра",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaFourcheese",
            "result": "ADTFoodPizzaFourcheeseSlice",
            "count": 8
        },
        "ADTFoodPizzaChicago": {
            "id": "ADTFoodPizzaChicago",
            "name": "Пицца по-чикагски",
            "type": "sliceableRecipes",
            "input": "ADTFoodPizzaChicago",
            "result": "ADTFoodPizzaChicagoSlice",
            "count": 8
        },
        "FoodCakeSuppermatter": {
            "id": "FoodCakeSuppermatter",
            "name": "Суперматерия",
            "type": "sliceableRecipes",
            "input": "FoodCakeSuppermatter",
            "result": "FoodCakeSuppermatterSlice",
            "count": 8
        },
        "FoodPieBananaCream": {
            "id": "FoodPieBananaCream",
            "name": "Кремовый банановый пирог",
            "type": "sliceableRecipes",
            "input": "FoodPieBananaCream",
            "result": "FoodPieBananaCreamSlice",
            "count": 4
        },
        "FoodMeatAnomaly": {
            "id": "FoodMeatAnomaly",
            "name": "Масса аномального мяса",
            "type": "sliceableRecipes",
            "input": "FoodMeatAnomaly",
            "result": "FoodMeat",
            "count": 10
        },
        "FoodCakeLime": {
            "id": "FoodCakeLime",
            "name": "Лаймовый торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeLime",
            "result": "FoodCakeLimeSlice",
            "count": 5
        },
        "FoodMeatChicken": {
            "id": "FoodMeatChicken",
            "name": "Сырое мясо курицы",
            "type": "sliceableRecipes",
            "input": "FoodMeatChicken",
            "result": "FoodMeatChickenCutlet",
            "count": 3
        },
        "FoodDoughCornmeal": {
            "id": "FoodDoughCornmeal",
            "name": "Кукурузное тесто",
            "type": "sliceableRecipes",
            "input": "FoodDoughCornmeal",
            "result": "FoodDoughCornmealSlice",
            "count": 3
        },
        "FoodMeatDuck": {
            "id": "FoodMeatDuck",
            "name": "Сырое мясо утки",
            "type": "sliceableRecipes",
            "input": "FoodMeatDuck",
            "result": "FoodMeatDuckCutlet",
            "count": 3
        },
        "FoodCakeCheese": {
            "id": "FoodCakeCheese",
            "name": "Сырный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeCheese",
            "result": "FoodCakeCheeseSlice",
            "count": 5
        },
        "FoodPizzaUranium": {
            "id": "FoodPizzaUranium",
            "name": "Острокаменная пицца",
            "type": "sliceableRecipes",
            "input": "FoodPizzaUranium",
            "result": "FoodPizzaUraniumSlice",
            "count": 8
        },
        "ADTFoodPiePumpkin": {
            "id": "ADTFoodPiePumpkin",
            "name": "Тыквенный пирог",
            "type": "sliceableRecipes",
            "input": "ADTFoodPiePumpkin",
            "result": "ADTFoodPiePumpkinSlice",
            "count": 4
        },
        "FoodPieApple": {
            "id": "FoodPieApple",
            "name": "Яблочный пирог",
            "type": "sliceableRecipes",
            "input": "FoodPieApple",
            "result": "FoodPieAppleSlice",
            "count": 4
        },
        "MobBreadDog": {
            "id": "MobBreadDog",
            "name": "Хлебака",
            "type": "sliceableRecipes",
            "input": "MobBreadDog",
            "result": "FoodBreadSausageSlice",
            "count": 5
        },
        "FoodTartMime": {
            "id": "FoodTartMime",
            "name": "Мимский тарт",
            "type": "sliceableRecipes",
            "input": "FoodTartMime",
            "result": "FoodTartMimeSlice",
            "count": 4
        },
        "FoodMeatPenguinCooked": {
            "id": "FoodMeatPenguinCooked",
            "name": "Филе пингвина",
            "type": "sliceableRecipes",
            "input": "FoodMeatPenguinCooked",
            "result": "FoodMeatPenguinCutletCooked",
            "count": 3
        },
        "FoodCakePumpkin": {
            "id": "FoodCakePumpkin",
            "name": "Пряный тыквенный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakePumpkin",
            "result": "FoodCakePumpkinSlice",
            "count": 5
        },
        "FoodBreadMimana": {
            "id": "FoodBreadMimana",
            "name": "Хлеб мимана",
            "type": "sliceableRecipes",
            "input": "FoodBreadMimana",
            "result": "FoodBreadMimanaSlice",
            "count": 5
        },
        "FoodCakeOrange": {
            "id": "FoodCakeOrange",
            "name": "Апельсиновый торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeOrange",
            "result": "FoodCakeOrangeSlice",
            "count": 5
        },
        "ADTFoodWalterMethCrystal": {
            "id": "ADTFoodWalterMethCrystal",
            "name": "Кристалл голубого дезоксиэфедрина",
            "type": "sliceableRecipes",
            "input": "ADTFoodWalterMethCrystal",
            "result": "ADTFoodWalterMethCrystalShard",
            "count": 5
        },
        "FoodMeatLizard": {
            "id": "FoodMeatLizard",
            "name": "Сырое мясо ящерицы",
            "type": "sliceableRecipes",
            "input": "FoodMeatLizard",
            "result": "FoodMeatLizardCutlet",
            "count": 3
        },
        "ADTFoodMeatChickenBaked": {
            "id": "ADTFoodMeatChickenBaked",
            "name": "Запеченная курица",
            "type": "sliceableRecipes",
            "input": "ADTFoodMeatChickenBaked",
            "result": "ADTFoodMeatChickenBakedSlice",
            "count": 12
        },
        "FoodCakeChristmas": {
            "id": "FoodCakeChristmas",
            "name": "Рождественский торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeChristmas",
            "result": "FoodCakeChristmasSlice",
            "count": 5
        },
        "FoodBreadCotton": {
            "id": "FoodBreadCotton",
            "name": "Хлопковый хлеб",
            "type": "sliceableRecipes",
            "input": "FoodBreadCotton",
            "result": "FoodBreadCottonSlice",
            "count": 5
        },
        "FoodMeatDuckCooked": {
            "id": "FoodMeatDuckCooked",
            "name": "Приготовленная мясо утки",
            "type": "sliceableRecipes",
            "input": "FoodMeatDuckCooked",
            "result": "FoodMeatDuckCutletCooked",
            "count": 3
        },
        "FoodPieMeat": {
            "id": "FoodPieMeat",
            "name": "Мясной пирог",
            "type": "sliceableRecipes",
            "input": "FoodPieMeat",
            "result": "FoodPieMeatSlice",
            "count": 4
        },
        "ADTFoodMethCrystal": {
            "id": "ADTFoodMethCrystal",
            "name": "Кристалл дезоксиэфедрина",
            "type": "sliceableRecipes",
            "input": "ADTFoodMethCrystal",
            "result": "ADTFoodMethCrystalShard",
            "count": 5
        },
        "FoodPizzaArnold": {
            "id": "FoodPizzaArnold",
            "name": "Пицца Арнольда",
            "type": "sliceableRecipes",
            "input": "FoodPizzaArnold",
            "result": "FoodPizzaArnoldSlice",
            "count": 8
        },
        "FoodBreadMeat": {
            "id": "FoodBreadMeat",
            "name": "Мясной хлеб",
            "type": "sliceableRecipes",
            "input": "FoodBreadMeat",
            "result": "FoodBreadMeatSlice",
            "count": 5
        },
        "FoodCakeChocolate": {
            "id": "FoodCakeChocolate",
            "name": "Шоколадный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeChocolate",
            "result": "FoodCakeChocolateSlice",
            "count": 5
        },
        "ADTFoodMeatFish": {
            "id": "ADTFoodMeatFish",
            "name": "Сырой кусок рыбы",
            "type": "sliceableRecipes",
            "input": "ADTFoodMeatFish",
            "result": "ADTFoodFishCutlet",
            "count": 3
        },
        "FoodMeatSpider": {
            "id": "FoodMeatSpider",
            "name": "Сырое мясо паука",
            "type": "sliceableRecipes",
            "input": "FoodMeatSpider",
            "result": "FoodMeatSpiderCutlet",
            "count": 3
        },
        "FoodButter": {
            "id": "FoodButter",
            "name": "Брусок сливочного масла",
            "type": "sliceableRecipes",
            "input": "FoodButter",
            "result": "FoodButterSlice",
            "count": 3
        }
    },
    "grindableRecipes": {
        "FoodMeatHuman": {
            "id": "FoodMeatHuman",
            "name": "Сырое мясо человека",
            "type": "grindableRecipes",
            "input": "FoodMeatHuman",
            "result": {
                "UncookedAnimalProteins": 9
            }
        },
        "FoodWatermelonSlice": {
            "id": "FoodWatermelonSlice",
            "name": "Ломтик арбуза",
            "type": "grindableRecipes",
            "input": "FoodWatermelonSlice",
            "result": {
                "Nutriment": 2,
                "Vitamin": 1,
                "Water": 2
            }
        },
        "FoodPumpkin": {
            "id": "FoodPumpkin",
            "name": "Тыква",
            "type": "grindableRecipes",
            "input": "FoodPumpkin",
            "result": {
                "PumpkinFlesh": 20,
                "Vitamin": 5
            }
        },
        "FoodMeatPenguinCutlet": {
            "id": "FoodMeatPenguinCutlet",
            "name": "Сырая котлета из пингвина",
            "type": "grindableRecipes",
            "input": "FoodMeatPenguinCutlet",
            "result": {
                "UncookedAnimalProteins": 3,
                "Fat": 2
            }
        },
        "FoodPineapple": {
            "id": "FoodPineapple",
            "name": "Ананас",
            "type": "grindableRecipes",
            "input": "FoodPineapple",
            "result": {
                "Nutriment": 10,
                "Vitamin": 2,
                "Water": 4
            }
        },
        "ADTFoodMeatChickenWing": {
            "id": "ADTFoodMeatChickenWing",
            "name": "Сырое куриное крылышко",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatChickenWing",
            "result": {
                "UncookedAnimalProteins": 6,
                "Fat": 3
            }
        },
        "ADTFoodFishCooked": {
            "id": "ADTFoodFishCooked",
            "name": "Рыбный стейк",
            "type": "grindableRecipes",
            "input": "ADTFoodFishCooked",
            "result": {
                "Nutriment": 14,
                "Protein": 14
            }
        },
        "FoodCannabisButter": {
            "id": "FoodCannabisButter",
            "name": "Брусок конопляного масла",
            "type": "grindableRecipes",
            "input": "FoodCannabisButter",
            "result": {
                "Butter": 10,
                "THC": 82
            }
        },
        "ADTFoodFishCutletCooked": {
            "id": "ADTFoodFishCutletCooked",
            "name": "Рыбная котлета",
            "type": "grindableRecipes",
            "input": "ADTFoodFishCutletCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "FoodGoldenApple": {
            "id": "FoodGoldenApple",
            "name": "Золотое яблоко",
            "type": "grindableRecipes",
            "input": "FoodGoldenApple",
            "result": {
                "Nutriment": 10,
                "Vitamin": 4,
                "DoctorsDelight": 13
            }
        },
        "FoodMeatRat": {
            "id": "FoodMeatRat",
            "name": "Сырое мясо крысы",
            "type": "grindableRecipes",
            "input": "FoodMeatRat",
            "result": {
                "UncookedAnimalProteins": 3,
                "Fat": 3
            }
        },
        "FoodOnion": {
            "id": "FoodOnion",
            "name": "Лук",
            "type": "grindableRecipes",
            "input": "FoodOnion",
            "result": {
                "Nutriment": 10,
                "Vitamin": 4,
                "Allicin": 4
            }
        },
        "ADTFoodSnackChocolateBarTwo": {
            "id": "ADTFoodSnackChocolateBarTwo",
            "name": "Двойной батончик",
            "type": "grindableRecipes",
            "input": "ADTFoodSnackChocolateBarTwo",
            "result": {
                "Nutriment": 10,
                "Theobromine": 3,
                "CocoaPowder": 1
            }
        },
        "FoodMeatSpiderLeg": {
            "id": "FoodMeatSpiderLeg",
            "name": "Сырая паучья нога",
            "type": "grindableRecipes",
            "input": "FoodMeatSpiderLeg",
            "result": {
                "UncookedAnimalProteins": 10,
                "Fat": 3
            }
        },
        "ADTFoodMeatShadekinCooked": {
            "id": "ADTFoodMeatShadekinCooked",
            "name": "Стейк из сумеречника",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatShadekinCooked",
            "result": {
                "Nutriment": 8,
                "Protein": 3
            }
        },
        "FoodMeatSlime": {
            "id": "FoodMeatSlime",
            "name": "Шар слизи",
            "type": "grindableRecipes",
            "input": "FoodMeatSlime",
            "result": {
                "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                "Fat": 5
            }
        },
        "FoodEggplant": {
            "id": "FoodEggplant",
            "name": "Баклажан",
            "type": "grindableRecipes",
            "input": "FoodEggplant",
            "result": {
                "Nutriment": 10,
                "Vitamin": 4
            }
        },
        "FoodBlueTomato": {
            "id": "FoodBlueTomato",
            "name": "Синий помидор",
            "type": "grindableRecipes",
            "input": "FoodBlueTomato",
            "result": {
                "Nutriment": 5,
                "SpaceLube": 15,
                "Vitamin": 4
            }
        },
        "FoodCocoaPod": {
            "id": "FoodCocoaPod",
            "name": "Стручок какао-боба",
            "type": "grindableRecipes",
            "input": "FoodCocoaPod",
            "result": {
                "Nutriment": 2,
                "Vitamin": 1,
                "CocoaPowder": 1
            }
        },
        "FoodApple": {
            "id": "FoodApple",
            "name": "Яблоко",
            "type": "grindableRecipes",
            "input": "FoodApple",
            "result": {
                "Nutriment": 10,
                "Vitamin": 4
            }
        },
        "ADTFoodSnackChocolateBarPink": {
            "id": "ADTFoodSnackChocolateBarPink",
            "name": "Розовый шоколадный батончик",
            "type": "grindableRecipes",
            "input": "ADTFoodSnackChocolateBarPink",
            "result": {
                "Nutriment": 10,
                "Theobromine": 3,
                "CocoaPowder": 1
            }
        },
        "FoodSoybeans": {
            "id": "FoodSoybeans",
            "name": "Соевые бобы",
            "type": "grindableRecipes",
            "input": "FoodSoybeans",
            "result": {
                "Nutriment": 4
            }
        },
        "FoodFakeCapfruit": {
            "id": "FoodFakeCapfruit",
            "name": "Пистофрукт",
            "type": "grindableRecipes",
            "input": "FoodFakeCapfruit",
            "result": {
                "Nutriment": 5,
                "Sulfur": 5
            }
        },
        "FoodCarrot": {
            "id": "FoodCarrot",
            "name": "Морковь",
            "type": "grindableRecipes",
            "input": "FoodCarrot",
            "result": {
                "JuiceCarrot": 5,
                "Vitamin": 4,
                "Oculine": 3
            }
        },
        "FoodMeatPenguin": {
            "id": "FoodMeatPenguin",
            "name": "Сырое мясо пингвина",
            "type": "grindableRecipes",
            "input": "FoodMeatPenguin",
            "result": {
                "UncookedAnimalProteins": 9,
                "Fat": 9
            }
        },
        "FoodMeatBear": {
            "id": "FoodMeatBear",
            "name": "Сырое мясо медведя",
            "type": "grindableRecipes",
            "input": "FoodMeatBear",
            "result": {
                "UncookedAnimalProteins": 9,
                "Fat": 9
            }
        },
        "FoodMeatSpiderlegCooked": {
            "id": "FoodMeatSpiderlegCooked",
            "name": "Приготовленная паучья нога",
            "type": "grindableRecipes",
            "input": "FoodMeatSpiderlegCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "FoodMeatBearCutletCooked": {
            "id": "FoodMeatBearCutletCooked",
            "name": "Котлета из медведя",
            "type": "grindableRecipes",
            "input": "FoodMeatBearCutletCooked",
            "result": {
                "Nutriment": 2,
                "Protein": 2
            }
        },
        "ADTFoodCinnamon": {
            "id": "ADTFoodCinnamon",
            "name": "Палочка корицы",
            "type": "grindableRecipes",
            "input": "ADTFoodCinnamon",
            "result": {
                "ADTСinnamon": 5
            }
        },
        "ADTFoodPapaverSomniferum": {
            "id": "ADTFoodPapaverSomniferum",
            "name": "Мак снотворный",
            "type": "grindableRecipes",
            "input": "ADTFoodPapaverSomniferum",
            "result": {
                "Nutriment": 2,
                "Toxin": 4,
                "ADTOpium": 10
            }
        },
        "ADTFoodCarnation": {
            "id": "ADTFoodCarnation",
            "name": "Гвоздика",
            "type": "grindableRecipes",
            "input": "ADTFoodCarnation",
            "result": {
                "ADTCarnation": 5
            }
        },
        "FoodMeatBaconCooked": {
            "id": "FoodMeatBaconCooked",
            "name": "Бекон",
            "type": "grindableRecipes",
            "input": "FoodMeatBaconCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "FoodMeatAnomalyCooked": {
            "id": "FoodMeatAnomalyCooked",
            "name": "Аномальный стейк",
            "type": "grindableRecipes",
            "input": "FoodMeatAnomalyCooked",
            "result": {
                "Nutriment": 100,
                "Protein": 50
            }
        },
        "FoodLingzhi": {
            "id": "FoodLingzhi",
            "name": "Линчжи",
            "type": "grindableRecipes",
            "input": "FoodLingzhi",
            "result": {
                "Ultravasculine": 20,
                "Epinephrine": 20
            }
        },
        "FoodLaughinPeaPod": {
            "id": "FoodLaughinPeaPod",
            "name": "Стручок смешного горошка",
            "type": "grindableRecipes",
            "input": "FoodLaughinPeaPod",
            "result": {
                "Nutriment": 3,
                "Sugar": 5,
                "Laughter": 5
            }
        },
        "FoodMeatDuckCutlet": {
            "id": "FoodMeatDuckCutlet",
            "name": "Сырая утиная котлета",
            "type": "grindableRecipes",
            "input": "FoodMeatDuckCutlet",
            "result": {
                "UncookedAnimalProteins": 3,
                "Fat": 2
            }
        },
        "FoodMeatSalami": {
            "id": "FoodMeatSalami",
            "name": "Салями",
            "type": "grindableRecipes",
            "input": "FoodMeatSalami",
            "result": {
                "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                "Fat": 5
            }
        },
        "FoodMeatSnail": {
            "id": "FoodMeatSnail",
            "name": "Сырое мясо улитки",
            "type": "grindableRecipes",
            "input": "FoodMeatSnail",
            "result": {
                "UncookedAnimalProteins": 3,
                "Fat": 3,
                "Water": 4
            }
        },
        "FoodMeatSnake": {
            "id": "FoodMeatSnake",
            "name": "Сырое мясо змеи",
            "type": "grindableRecipes",
            "input": "FoodMeatSnake",
            "result": {
                "UncookedAnimalProteins": 10,
                "Toxin": 2
            }
        },
        "FoodMeatBacon": {
            "id": "FoodMeatBacon",
            "name": "Сырой бекон",
            "type": "grindableRecipes",
            "input": "FoodMeatBacon",
            "result": {
                "UncookedAnimalProteins": 2,
                "Fat": 9
            }
        },
        "FoodBloodTomato": {
            "id": "FoodBloodTomato",
            "name": "Кровяной помидор",
            "type": "grindableRecipes",
            "input": "FoodBloodTomato",
            "result": {
                "Blood": 10,
                "Vitamin": 4
            }
        },
        "FoodMeatXeno": {
            "id": "FoodMeatXeno",
            "name": "Сырое ксено мясо",
            "type": "grindableRecipes",
            "input": "FoodMeatXeno",
            "result": {
                "SulfuricAcid": 20
            }
        },
        "FoodAloe": {
            "id": "FoodAloe",
            "name": "Алоэ",
            "type": "grindableRecipes",
            "input": "FoodAloe",
            "result": {
                "Aloe": 10,
                "Dermaline": 10
            }
        },
        "FoodOnionRed": {
            "id": "FoodOnionRed",
            "name": "Красный лук",
            "type": "grindableRecipes",
            "input": "FoodOnionRed",
            "result": {
                "Nutriment": 10,
                "Vitamin": 4,
                "Allicin": 4
            }
        },
        "FoodMushroom": {
            "id": "FoodMushroom",
            "name": "Гроздь лисичек",
            "type": "grindableRecipes",
            "input": "FoodMushroom",
            "result": {
                "Nutriment": 5
            }
        },
        "FoodCocoaBeans": {
            "id": "FoodCocoaBeans",
            "name": "Какао-бобы",
            "type": "grindableRecipes",
            "input": "FoodCocoaBeans",
            "result": {
                "Nutriment": 2,
                "Vitamin": 1,
                "CocoaPowder": 2
            }
        },
        "ADTFoodMeatChickenBakedLeg": {
            "id": "ADTFoodMeatChickenBakedLeg",
            "name": "Запеченная куриная ножка",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatChickenBakedLeg",
            "result": {
                "Nutriment": 4,
                "Protein": 3
            }
        },
        "FoodMeatLizardCooked": {
            "id": "FoodMeatLizardCooked",
            "name": "Стейк из ящерицы",
            "type": "grindableRecipes",
            "input": "FoodMeatLizardCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "FoodCorn": {
            "id": "FoodCorn",
            "name": "Початок кукурузы",
            "type": "grindableRecipes",
            "input": "FoodCorn",
            "result": {
                "Cornmeal": 15,
                "Nutriment": 5
            }
        },
        "FoodOrange": {
            "id": "FoodOrange",
            "name": "Апельсин",
            "type": "grindableRecipes",
            "input": "FoodOrange",
            "result": {
                "Nutriment": 5,
                "Vitamin": 4
            }
        },
        "FoodMeatChickenFried": {
            "id": "FoodMeatChickenFried",
            "name": "Жареная курица",
            "type": "grindableRecipes",
            "input": "FoodMeatChickenFried",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "ADTFoodSnackChocolateBarNuts": {
            "id": "ADTFoodSnackChocolateBarNuts",
            "name": "Шоколадный батончик с орехами",
            "type": "grindableRecipes",
            "input": "ADTFoodSnackChocolateBarNuts",
            "result": {
                "Nutriment": 10,
                "Theobromine": 3,
                "CocoaPowder": 1
            }
        },
        "FoodBanana": {
            "id": "FoodBanana",
            "name": "Банан",
            "type": "grindableRecipes",
            "input": "FoodBanana",
            "result": {
                "Nutriment": 4,
                "Vitamin": 2
            }
        },
        "FoodMeatSpiderCutlet": {
            "id": "FoodMeatSpiderCutlet",
            "name": "Сырая паучья котлета",
            "type": "grindableRecipes",
            "input": "FoodMeatSpiderCutlet",
            "result": {
                "UncookedAnimalProteins": 3,
                "Fat": 2
            }
        },
        "FoodMeatCrab": {
            "id": "FoodMeatCrab",
            "name": "Сырое крабовое мясо",
            "type": "grindableRecipes",
            "input": "FoodMeatCrab",
            "result": {
                "UncookedAnimalProteins": 1,
                "Fat": 2
            }
        },
        "ADTFoodMeatShadekin": {
            "id": "ADTFoodMeatShadekin",
            "name": "Сырое мясо сумеречника",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatShadekin",
            "result": {
                "UncookedAnimalProteins": 7,
                "Fat": 1
            }
        },
        "FoodMeatPlant": {
            "id": "FoodMeatPlant",
            "name": "Сырое мясо растения",
            "type": "grindableRecipes",
            "input": "FoodMeatPlant",
            "result": {
                "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                "Fat": 5
            }
        },
        "FoodMeatXenoCutletCooked": {
            "id": "FoodMeatXenoCutletCooked",
            "name": "Ксено котлета",
            "type": "grindableRecipes",
            "input": "FoodMeatXenoCutletCooked",
            "result": {
                "Nutriment": 1,
                "Protein": 1
            }
        },
        "FoodMeatGoliath": {
            "id": "FoodMeatGoliath",
            "name": "Сырое мясо голиафа",
            "type": "grindableRecipes",
            "input": "FoodMeatGoliath",
            "result": {
                "UncookedAnimalProteins": 5,
                "Fat": 3
            }
        },
        "FoodHolymelon": {
            "id": "FoodHolymelon",
            "name": "Святой арбуз",
            "type": "grindableRecipes",
            "input": "FoodHolymelon",
            "result": {
                "Nutriment": 10,
                "Vitamin": 5,
                "Holywater": 10
            }
        },
        "FoodMeatCooked": {
            "id": "FoodMeatCooked",
            "name": "Стейк",
            "type": "grindableRecipes",
            "input": "FoodMeatCooked",
            "result": {
                "Nutriment": 10,
                "Protein": 5
            }
        },
        "FoodCabbage": {
            "id": "FoodCabbage",
            "name": "Кочан капусты",
            "type": "grindableRecipes",
            "input": "FoodCabbage",
            "result": {
                "Nutriment": 10,
                "Vitamin": 4
            }
        },
        "FoodMeatGoliathCooked": {
            "id": "FoodMeatGoliathCooked",
            "name": "Стейк из голиафа",
            "type": "grindableRecipes",
            "input": "FoodMeatGoliathCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "FoodMeatBearCooked": {
            "id": "FoodMeatBearCooked",
            "name": "Жареное мясо медведя",
            "type": "grindableRecipes",
            "input": "FoodMeatBearCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "FoodWatermelon": {
            "id": "FoodWatermelon",
            "name": "Арбуз",
            "type": "grindableRecipes",
            "input": "FoodWatermelon",
            "result": {
                "Nutriment": 10,
                "Vitamin": 5,
                "Water": 10
            }
        },
        "FoodMeatCutletCooked": {
            "id": "FoodMeatCutletCooked",
            "name": "Котлета",
            "type": "grindableRecipes",
            "input": "FoodMeatCutletCooked",
            "result": {
                "Nutriment": 2,
                "Protein": 2
            }
        },
        "FoodGarlic": {
            "id": "FoodGarlic",
            "name": "Чеснок",
            "type": "grindableRecipes",
            "input": "FoodGarlic",
            "result": {
                "Nutriment": 10,
                "Vitamin": 4,
                "Allicin": 4
            }
        },
        "FoodPotato": {
            "id": "FoodPotato",
            "name": "Картофель",
            "type": "grindableRecipes",
            "input": "FoodPotato",
            "result": {
                "Nutriment": 10,
                "Vitamin": 4
            }
        },
        "ADTFoodMandarinSlice": {
            "id": "ADTFoodMandarinSlice",
            "name": "Мандариновая долька",
            "type": "grindableRecipes",
            "input": "ADTFoodMandarinSlice",
            "result": {
                "Nutriment": 2
            }
        },
        "FoodMeatRotten": {
            "id": "FoodMeatRotten",
            "name": "Тухлое мясо",
            "type": "grindableRecipes",
            "input": "FoodMeatRotten",
            "result": {
                "UncookedAnimalProteins": 5,
                "GastroToxin": 4,
                "Fat": 4
            }
        },
        "ADTFoodMeatChickenBakedWithVegetables": {
            "id": "ADTFoodMeatChickenBakedWithVegetables",
            "name": "Запеченная фаршированная курица с овощами",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatChickenBakedWithVegetables",
            "result": {
                "Nutriment": 36,
                "Protein": 24
            }
        },
        "FoodLime": {
            "id": "FoodLime",
            "name": "Лайм",
            "type": "grindableRecipes",
            "input": "FoodLime",
            "result": {
                "Nutriment": 5,
                "Vitamin": 4
            }
        },
        "FoodMeatSalamiSlice": {
            "id": "FoodMeatSalamiSlice",
            "name": "Ломтик салями",
            "type": "grindableRecipes",
            "input": "FoodMeatSalamiSlice",
            "result": {
                "Nutriment": 1,
                "Protein": 1
            }
        },
        "FoodMeatChickenCooked": {
            "id": "FoodMeatChickenCooked",
            "name": "Приготовленное мясо курицы",
            "type": "grindableRecipes",
            "input": "FoodMeatChickenCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "FoodChiliPepper": {
            "id": "FoodChiliPepper",
            "name": "Перец чили",
            "type": "grindableRecipes",
            "input": "FoodChiliPepper",
            "result": {
                "Nutriment": 4,
                "CapsaicinOil": 10,
                "Vitamin": 4
            }
        },
        "ADTFoodMeatChickenLeg": {
            "id": "ADTFoodMeatChickenLeg",
            "name": "Сырая куриная ножка",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatChickenLeg",
            "result": {
                "UncookedAnimalProteins": 6,
                "Fat": 6
            }
        },
        "FoodMeatPenguinCutletCooked": {
            "id": "FoodMeatPenguinCutletCooked",
            "name": "Котлета из пингвина",
            "type": "grindableRecipes",
            "input": "FoodMeatPenguinCutletCooked",
            "result": {
                "Nutriment": 2,
                "Protein": 2
            }
        },
        "FoodMeatSnailCooked": {
            "id": "FoodMeatSnailCooked",
            "name": "Варёная улитка",
            "type": "grindableRecipes",
            "input": "FoodMeatSnailCooked",
            "result": {
                "Nutriment": 3,
                "Protein": 3,
                "Water": 4
            }
        },
        "FoodOnionSlice": {
            "id": "FoodOnionSlice",
            "name": "Ломтик лука",
            "type": "grindableRecipes",
            "input": "FoodOnionSlice",
            "result": {
                "Nutriment": 2,
                "Allicin": 1,
                "Vitamin": 1
            }
        },
        "FoodPoppy": {
            "id": "FoodPoppy",
            "name": "Мак",
            "type": "grindableRecipes",
            "input": "FoodPoppy",
            "result": {
                "Nutriment": 2,
                "Bicaridine": 20
            }
        },
        "FoodMeatTomato": {
            "id": "FoodMeatTomato",
            "name": "Мясо помидора-убийцы",
            "type": "grindableRecipes",
            "input": "FoodMeatTomato",
            "result": {
                "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                "Fat": 5
            }
        },
        "FoodMeatClown": {
            "id": "FoodMeatClown",
            "name": "Мясо клоуна",
            "type": "grindableRecipes",
            "input": "FoodMeatClown",
            "result": {
                "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                "Fat": 5
            }
        },
        "FoodGrape": {
            "id": "FoodGrape",
            "name": "Виноград",
            "type": "grindableRecipes",
            "input": "FoodGrape",
            "result": {
                "Nutriment": 5,
                "Vitamin": 4
            }
        },
        "FoodTomato": {
            "id": "FoodTomato",
            "name": "Помидор",
            "type": "grindableRecipes",
            "input": "FoodTomato",
            "result": {
                "Nutriment": 7,
                "Vitamin": 3,
                "Water": 4
            }
        },
        "FoodKoibean": {
            "id": "FoodKoibean",
            "name": "Коибобы",
            "type": "grindableRecipes",
            "input": "FoodKoibean",
            "result": {
                "Nutriment": 5,
                "CarpoToxin": 2
            }
        },
        "FoodMeatDuckCutletCooked": {
            "id": "FoodMeatDuckCutletCooked",
            "name": "Утиная котлета",
            "type": "grindableRecipes",
            "input": "FoodMeatDuckCutletCooked",
            "result": {
                "Nutriment": 2,
                "Protein": 2
            }
        },
        "FoodSpaceshroom": {
            "id": "FoodSpaceshroom",
            "name": "Космогриб",
            "type": "grindableRecipes",
            "input": "FoodSpaceshroom",
            "result": {
                "Nutriment": 3,
                "Vitamin": 2
            }
        },
        "FoodMeat": {
            "id": "FoodMeat",
            "name": "Сырое мясо",
            "type": "grindableRecipes",
            "input": "FoodMeat",
            "result": {
                "UncookedAnimalProteins": 9,
                "Fat": 9
            }
        },
        "FoodAmbrosiaDeus": {
            "id": "FoodAmbrosiaDeus",
            "name": "Амброзия деус",
            "type": "grindableRecipes",
            "input": "FoodAmbrosiaDeus",
            "result": {
                "Omnizine": 3,
                "SpaceDrugs": 5,
                "Nutriment": 2,
                "Desoxyephedrine": 10
            }
        },
        "FoodMeatChickenCutletCooked": {
            "id": "FoodMeatChickenCutletCooked",
            "name": "Куриная котлета",
            "type": "grindableRecipes",
            "input": "FoodMeatChickenCutletCooked",
            "result": {
                "Nutriment": 2,
                "Protein": 2
            }
        },
        "FoodCherry": {
            "id": "FoodCherry",
            "name": "Вишня",
            "type": "grindableRecipes",
            "input": "FoodCherry",
            "result": {
                "Nutriment": 3,
                "Vitamin": 3
            }
        },
        "FoodMeatTomatoCutlet": {
            "id": "FoodMeatTomatoCutlet",
            "name": "Сырая котлета из помидора-убийцы",
            "type": "grindableRecipes",
            "input": "FoodMeatTomatoCutlet",
            "result": {
                "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                "Fat": 5
            }
        },
        "ADTFoodSnackChocolateBarEnergy": {
            "id": "ADTFoodSnackChocolateBarEnergy",
            "name": "Энергетический батончик",
            "type": "grindableRecipes",
            "input": "ADTFoodSnackChocolateBarEnergy",
            "result": {
                "Nutriment": 10,
                "Theobromine": 3,
                "CocoaPowder": 1
            }
        },
        "FoodRealCapfruit": {
            "id": "FoodRealCapfruit",
            "name": "Пистофрукт",
            "type": "grindableRecipes",
            "input": "FoodRealCapfruit",
            "result": {
                "Nutriment": 5,
                "Sulfur": 5
            }
        },
        "ADTFoodFishCutlet": {
            "id": "ADTFoodFishCutlet",
            "name": "Рыбный слайс",
            "type": "grindableRecipes",
            "input": "ADTFoodFishCutlet",
            "result": {
                "UncookedAnimalProteins": 2
            }
        },
        "ADTFoodMeatChickenBakedStuffedSlice": {
            "id": "ADTFoodMeatChickenBakedStuffedSlice",
            "name": "Кусок запеченной фаршированной курицы",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatChickenBakedStuffedSlice",
            "result": {
                "Nutriment": 3,
                "Protein": 2
            }
        },
        "ADTFoodMeatBratWurst": {
            "id": "ADTFoodMeatBratWurst",
            "name": "Братвурст",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatBratWurst",
            "result": {
                "Nutriment": 8,
                "Protein": 8,
                "Vitamin": 8
            }
        },
        "FoodMeatAnomaly": {
            "id": "FoodMeatAnomaly",
            "name": "Масса аномального мяса",
            "type": "grindableRecipes",
            "input": "FoodMeatAnomaly",
            "result": {
                "UncookedAnimalProteins": 90,
                "Fat": 90
            }
        },
        "FoodMeatRouny": {
            "id": "FoodMeatRouny",
            "name": "Сырое мясо руни",
            "type": "grindableRecipes",
            "input": "FoodMeatRouny",
            "result": {
                "SulfuricAcid": 20
            }
        },
        "ADTFoodSnackChocolateBarChoco": {
            "id": "ADTFoodSnackChocolateBarChoco",
            "name": "Шоколадный батончик",
            "type": "grindableRecipes",
            "input": "ADTFoodSnackChocolateBarChoco",
            "result": {
                "Nutriment": 10,
                "Theobromine": 3,
                "CocoaPowder": 1
            }
        },
        "ADTFoodMeatChickenBakedWing": {
            "id": "ADTFoodMeatChickenBakedWing",
            "name": "Запеченное куриное крылышко",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatChickenBakedWing",
            "result": {
                "Nutriment": 3,
                "Protein": 3
            }
        },
        "FoodMeatChicken": {
            "id": "FoodMeatChicken",
            "name": "Сырое мясо курицы",
            "type": "grindableRecipes",
            "input": "FoodMeatChicken",
            "result": {
                "UncookedAnimalProteins": 9,
                "Fat": 9
            }
        },
        "FoodMeatLizardCutlet": {
            "id": "FoodMeatLizardCutlet",
            "name": "Сырая котлета из ящерицы",
            "type": "grindableRecipes",
            "input": "FoodMeatLizardCutlet",
            "result": {
                "UncookedAnimalProteins": 3,
                "Fat": 2
            }
        },
        "ADTFoodMeatWeissWurst": {
            "id": "ADTFoodMeatWeissWurst",
            "name": "Вайсвурст",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatWeissWurst",
            "result": {
                "Nutriment": 8,
                "Protein": 8,
                "Vitamin": 8
            }
        },
        "FoodSpaceshroomCooked": {
            "id": "FoodSpaceshroomCooked",
            "name": "Приготовленный космогриб",
            "type": "grindableRecipes",
            "input": "FoodSpaceshroomCooked",
            "result": {
                "Nutriment": 10,
                "Vitamin": 5
            }
        },
        "FoodMeatDuck": {
            "id": "FoodMeatDuck",
            "name": "Сырое мясо утки",
            "type": "grindableRecipes",
            "input": "FoodMeatDuck",
            "result": {
                "UncookedAnimalProteins": 9,
                "Fat": 9
            }
        },
        "FoodMeatBearCutlet": {
            "id": "FoodMeatBearCutlet",
            "name": "Сырая котлета из медведя",
            "type": "grindableRecipes",
            "input": "FoodMeatBearCutlet",
            "result": {
                "UncookedAnimalProteins": 3,
                "Fat": 2
            }
        },
        "FoodSpacemansTrumpet": {
            "id": "FoodSpacemansTrumpet",
            "name": "Космонавтская труба",
            "type": "grindableRecipes",
            "input": "FoodSpacemansTrumpet",
            "result": {
                "Nutriment": 1,
                "PolypyryliumOligomers": 3
            }
        },
        "FoodMeatFish": {
            "id": "FoodMeatFish",
            "name": "Сырое филе карпа",
            "type": "grindableRecipes",
            "input": "FoodMeatFish",
            "result": {
                "CarpoToxin": 5
            }
        },
        "FoodWorldPeas": {
            "id": "FoodWorldPeas",
            "name": "Стручок гороха мира",
            "type": "grindableRecipes",
            "input": "FoodWorldPeas",
            "result": {
                "Happiness": 3,
                "Nutriment": 3,
                "Pax": 2
            }
        },
        "FoodMeatPenguinCooked": {
            "id": "FoodMeatPenguinCooked",
            "name": "Филе пингвина",
            "type": "grindableRecipes",
            "input": "FoodMeatPenguinCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "FoodMeatSpiderCutletCooked": {
            "id": "FoodMeatSpiderCutletCooked",
            "name": "Паучья котлета",
            "type": "grindableRecipes",
            "input": "FoodMeatSpiderCutletCooked",
            "result": {
                "Nutriment": 1,
                "Protein": 1
            }
        },
        "FoodGatfruit": {
            "id": "FoodGatfruit",
            "name": "Гатфрукт",
            "type": "grindableRecipes",
            "input": "FoodGatfruit",
            "result": {
                "Nutriment": 5,
                "Sulfur": 5
            }
        },
        "FoodLemon": {
            "id": "FoodLemon",
            "name": "Лимон",
            "type": "grindableRecipes",
            "input": "FoodLemon",
            "result": {
                "Nutriment": 5,
                "Vitamin": 4
            }
        },
        "FoodMeatCutlet": {
            "id": "FoodMeatCutlet",
            "name": "Сырая котлета",
            "type": "grindableRecipes",
            "input": "FoodMeatCutlet",
            "result": {
                "UncookedAnimalProteins": 3,
                "Fat": 2
            }
        },
        "FoodPineappleSlice": {
            "id": "FoodPineappleSlice",
            "name": "Ломтик ананаса",
            "type": "grindableRecipes",
            "input": "FoodPineappleSlice",
            "result": {
                "Nutriment": 2
            }
        },
        "FoodOnionRedSlice": {
            "id": "FoodOnionRedSlice",
            "name": "Ломтик красного лука",
            "type": "grindableRecipes",
            "input": "FoodOnionRedSlice",
            "result": {
                "Nutriment": 2,
                "Allicin": 1,
                "Vitamin": 1
            }
        },
        "FoodPeaPod": {
            "id": "FoodPeaPod",
            "name": "Стручок гороха",
            "type": "grindableRecipes",
            "input": "FoodPeaPod",
            "result": {
                "Nutriment": 3,
                "Vitamin": 2
            }
        },
        "FoodBungoPit": {
            "id": "FoodBungoPit",
            "name": "Косточка бунго",
            "type": "grindableRecipes",
            "input": "FoodBungoPit",
            "result": {
                "Nutriment": 2,
                "Bungotoxin": 5
            }
        },
        "FoodMimana": {
            "id": "FoodMimana",
            "name": "Миман",
            "type": "grindableRecipes",
            "input": "FoodMimana",
            "result": {
                "MuteToxin": 5,
                "Vitamin": 2
            }
        },
        "FoodLemoon": {
            "id": "FoodLemoon",
            "name": "Лилун",
            "type": "grindableRecipes",
            "input": "FoodLemoon",
            "result": {
                "Vitamin": 4,
                "Milk": 16
            }
        },
        "FoodChillyPepper": {
            "id": "FoodChillyPepper",
            "name": "Перец чилли",
            "type": "grindableRecipes",
            "input": "FoodChillyPepper",
            "result": {
                "Nutriment": 4,
                "FrostOil": 10,
                "Vitamin": 4
            }
        },
        "FoodMeatLizard": {
            "id": "FoodMeatLizard",
            "name": "Сырое мясо ящерицы",
            "type": "grindableRecipes",
            "input": "FoodMeatLizard",
            "result": {
                "UncookedAnimalProteins": 9,
                "Fat": 9
            }
        },
        "ADTFoodMeatChickenBaked": {
            "id": "ADTFoodMeatChickenBaked",
            "name": "Запеченная курица",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatChickenBaked",
            "result": {
                "Nutriment": 24,
                "Protein": 24
            }
        },
        "FoodMeatChickenCutlet": {
            "id": "FoodMeatChickenCutlet",
            "name": "Сырая куриная котлета",
            "type": "grindableRecipes",
            "input": "FoodMeatChickenCutlet",
            "result": {
                "UncookedAnimalProteins": 3,
                "Fat": 2
            }
        },
        "FoodAnomalyBerry": {
            "id": "FoodAnomalyBerry",
            "name": "Аномальная ягода",
            "type": "grindableRecipes",
            "input": "FoodAnomalyBerry",
            "result": {
                "Nutriment": 2,
                "Vitamin": 2,
                "Artifexium": 1
            }
        },
        "FoodMeatLizardCutletCooked": {
            "id": "FoodMeatLizardCutletCooked",
            "name": "Котлета из ящерицы",
            "type": "grindableRecipes",
            "input": "FoodMeatLizardCutletCooked",
            "result": {
                "Nutriment": 2,
                "Protein": 2
            }
        },
        "FoodLily": {
            "id": "FoodLily",
            "name": "Лилия",
            "type": "grindableRecipes",
            "input": "FoodLily",
            "result": {
                "Nutriment": 2,
                "Bicaridine": 20
            }
        },
        "FoodExtradimensionalOrange": {
            "id": "FoodExtradimensionalOrange",
            "name": "Внепространственный апельсин",
            "type": "grindableRecipes",
            "input": "FoodExtradimensionalOrange",
            "result": {
                "Haloperidol": 5,
                "Nutriment": 5,
                "Vitamin": 4
            }
        },
        "FoodBerries": {
            "id": "FoodBerries",
            "name": "Ягоды",
            "type": "grindableRecipes",
            "input": "FoodBerries",
            "result": {
                "Nutriment": 5,
                "Vitamin": 4
            }
        },
        "FoodHolymelonSlice": {
            "id": "FoodHolymelonSlice",
            "name": "Ломтик святого арбуза",
            "type": "grindableRecipes",
            "input": "FoodHolymelonSlice",
            "result": {
                "Nutriment": 2,
                "Vitamin": 1,
                "Holywater": 2
            }
        },
        "FoodMeatMeatball": {
            "id": "FoodMeatMeatball",
            "name": "Фрикаделька",
            "type": "grindableRecipes",
            "input": "FoodMeatMeatball",
            "result": {
                "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                "Fat": 5
            }
        },
        "FoodMeatDuckCooked": {
            "id": "FoodMeatDuckCooked",
            "name": "Приготовленная мясо утки",
            "type": "grindableRecipes",
            "input": "FoodMeatDuckCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "FoodMeatDragon": {
            "id": "FoodMeatDragon",
            "name": "Плоть дракона",
            "type": "grindableRecipes",
            "input": "FoodMeatDragon",
            "result": {
                "Ichor": 10
            }
        },
        "FoodMeatXenoCutlet": {
            "id": "FoodMeatXenoCutlet",
            "name": "Сырая ксено котлета",
            "type": "grindableRecipes",
            "input": "FoodMeatXenoCutlet",
            "result": {
                "SulfuricAcid": 20
            }
        },
        "ADTFoodSnackChocolateBarCoconut": {
            "id": "ADTFoodSnackChocolateBarCoconut",
            "name": "Кокосовый батончик",
            "type": "grindableRecipes",
            "input": "ADTFoodSnackChocolateBarCoconut",
            "result": {
                "Nutriment": 10,
                "Theobromine": 3,
                "CocoaPowder": 1
            }
        },
        "FoodMeatCrabCooked": {
            "id": "FoodMeatCrabCooked",
            "name": "Приготовленное мясо краба",
            "type": "grindableRecipes",
            "input": "FoodMeatCrabCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "ADTFoodMeatShadekinCutlet": {
            "id": "ADTFoodMeatShadekinCutlet",
            "name": "Сырая котлета из сумеречника",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatShadekinCutlet",
            "result": {
                "UncookedAnimalProteins": 3,
                "Fat": 1
            }
        },
        "FoodGlasstle": {
            "id": "FoodGlasstle",
            "name": "Стеклополох",
            "type": "grindableRecipes",
            "input": "FoodGlasstle",
            "result": {
                "Razorium": 15
            }
        },
        "FoodBungo": {
            "id": "FoodBungo",
            "name": "Плод бунго",
            "type": "grindableRecipes",
            "input": "FoodBungo",
            "result": {
                "Nutriment": 10,
                "Enzyme": 10
            }
        },
        "FoodAmbrosiaVulgaris": {
            "id": "FoodAmbrosiaVulgaris",
            "name": "Амброзия вульгарис",
            "type": "grindableRecipes",
            "input": "FoodAmbrosiaVulgaris",
            "result": {
                "Bicaridine": 5,
                "Kelotane": 5,
                "Nutriment": 2,
                "Desoxyephedrine": 10,
                "Vitamin": 2
            }
        },
        "FoodMeatWheat": {
            "id": "FoodMeatWheat",
            "name": "Мясной комок",
            "type": "grindableRecipes",
            "input": "FoodMeatWheat",
            "result": {
                "UncookedAnimalProteins": 1
            }
        },
        "ADTFoodMeatChickenBakedSlice": {
            "id": "ADTFoodMeatChickenBakedSlice",
            "name": "Кусок запеченной курицы",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatChickenBakedSlice",
            "result": {
                "Nutriment": 2,
                "Protein": 2
            }
        },
        "FoodBluePumpkin": {
            "id": "FoodBluePumpkin",
            "name": "Синяя тыква",
            "type": "grindableRecipes",
            "input": "FoodBluePumpkin",
            "result": {
                "Ammonia": 10,
                "Chlorine": 5,
                "Vitamin": 10
            }
        },
        "FoodMeatRounyCooked": {
            "id": "FoodMeatRounyCooked",
            "name": "Стейк из руни",
            "type": "grindableRecipes",
            "input": "FoodMeatRounyCooked",
            "result": {
                "Nutriment": 10,
                "Protein": 10
            }
        },
        "ADTFoodMeatFish": {
            "id": "ADTFoodMeatFish",
            "name": "Сырой кусок рыбы",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatFish",
            "result": {
                "UncookedAnimalProteins": 9
            }
        },
        "FoodMeatSpider": {
            "id": "FoodMeatSpider",
            "name": "Сырое мясо паука",
            "type": "grindableRecipes",
            "input": "FoodMeatSpider",
            "result": {
                "UncookedAnimalProteins": 9,
                "Fat": 9
            }
        },
        "ADTFoodMeatShadekinCutletCooked": {
            "id": "ADTFoodMeatShadekinCutletCooked",
            "name": "Котлета из сумеречника",
            "type": "grindableRecipes",
            "input": "ADTFoodMeatShadekinCutletCooked",
            "result": {
                "Nutriment": 3,
                "Protein": 1
            }
        },
        "FoodMeatCorgi": {
            "id": "FoodMeatCorgi",
            "name": "Первосортное мясо корги",
            "type": "grindableRecipes",
            "input": "FoodMeatCorgi",
            "result": {
                "Bicaridine": 20
            }
        },
        "ADTFoodMandarin": {
            "id": "ADTFoodMandarin",
            "name": "Мандарин",
            "type": "grindableRecipes",
            "input": "ADTFoodMandarin",
            "result": {
                "Nutriment": 5,
                "Vitamin": 4
            }
        },
        "FoodMeatMeatballCooked": {
            "id": "FoodMeatMeatballCooked",
            "name": "Фрикаделька",
            "type": "grindableRecipes",
            "input": "FoodMeatMeatballCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
        },
        "FoodFlyAmanita": {
            "id": "FoodFlyAmanita",
            "name": "Мухомор",
            "type": "grindableRecipes",
            "input": "FoodFlyAmanita",
            "result": {
                "Amatoxin": 25,
                "Nutriment": 5
            }
        },
        "FoodGalaxythistle": {
            "id": "FoodGalaxythistle",
            "name": "Галакточертополох",
            "type": "grindableRecipes",
            "input": "FoodGalaxythistle",
            "result": {
                "Stellibinin": 25
            }
        }
    },
    "heatableRecipes": {
        "FoodMeatPenguin": {
            "id": "FoodMeatPenguin",
            "name": "Сырое мясо пингвина",
            "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatPenguin",
            "result": "FoodMeatPenguinCooked"
        },
        "FoodMeatBear": {
            "id": "FoodMeatBear",
            "name": "Сырое мясо медведя",
            "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatBear",
            "result": "FoodMeatBearCooked"
        },
        "FoodMeatBacon": {
            "id": "FoodMeatBacon",
            "name": "Сырой бекон",
            "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatBacon",
            "result": "FoodMeatBaconCooked"
        },
        "FoodMeatCrab": {
            "id": "FoodMeatCrab",
            "name": "Сырое крабовое мясо",
            "type": "heatableRecipes",
            "minTemp": 335,
            "input": "FoodMeatCrab",
            "result": "FoodMeatCrabCooked"
        },
        "ADTFoodMeatShadekin": {
            "id": "ADTFoodMeatShadekin",
            "name": "Сырое мясо сумеречника",
            "type": "heatableRecipes",
            "minTemp": 340,
            "input": "ADTFoodMeatShadekin",
            "result": "ADTFoodMeatShadekinCooked"
        },
        "FoodMeatGoliath": {
            "id": "FoodMeatGoliath",
            "name": "Сырое мясо голиафа",
            "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatGoliath",
            "result": "FoodMeatGoliathCooked"
        },
        "FoodMeat": {
            "id": "FoodMeat",
            "name": "Сырое мясо",
            "type": "heatableRecipes",
            "minTemp": 335,
            "input": "FoodMeat",
            "result": "FoodMeatCooked"
        },
        "FoodMeatAnomaly": {
            "id": "FoodMeatAnomaly",
            "name": "Масса аномального мяса",
            "type": "heatableRecipes",
            "minTemp": 335,
            "input": "FoodMeatAnomaly",
            "result": "FoodMeatAnomalyCooked"
        },
        "FoodMeatRouny": {
            "id": "FoodMeatRouny",
            "name": "Сырое мясо руни",
            "type": "heatableRecipes",
            "minTemp": 445,
            "input": "FoodMeatRouny",
            "result": "FoodMeatRounyCooked"
        },
        "FoodMeatChicken": {
            "id": "FoodMeatChicken",
            "name": "Сырое мясо курицы",
            "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatChicken",
            "result": "FoodMeatChickenCooked"
        },
        "FoodMeatDuck": {
            "id": "FoodMeatDuck",
            "name": "Сырое мясо утки",
            "type": "heatableRecipes",
            "minTemp": 335,
            "input": "FoodMeatDuck",
            "result": "FoodMeatDuckCooked"
        },
        "FoodMeatLizard": {
            "id": "FoodMeatLizard",
            "name": "Сырое мясо ящерицы",
            "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatLizard",
            "result": "FoodMeatLizardCooked"
        },
        "ADTFoodMeatFish": {
            "id": "ADTFoodMeatFish",
            "name": "Сырой кусок рыбы",
            "type": "heatableRecipes",
            "minTemp": 340,
            "input": "ADTFoodMeatFish",
            "result": "ADTFoodFishCooked"
        }
    },
    "toolmadeRecipes": {
        "FoodDoughCotton": {
            "id": "FoodDoughCotton",
            "name": "Хлопковое тесто",
            "type": "toolmadeRecipes",
            "tool": "Rolling",
            "input": "FoodDoughCotton",
            "result": "FoodDoughCottonFlat"
        },
        "FoodDough": {
            "id": "FoodDough",
            "name": "Тесто",
            "type": "toolmadeRecipes",
            "tool": "Rolling",
            "input": "FoodDough",
            "result": "FoodDoughFlat"
        },
        "FoodDoughTortillaSlice": {
            "id": "FoodDoughTortillaSlice",
            "name": "Кусок теста тортильи",
            "type": "toolmadeRecipes",
            "tool": "Rolling",
            "input": "FoodDoughTortillaSlice",
            "result": "FoodDoughTortillaFlat"
        }
    },
    "mixableRecipes": {
        "CreateVeganCakeBatter": {
            "id": "CreateVeganCakeBatter",
            "type": "mixableRecipes"
        },
        "ChevreCurdling": {
            "id": "ChevreCurdling",
            "type": "mixableRecipes"
        },
        "CreateDough": {
            "id": "CreateDough",
            "type": "mixableRecipes"
        },
        "ADTBlueSkyDesoxyephedrineCrystalSpawn": {
            "id": "ADTBlueSkyDesoxyephedrineCrystalSpawn",
            "type": "mixableRecipes"
        },
        "CreateCornmealDough": {
            "id": "CreateCornmealDough",
            "type": "mixableRecipes"
        },
        "CreateDoughCotton": {
            "id": "CreateDoughCotton",
            "type": "mixableRecipes"
        },
        "ADTDesoxyephedrineCrystalSpawn": {
            "id": "ADTDesoxyephedrineCrystalSpawn",
            "type": "mixableRecipes"
        },
        "CreateTofu": {
            "id": "CreateTofu",
            "type": "mixableRecipes"
        },
        "Curdling": {
            "id": "Curdling",
            "type": "mixableRecipes"
        },
        "CreateMeatball": {
            "id": "CreateMeatball",
            "type": "mixableRecipes"
        },
        "CreateChocolate": {
            "id": "CreateChocolate",
            "type": "mixableRecipes"
        },
        "Meatification": {
            "id": "Meatification",
            "type": "mixableRecipes"
        },
        "CreatePieDough": {
            "id": "CreatePieDough",
            "type": "mixableRecipes"
        },
        "CreateButter": {
            "id": "CreateButter",
            "type": "mixableRecipes"
        },
        "CreateTortillaDough": {
            "id": "CreateTortillaDough",
            "type": "mixableRecipes"
        },
        "CreateCakeBatter": {
            "id": "CreateCakeBatter",
            "type": "mixableRecipes"
        }
    }
}