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

Материал из Space Station 14 Вики
(Update mealrecipes_prototypes.json via GitHub Actions)
(Update mealrecipes_prototypes.json via GitHub Actions)
Строка 1: Строка 1:
{
{
     "microwaveRecipes": {
     "microwaveRecipes": {
         "RecipeRatBurger": {
         "RecipeMushroomPizza": {
             "id": "RecipeRatBurger",
             "id": "RecipeMushroomPizza",
             "name": "Rat burger recipe",
             "name": "Mushroom pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 25,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodDoughFlat": 1,
                 "FoodMeatRat": 1
                 "FoodMushroom": 5
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerRat"
             "result": "FoodPizzaMushroom"
         },
         },
         "RecipeBrainBurger": {
         "RecipeMonkeysDelightSoup": {
             "id": "RecipeBrainBurger",
             "id": "RecipeMonkeysDelightSoup",
             "name": "Brain burger recipe",
             "name": "Monkeys delight recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBowlBig": 1,
                 "OrganHumanBrain": 1
                 "FoodBanana": 1,
                "MonkeyCube": 1
            },
            "reagents": {
                "Flour": 5,
                "TableSalt": 1,
                "Blackpepper": 1
             },
             },
            "reagents": {},
             "result": "FoodSoupMonkey"
             "result": "FoodBurgerBrain"
         },
         },
         "RecipeBaseballBurger": {
         "RecipeDoubleRatKebab": {
             "id": "RecipeBaseballBurger",
             "id": "RecipeDoubleRatKebab",
             "name": "Baseball burger recipe",
             "name": "Double rat kebab recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 20,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodMeatRat": 2,
                 "BaseBallBat": 1
                 "FoodKebabSkewer": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerBaseball"
             "result": "FoodMeatRatdoubleKebab"
         },
         },
         "RecipeCornInButter": {
         "RecipeClownBurger": {
             "id": "RecipeCornInButter",
             "id": "RecipeClownBurger",
             "name": "Corn in butter recipe",
             "name": "Clownburger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCorn": 1,
                 "FoodBreadBun": 1,
                 "FoodPlate": 1,
                 "ClothingMaskClown": 1
                "FoodButter": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMealCornInButter"
             "result": "FoodBurgerClown"
        },
        "RecipeWaffleSoy": {
            "id": "RecipeWaffleSoy",
            "name": "Soy waffle recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {},
            "reagents": {
                "Flour": 5,
                "MilkSoy": 5,
                "Egg": 6,
                "SodaWater": 5
            },
            "result": "FoodBakedWaffleSoy"
         },
         },
         "RecipeBaguette": {
         "RecipeCreamCheeseBread": {
             "id": "RecipeBaguette",
             "id": "RecipeCreamCheeseBread",
             "name": "Baguette recipe",
             "name": "Cream cheese bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDough": 1
                 "FoodDough": 1,
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 5,
                 "Milk": 5
                "Blackpepper": 5
             },
             },
             "result": "FoodBreadBaguette"
             "result": "FoodBreadCreamcheese"
         },
         },
         "RecipeSuperBiteBurger": {
         "RecipeMeatPizza": {
             "id": "RecipeSuperBiteBurger",
             "id": "RecipeMeatPizza",
             "name": "Super bite burger recipe",
             "name": "Meat pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 25,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodDoughFlat": 1,
                 "FoodMeat": 3,
                 "FoodMeat": 3,
                 "FoodCheeseSlice": 3,
                 "FoodCheeseSlice": 1,
                 "FoodTomato": 3,
                 "FoodTomato": 1
                "FoodEgg": 2
             },
             },
             "reagents": {
             "reagents": {},
                "TableSalt": 5
             "result": "FoodPizzaMeat"
            },
             "result": "FoodBurgerSuper"
         },
         },
         "RecipeBaconBurger": {
         "RecipeRaisinCookie": {
             "id": "RecipeBaconBurger",
             "id": "RecipeRaisinCookie",
             "name": "Bacon burger recipe",
             "name": "Raisin cookie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodSnackRaisins": 1
                 "FoodMeatBacon": 1,
            },
                 "FoodCheeseSlice": 2
            "reagents": {
                 "Flour": 5,
                 "Sugar": 5
             },
             },
            "reagents": {},
             "result": "FoodBakedCookieRaisin"
             "result": "FoodBurgerBacon"
         },
         },
         "RecipeDriedTobacco": {
         "RecipeJellyToast": {
             "id": "RecipeDriedTobacco",
             "id": "RecipeJellyToast",
             "name": "Dried tobacco leaves recipe",
             "name": "Jelly toast recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "LeavesTobacco": 1
                 "FoodBreadPlainSlice": 1,
                "FoodJellyAmanita": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "LeavesTobaccoDried"
             "result": "FoodBreadJellySlice"
         },
         },
         "RecipeSpiderMeatBread": {
         "RecipeDonkpocketGondola": {
             "id": "RecipeSpiderMeatBread",
             "id": "RecipeDonkpocketGondola",
             "name": "Spider meat bread recipe",
             "name": "Warm gondola-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodDonkpocketGondola": 1
                "FoodMeatSpiderCutlet": 2,
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadMeatSpider"
             "result": "FoodDonkpocketGondolaWarm"
         },
         },
         "RecipeTofuBurger": {
         "RecipeHerbSalad": {
             "id": "RecipeTofuBurger",
             "id": "RecipeHerbSalad",
             "name": "Tofu burger recipe",
             "name": "Herb salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBowlBig": 1,
                 "FoodTofuSlice": 1
                 "FoodAmbrosiaVulgaris": 3,
                "FoodApple": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerTofu"
             "result": "FoodSaladHerb"
         },
         },
         "RecipeClownCake": {
         "RecipeJellyBurger": {
             "id": "RecipeClownCake",
             "id": "RecipeJellyBurger",
             "name": "Clown cake recipe",
             "name": "Jelly burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "ClothingMaskClown": 1,
                 "FoodBreadBun": 1,
                 "FoodCakePlain": 1
                 "FoodJellyAmanita": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakeClown"
             "result": "FoodBurgerJelly"
         },
         },
         "RecipeGrapeTart": {
         "RecipeSpiderMeatBread": {
             "id": "RecipeGrapeTart",
             "id": "RecipeSpiderMeatBread",
             "name": "Grape tart recipe",
             "name": "Spider meat bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodDough": 1,
                 "FoodGrape": 3
                 "FoodMeatSpiderCutlet": 2,
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {
             "reagents": {},
                "Sugar": 5,
             "result": "FoodBreadMeatSpider"
                "Milk": 5
            },
             "result": "FoodTartGrape"
         },
         },
         "RecipeTacoRat": {
         "RecipeClownTears": {
             "id": "RecipeTacoRat",
             "id": "RecipeClownTears",
             "name": "Rat taco recipe",
             "name": "Clown's tears recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodTacoShell": 1,
                 "FoodBowlBig": 1,
                 "FoodCheeseSlice": 1,
                 "FoodOnionSlice": 1,
                 "FoodMeatRat": 1
                 "FoodTomato": 1,
                "BikeHorn": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoRat"
             "result": "FoodSoupClown"
         },
         },
         "RecipeMeatballSoup": {
         "RecipeWarmDonkpocketTeriyaki": {
             "id": "RecipeMeatballSoup",
             "id": "RecipeWarmDonkpocketTeriyaki",
             "name": "Meatball soup recipe",
             "name": "Warm teriyaki-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodDonkpocketTeriyaki": 1
                "FoodMeatMeatball": 1,
                "FoodCarrot": 1,
                "FoodPotato": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 10
             "result": "FoodDonkpocketTeriyakiWarm"
            },
             "result": "FoodSoupMeatball"
         },
         },
         "RecipeMeatBread": {
         "RecipeEmpoweredBurger": {
             "id": "RecipeMeatBread",
             "id": "RecipeEmpoweredBurger",
             "name": "Meat bread recipe",
             "name": "Empowered burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatCutlet": 2,
                 "SheetPlasma1": 2
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadMeat"
             "result": "FoodBurgerEmpowered"
         },
         },
         "RecipeSuppermatter": {
         "RecipePelmeni": {
             "id": "RecipeSuppermatter",
             "id": "RecipePelmeni",
             "name": "Suppermatter recipe",
             "name": "Pelmeni recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCakeBatter": 2
                 "FoodBowlBig": 1,
                "FoodMeatMeatball": 1,
                "FoodDoughSlice": 3
             },
             },
             "reagents": {
             "reagents": {
                 "Sugar": 30,
                 "Water": 20
                "Nitrogen": 10,
                "Plasma": 10
             },
             },
             "result": "FoodCakeSuppermatter"
             "result": "FoodPelmeniBowl"
         },
         },
         "RecipeTomatoBloodSoup": {
         "RecipeCookedSpaceshroom": {
             "id": "RecipeTomatoBloodSoup",
             "id": "RecipeCookedSpaceshroom",
             "name": "Tomato blood soup recipe",
             "name": "Cooked spaceshroom recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodSpaceshroom": 1
                "FoodBloodTomato": 2
             },
             },
             "reagents": {
             "reagents": {},
                "Blood": 10
             "result": "FoodSpaceshroomCooked"
            },
             "result": "FoodSoupTomatoBlood"
         },
         },
         "RecipeApplePie": {
         "RecipeRicePudding": {
             "id": "RecipeApplePie",
             "id": "RecipeRicePudding",
             "name": "Apple pie",
             "name": "Rice pudding recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBowlBig": 1
            },
            "reagents": {
                "Rice": 15,
                "Milk": 10,
                "Sugar": 5
            },
            "result": "FoodRicePudding"
        },
        "RecipeGrapeTart": {
            "id": "RecipeGrapeTart",
            "name": "Grape tart recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodDoughPie": 1,
                 "FoodApple": 3,
                 "FoodGrape": 3
                 "FoodPlateTin": 1
            },
            "reagents": {
                "Sugar": 5,
                 "Milk": 5
             },
             },
            "reagents": {},
             "result": "FoodTartGrape"
             "result": "FoodPieApple"
         },
         },
         "RecipeBisque": {
         "RecipeClownTearsSoup": {
             "id": "RecipeBisque",
             "id": "RecipeClownTearsSoup",
             "name": "Bisque recipe",
             "name": "Clown tears soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBowlBig": 1,
                 "FoodTomato": 1,
                 "FoodBanana": 1,
                 "FoodMushroom": 1,
                 "ShardGlass": 1
                "FoodMeatFish": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 10
                 "Water": 10
             },
             },
             "result": "FoodSoupBisque"
             "result": "FoodSoupClown"
         },
         },
         "RecipeChocolateCake": {
         "RecipeAmanitaPie": {
             "id": "RecipeChocolateCake",
             "id": "RecipeAmanitaPie",
             "name": "Chocolate cake recipe",
             "name": "Amanita pie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodDoughPie": 1,
                 "FoodSnackChocolateBar": 2
                 "FoodFlyAmanita": 1,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakeChocolate"
             "result": "FoodPieAmanita"
         },
         },
         "RecipeTacoBeef": {
         "RecipeRicePork": {
             "id": "RecipeTacoBeef",
             "id": "RecipeRicePork",
             "name": "Beef taco recipe",
             "name": "Rice and pork recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodTacoShell": 1,
                 "FoodRiceBoiled": 1,
                 "FoodMeatCutlet": 1,
                 "FoodMeatCutlet": 3
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoBeef"
             "result": "FoodRicePork"
         },
         },
         "RecipeEnchiladas": {
         "RecipeBread": {
             "id": "RecipeEnchiladas",
             "id": "RecipeBread",
             "name": "Enchiladas recipe",
             "name": "Bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 20,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodChili": 2,
                 "FoodDough": 1
                "FoodMeatCutlet": 1,
                "FoodCorn": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMealEnchiladas"
             "result": "FoodBreadPlain"
         },
         },
         "RecipeBlueberryCake": {
         "RecipePeaSoup": {
             "id": "RecipeBlueberryCake",
             "id": "RecipePeaSoup",
             "name": "Blueberry cake recipe",
             "name": "Pea soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodPeaPod": 2,
                 "FoodBerries": 3
                "FoodBowlBig": 1
            },
            "reagents": {
                 "Water": 10
             },
             },
            "reagents": {},
             "result": "FoodSoupPea"
             "result": "FoodCakeBlueberry"
         },
         },
         "RecipeDuckBurger": {
         "RecipeSashimi": {
             "id": "RecipeDuckBurger",
             "id": "RecipeSashimi",
             "name": "Duck sandwich recipe",
             "name": "Sashimi recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodMeatFish": 2
                "FoodMeatDuck": 1,
            },
                 "FoodCheeseSlice": 1
            "reagents": {
                 "TableSalt": 1
             },
             },
            "reagents": {},
             "result": "FoodMealSashimi"
             "result": "FoodBurgerDuck"
         },
         },
         "RecipeMoldyBreadSlice": {
         "RecipeWingFangChuSoupSpider": {
             "id": "RecipeMoldyBreadSlice",
             "id": "RecipeWingFangChuSoupSpider",
             "name": "Moldy bread slice recipe",
             "name": "Wing fang chu recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 1,
                 "FoodBowlBig": 1,
                 "FoodFlyAmanita": 1
                 "FoodMeatSpider": 2
            },
            "reagents": {
                "Soysauce": 5
             },
             },
            "reagents": {},
             "result": "FoodSoupWingFangChu"
             "result": "FoodBreadMoldySlice"
         },
         },
         "RecipeOrangeCake": {
         "RecipeCornbread": {
             "id": "RecipeOrangeCake",
             "id": "RecipeCornbread",
             "name": "Orange cake recipe",
             "name": "Cornbread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodDoughCornmeal": 1
                "FoodOrange": 3
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakeOrange"
             "result": "FoodBreadCorn"
         },
         },
         "RecipeBananaCreamPie": {
         "RecipeQueso": {
             "id": "RecipeBananaCreamPie",
             "id": "RecipeQueso",
             "name": "Banana cream pie",
             "name": "Queso recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodChili": 1,
                 "FoodBanana": 3,
                 "FoodCheeseSlice": 2
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPieBananaCream"
             "result": "FoodMealQueso"
         },
         },
         "RecipeColeslaw": {
         "RecipeMeatKebab": {
             "id": "RecipeColeslaw",
             "id": "RecipeMeatKebab",
             "name": "Coleslaw recipe",
             "name": "Meat kebab recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodMeatCutlet": 3,
                 "FoodOnionRed": 1,
                "FoodKebabSkewer": 1
                 "FoodCabbage": 1
            },
            "reagents": {},
            "result": "FoodMeatKebab"
        },
        "RecipeRegenerativeMesh": {
            "id": "RecipeRegenerativeMesh",
            "name": "Regenerative mesh recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodAloe": 1,
                 "Ointment": 1,
                 "MaterialCloth1": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Vinaigrette": 5
                 "Sigynate": 50,
                "Dermaline": 50
             },
             },
             "result": "FoodSaladColeslaw"
             "result": "RegenerativeMesh"
         },
         },
         "RecipeXenoPie": {
         "RecipeEggRice": {
             "id": "RecipeXenoPie",
             "id": "RecipeEggRice",
             "name": "Xeno pie recipe",
             "name": "Egg-fried rice recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodRiceBoiled": 1,
                 "FoodMeatXeno": 3,
                 "FoodEgg": 1,
                 "FoodPlateTin": 1
                 "FoodCarrot": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPieXeno"
             "result": "FoodRiceEgg"
         },
         },
         "RecipeCheeseburger": {
         "RecipeTacoFish": {
             "id": "RecipeCheeseburger",
             "id": "RecipeTacoFish",
             "name": "Cheeseburger recipe",
             "name": "Fish taco recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodTacoShell": 1,
                 "FoodMeat": 1,
                 "FoodMeatFish": 1,
                 "FoodCheeseSlice": 1
                 "FoodOnionSlice": 2,
                "FoodTomato": 1,
                "FoodCabbage": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerCheese"
             "result": "FoodTacoFish"
         },
         },
         "RecipeFrenchToast": {
         "RecipeSuppermatter": {
             "id": "RecipeFrenchToast",
             "id": "RecipeSuppermatter",
             "name": "French toast recipe",
             "name": "Suppermatter recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 1
                 "FoodCakeBatter": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Milk": 5,
                 "Sugar": 30,
                 "Egg": 12
                 "Nitrogen": 10,
                "Plasma": 10
             },
             },
             "result": "FoodBreadFrenchToast"
             "result": "FoodCakeSuppermatter"
         },
         },
         "RecipeSugarCookie": {
         "RecipeSuperBiteBurger": {
             "id": "RecipeSugarCookie",
             "id": "RecipeSuperBiteBurger",
             "name": "Sugar cookie recipe",
             "name": "Super bite burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 25,
             "solids": {
             "solids": {
                 "FoodButter": 1
                 "FoodBreadBun": 1,
                "FoodMeat": 3,
                "FoodCheeseSlice": 3,
                "FoodTomato": 3,
                "FoodEgg": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Flour": 5,
                 "TableSalt": 5
                "Sugar": 10
             },
             },
             "result": "FoodBakedCookieSugar"
             "result": "FoodBurgerSuper"
         },
         },
         "RecipeDonkpocketBerry": {
         "RecipePopcorn": {
             "id": "RecipeDonkpocketBerry",
             "id": "RecipePopcorn",
             "name": "Warm berry-pocket recipe",
             "name": "Popcorn recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 20,
             "solids": {
             "solids": {
                 "FoodDonkpocketBerry": 1
                 "FoodCorn": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketBerryWarm"
             "result": "FoodSnackPopcorn"
         },
         },
         "RecipeBigBiteBurger": {
         "RecipeDuckBurger": {
             "id": "RecipeBigBiteBurger",
             "id": "RecipeDuckBurger",
             "name": "Big bite burger recipe",
             "name": "Duck sandwich recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "FoodMeat": 2,
                 "FoodMeatDuck": 1,
                 "FoodCheeseSlice": 1,
                 "FoodCheeseSlice": 1
                "FoodTomato": 1,
                "FoodOnionSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerBig"
             "result": "FoodBurgerDuck"
         },
         },
         "RecipeFiestaKebab": {
         "RecipeSugarCookie": {
             "id": "RecipeFiestaKebab",
             "id": "RecipeSugarCookie",
             "name": "Fiesta kebab recipe",
             "name": "Sugar cookie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodChili": 1,
                 "FoodButter": 1
                "FoodCorn": 1,
            },
                "FoodMeatCutlet": 1,
            "reagents": {
                 "FoodTomato": 1,
                 "Flour": 5,
                 "FoodKebabSkewer": 1
                 "Sugar": 10
             },
             },
            "reagents": {},
             "result": "FoodBakedCookieSugar"
             "result": "FoodMeatFiestaKebab"
         },
         },
         "RecipeCookie": {
         "RecipeVegetableSoup": {
             "id": "RecipeCookie",
             "id": "RecipeVegetableSoup",
             "name": "Cookie recipe",
             "name": "Vegetable soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodButter": 1,
                 "FoodBowlBig": 1,
                 "FoodSnackChocolateBar": 1
                 "FoodCorn": 1,
                "FoodCarrot": 1,
                "FoodPotato": 1,
                "FoodEggplant": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Flour": 5,
                 "Water": 5
                "Sugar": 5
             },
             },
             "result": "FoodBakedCookie"
             "result": "FoodSoupVegetable"
         },
         },
         "RecipeCornbread": {
         "RecipeRobotBurger": {
             "id": "RecipeCornbread",
             "id": "RecipeRobotBurger",
             "name": "Cornbread recipe",
             "name": "Roburger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughCornmeal": 1
                 "FoodBreadBun": 1,
                "CapacitorStockPart": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadCorn"
             "result": "FoodBurgerRobot"
         },
         },
         "RecipeQueso": {
         "RecipeTacoChicken": {
             "id": "RecipeQueso",
             "id": "RecipeTacoChicken",
             "name": "Queso recipe",
             "name": "Chicken taco recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodChili": 1,
                 "FoodTacoShell": 1,
                 "FoodCheeseSlice": 2
                "FoodMeatChickenCutlet": 1,
                 "FoodCheeseSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMealQueso"
             "result": "FoodTacoChicken"
         },
         },
         "RecipeClownTears": {
         "RecipeGhostBurger": {
             "id": "RecipeClownTears",
             "id": "RecipeGhostBurger",
             "name": "Clown's tears recipe",
             "name": "Ghost burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadBun": 1,
                 "FoodOnionSlice": 1,
                 "Ectoplasm": 1
                "FoodTomato": 1,
                "BikeHorn": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSoupClown"
             "result": "FoodBurgerGhost"
         },
         },
         "RecipeTacoShell": {
         "RecipeRatKebab": {
             "id": "RecipeTacoShell",
             "id": "RecipeRatKebab",
             "name": "Taco shell recipe",
             "name": "Rat kebab recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughTortillaFlat": 1
                 "FoodMeatRat": 1,
                "FoodKebabSkewer": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoShell"
             "result": "FoodMeatRatKebab"
         },
         },
         "RecipeFiveBurger": {
         "RecipeChowMein": {
             "id": "RecipeFiveBurger",
             "id": "RecipeChowMein",
             "name": "Five alarm burger recipe",
             "name": "Chow mein recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodMeat": 1,
                 "FoodEggplant": 1,
                 "FoodChili": 3
                 "FoodCarrot": 1,
                "FoodCorn": 1,
                "FoodEgg": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerFive"
             "result": "FoodNoodlesChowmein"
         },
         },
         "RecipeAmanitaJelly": {
         "RecipeCornInButter": {
             "id": "RecipeAmanitaJelly",
             "id": "RecipeCornInButter",
             "name": "Amanita jelly recipe",
             "name": "Corn in butter recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodFlyAmanita": 3
                 "FoodCorn": 1,
                "FoodPlate": 1,
                "FoodButter": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 5,
             "result": "FoodMealCornInButter"
                "Vodka": 5
            },
             "result": "FoodJellyAmanita"
         },
         },
         "RecipeBrownies": {
         "RecipeVegetablePizza": {
             "id": "RecipeBrownies",
             "id": "RecipeVegetablePizza",
             "name": "Brownie recipe",
             "name": "Vegetable pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 25,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodButter": 2,
                 "FoodDoughFlat": 1,
                 "FoodSnackChocolateBar": 2,
                 "FoodEggplant": 1,
                 "FoodEgg": 3
                 "FoodCarrot": 1,
                "FoodCorn": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Flour": 15,
             "result": "FoodPizzaVegetable"
                "Sugar": 30
            },
             "result": "FoodBakedBrownieBatch"
         },
         },
         "RecipeWarmDonkpocket": {
         "RecipeBurgerMcguffin": {
             "id": "RecipeWarmDonkpocket",
             "id": "RecipeBurgerMcguffin",
             "name": "Warm donk pocket recipe",
             "name": "McGuffin recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDonkpocket": 1
                 "FoodBreadBun": 1,
                "FoodCheeseSlice": 1,
                "FoodEgg": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketWarm"
             "result": "FoodBurgerMcguffin"
         },
         },
         "RecipeCreamCheeseBread": {
         "RecipeBirthdayCake": {
             "id": "RecipeCreamCheeseBread",
             "id": "RecipeBirthdayCake",
             "name": "Cream cheese bread recipe",
             "name": "Birthday cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodCakePlain": 1
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Milk": 5
                 "Cream": 5
             },
             },
             "result": "FoodBreadCreamcheese"
             "result": "FoodCakeBirthday"
         },
         },
         "RecipeSoylentBurger": {
         "RecipeFruitSalad": {
             "id": "RecipeSoylentBurger",
             "id": "RecipeFruitSalad",
             "name": "Soylent burger recipe",
             "name": "Fruit salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBowlBig": 1,
                 "FoodCheeseSlice": 2,
                 "FoodOrange": 1,
                 "FoodSoybeans": 2
                "FoodApple": 1,
                "FoodGrape": 1,
                 "FoodWatermelonSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerSoy"
             "result": "FoodSaladFruit"
         },
         },
         "RecipeSashimi": {
         "RecipeCarrotCake": {
             "id": "RecipeSashimi",
             "id": "RecipeCarrotCake",
             "name": "Sashimi recipe",
             "name": "Carrot cake recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodMeatFish": 2
            },
            "reagents": {
                "TableSalt": 1
            },
            "result": "FoodMealSashimi"
        },
        "RecipeDonkpocketHonk": {
            "id": "RecipeDonkpocketHonk",
            "name": "Warm honk-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDonkpocketHonk": 1
                 "FoodCakePlain": 1,
                "FoodCarrot": 3
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketHonkWarm"
             "result": "FoodCakeCarrot"
         },
         },
         "RecipeMargheritaPizza": {
         "RecipePancake": {
             "id": "RecipeMargheritaPizza",
             "id": "RecipePancake",
             "name": "Margherita pizza recipe",
             "name": "Pancake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 5,
             "solids": {
             "solids": {},
                 "FoodDoughFlat": 1,
            "reagents": {
                 "FoodCheeseSlice": 1,
                 "Flour": 5,
                 "FoodTomato": 4
                 "Milk": 5,
                 "Egg": 6
             },
             },
            "reagents": {},
             "result": "FoodBakedPancake"
             "result": "FoodPizzaMargherita"
         },
         },
         "RecipeHumanKebab": {
         "RecipeBigBiteBurger": {
             "id": "RecipeHumanKebab",
             "id": "RecipeBigBiteBurger",
             "name": "Human kebab recipe",
             "name": "Big bite burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "TorsoHuman": 1,
                 "FoodBreadBun": 1,
                 "FoodKebabSkewer": 1
                 "FoodMeat": 2,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1,
                "FoodOnionSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMeatHumanKebab"
             "result": "FoodBurgerBig"
         },
         },
         "RecipeMimanaBread": {
         "RecipeMushroomSoup": {
             "id": "RecipeMimanaBread",
             "id": "RecipeMushroomSoup",
             "name": "Mimana bread recipe",
             "name": "Mushroom soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodBowlBig": 1,
                 "FoodMimana": 1
                 "FoodMushroom": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Nothing": 5
                 "Water": 5,
                "Milk": 5
             },
             },
             "result": "FoodBreadMimana"
             "result": "FoodSoupMushroom"
         },
         },
         "RecipeWingFangChuSoup": {
         "RecipeChickenSandwich": {
             "id": "RecipeWingFangChuSoup",
             "id": "RecipeChickenSandwich",
             "name": "Wing fang chu recipe",
             "name": "Chicken sandwich recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatXenoCutlet": 2
                 "FoodMeatChicken": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Soysauce": 5
                 "Mayo": 5
             },
             },
             "result": "FoodSoupWingFangChu"
             "result": "FoodBurgerChicken"
         },
         },
         "RecipeChocolateChipPancake": {
         "RecipeXenoburger": {
             "id": "RecipeChocolateChipPancake",
             "id": "RecipeXenoburger",
             "name": "Chocolate chip pancake recipe",
             "name": "Xenoburger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodSnackChocolateBar": 1
                 "FoodBreadBun": 1,
                "FoodMeatXeno": 1
             },
             },
             "reagents": {
             "reagents": {},
                 "Flour": 5,
            "result": "FoodBurgerXeno"
                 "Milk": 5,
        },
                 "Egg": 6
        "RecipeMargheritaPizza": {
            "id": "RecipeMargheritaPizza",
            "name": "Margherita pizza recipe",
            "type": "microwaveRecipes",
            "time": 30,
            "solids": {
                 "FoodDoughFlat": 1,
                 "FoodCheeseSlice": 1,
                 "FoodTomato": 4
             },
             },
             "result": "FoodBakedPancakeCc"
            "reagents": {},
             "result": "FoodPizzaMargherita"
         },
         },
         "RecipeSpellBurger": {
         "RecipeEyeballSoup": {
             "id": "RecipeSpellBurger",
             "id": "RecipeEyeballSoup",
             "name": "Spell burger recipe",
             "name": "Eyeball soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBowlBig": 1,
                 "ClothingHeadHatWizard": 1
                 "OrganHumanEyes": 1,
                "FoodCarrot": 1,
                "FoodPotato": 1
            },
            "reagents": {
                "Water": 10
             },
             },
            "reagents": {},
             "result": "FoodSoupEyeball"
             "result": "FoodBurgerSpell"
         },
         },
         "RecipeEggRice": {
         "RecipeDumplings": {
             "id": "RecipeEggRice",
             "id": "RecipeDumplings",
             "name": "Egg-fried rice recipe",
             "name": "Dumplings recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodRiceBoiled": 1,
                 "FoodDoughSlice": 3
                "FoodEgg": 1,
                "FoodCarrot": 1
             },
             },
             "reagents": {},
             "reagents": {
             "result": "FoodRiceEgg"
                "Water": 10,
                "UncookedAnimalProteins": 6
            },
             "result": "FoodBakedDumplings"
         },
         },
         "RecipeCookieOatmeal": {
         "RecipeCannabisBrownies": {
             "id": "RecipeCookieOatmeal",
             "id": "RecipeCannabisBrownies",
             "name": "Oatmeal cookie recipe",
             "name": "Cannabis brownie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 25,
             "solids": {
             "solids": {
                 "FoodButter": 1
                 "FoodCannabisButter": 2,
                "FoodSnackChocolateBar": 2,
                "FoodEgg": 3
             },
             },
             "reagents": {
             "reagents": {
                 "Oats": 5,
                 "Flour": 15,
                 "Sugar": 5
                 "Sugar": 30
             },
             },
             "result": "FoodBakedCookieOatmeal"
             "result": "FoodBakedCannabisBrownieBatch"
         },
         },
         "RecipeCarpBurger": {
         "RecipeRibs": {
             "id": "RecipeCarpBurger",
             "id": "RecipeRibs",
             "name": "Fillet-o-carp burger recipe",
             "name": "BBQ ribs recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodMeat": 2,
                 "FoodMeatFish": 1,
                 "FoodKebabSkewer": 1
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {},
             "reagents": {
            "result": "FoodBurgerCarp"
                "BbqSauce": 5
        },
        "RecipeBlueberryPancake": {
            "id": "RecipeBlueberryPancake",
            "name": "Blueberry pancake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBerries": 2
             },
             },
            "reagents": {
             "result": "FoodMealRibs"
                "Flour": 5,
                "Milk": 5,
                "Egg": 6
            },
             "result": "FoodBakedPancakeBb"
         },
         },
         "RecipeFoodBakedChevreChaud": {
         "RecipeBrainBurger": {
             "id": "RecipeFoodBakedChevreChaud",
             "id": "RecipeBrainBurger",
             "name": "Chevre chaud recipe",
             "name": "Brain burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodChevreSlice": 1,
                 "FoodBreadBun": 1,
                 "FoodBreadBaguetteSlice": 1
                 "OrganHumanBrain": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBakedChevreChaud"
             "result": "FoodBurgerBrain"
         },
         },
         "RecipeRicePork": {
         "RecipeCheesyFries": {
             "id": "RecipeRicePork",
             "id": "RecipeCheesyFries",
             "name": "Rice and pork recipe",
             "name": "Cheesy fries recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodRiceBoiled": 1,
                 "FoodPotato": 1,
                 "FoodMeatCutlet": 3
                 "FoodCheeseSlice": 1
            },
            "reagents": {
                "TableSalt": 5
             },
             },
            "reagents": {},
             "result": "FoodMealFriesCheesy"
             "result": "FoodRicePork"
         },
         },
         "RecipeDonkpocketPizza": {
         "RecipeCheeseCake": {
             "id": "RecipeDonkpocketPizza",
             "id": "RecipeCheeseCake",
             "name": "Donk-pocket pizza recipe",
             "name": "Cheese cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodCakePlain": 1,
                 "FoodDonkpocketWarm": 3,
                 "FoodCheeseSlice": 3
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
            },
            "reagents": {},
            "result": "FoodPizzaDonkpocket"
        },
        "RecipePeaSoup": {
            "id": "RecipePeaSoup",
            "name": "Pea soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodPeaPod": 2,
                "FoodBowlBig": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 10
                 "Cream": 10
             },
             },
             "result": "FoodSoupPea"
             "result": "FoodCakeCheese"
         },
         },
         "RecipeLimeCake": {
         "RecipeRiceGumbo": {
             "id": "RecipeLimeCake",
             "id": "RecipeRiceGumbo",
             "name": "Lime cake recipe",
             "name": "Black-eyed gumbo recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodRiceBoiled": 1,
                 "FoodLime": 3
                 "FoodMeatCutlet": 3,
                "FoodChili": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakeLime"
             "result": "FoodRiceGumbo"
         },
         },
         "RecipeDoubleRatKebab": {
         "RecipeGarlicBread": {
             "id": "RecipeDoubleRatKebab",
             "id": "RecipeGarlicBread",
             "name": "Double rat kebab recipe",
             "name": "Garlic bread slice recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 20,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodMeatRat": 2,
                 "FoodBreadPlainSlice": 1,
                 "FoodKebabSkewer": 1
                 "FoodGarlic": 1,
                "FoodButter": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMeatRatdoubleKebab"
             "result": "FoodBreadGarlicSlice"
         },
         },
         "RecipeBerryClafoutis": {
         "RecipeDankPizza": {
             "id": "RecipeBerryClafoutis",
             "id": "RecipeDankPizza",
             "name": "Berry clafoutis",
             "name": "Dank pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodDoughFlat": 1,
                 "FoodBerries": 3,
                 "FoodAmbrosiaVulgaris": 3,
                 "FoodPlateTin": 1
                 "FoodCheeseSlice": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPieClafoutis"
             "result": "FoodPizzaDank"
         },
         },
         "RecipeTacoChickenSupreme": {
         "RecipeCannabisButter": {
             "id": "RecipeTacoChickenSupreme",
             "id": "RecipeCannabisButter",
             "name": "Beef taco supreme recipe",
             "name": "Cannabis butter recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodTacoShell": 1,
                 "FoodButter": 1,
                 "FoodCheeseSlice": 1,
                 "LeavesCannabis": 6
                "FoodMeatChickenCutlet": 1,
                "FoodTomato": 1,
                "FoodCabbage": 1,
                "FoodOnionSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoChickenSupreme"
             "result": "FoodCannabisButter"
         },
         },
         "RecipeClownBurger": {
         "RecipeBaseballBurger": {
             "id": "RecipeClownBurger",
             "id": "RecipeBaseballBurger",
             "name": "Clownburger recipe",
             "name": "Baseball burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "ClothingMaskClown": 1
                 "BaseBallBat": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerClown"
             "result": "FoodBurgerBaseball"
         },
         },
         "RecipeOnionSoup": {
         "RecipeChocolateCake": {
             "id": "RecipeOnionSoup",
             "id": "RecipeChocolateCake",
             "name": "Onion soup recipe",
             "name": "Chocolate cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodCakePlain": 1,
                 "FoodOnionSlice": 5,
                 "FoodSnackChocolateBar": 2
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {
             "reagents": {},
                 "Water": 10
            "result": "FoodCakeChocolate"
        },
        "RecipeBoiledRice": {
            "id": "RecipeBoiledRice",
            "name": "Boiled rice recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                 "FoodBowlBig": 1
             },
             },
             "result": "FoodSoupOnion"
            "reagents": {
                "Rice": 15,
                "Water": 10
            },
             "result": "FoodRiceBoiled"
         },
         },
         "RecipeCarrotCake": {
         "RecipeValidSalad": {
             "id": "RecipeCarrotCake",
             "id": "RecipeValidSalad",
             "name": "Carrot cake recipe",
             "name": "Valid salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodBowlBig": 1,
                 "FoodCarrot": 3
                 "FoodAmbrosiaVulgaris": 3,
                "FoodPotato": 1,
                "FoodMeatMeatball": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakeCarrot"
             "result": "FoodSaladValid"
         },
         },
         "RecipeWarmDankpocket": {
         "RecipeLizardKebab": {
             "id": "RecipeWarmDankpocket",
             "id": "RecipeLizardKebab",
             "name": "Warm dank pocket recipe",
             "name": "Lizard kebab recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDonkpocketDank": 1
                 "FoodMeatLizard": 1,
                "FoodKebabSkewer": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketDankWarm"
             "result": "FoodMeatLizardtailKebab"
         },
         },
         "RecipeDankPizza": {
         "RecipeSpellBurger": {
             "id": "RecipeDankPizza",
             "id": "RecipeSpellBurger",
             "name": "Dank pizza recipe",
             "name": "Spell burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "ClothingHeadHatWizard": 1
            },
            "reagents": {},
            "result": "FoodBurgerSpell"
        },
        "RecipeHawaiianPizza": {
            "id": "RecipeHawaiianPizza",
            "name": "Hawaiian pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodDoughFlat": 1,
                 "FoodAmbrosiaVulgaris": 3,
                 "FoodMeatChickenCutlet": 3,
                 "FoodCheeseSlice": 1,
                 "FoodPineappleSlice": 5
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaDank"
             "result": "FoodPizzaPineapple"
         },
         },
         "RecipeStewSoup": {
         "RecipeBananaCreamPie": {
             "id": "RecipeStewSoup",
             "id": "RecipeBananaCreamPie",
             "name": "Stew recipe",
             "name": "Banana cream pie",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodDoughPie": 1,
                 "FoodMeatCutlet": 3,
                 "FoodBanana": 3,
                 "FoodTomato": 1,
                 "FoodPlateTin": 1
                "FoodPotato": 1,
                "FoodCarrot": 1,
                "FoodEggplant": 1,
                "FoodMushroom": 1
             },
             },
             "reagents": {
             "reagents": {},
                 "Water": 10
            "result": "FoodPieBananaCream"
        },
        "RecipeXenoMeatBread": {
            "id": "RecipeXenoMeatBread",
            "name": "Xeno meat bread recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                "FoodMeatXenoCutlet": 2,
                 "FoodCheeseSlice": 2
             },
             },
             "result": "FoodSoupStew"
            "reagents": {},
             "result": "FoodBreadMeatXeno"
         },
         },
         "RecipeAmanitaPie": {
         "RecipeBerryClafoutis": {
             "id": "RecipeAmanitaPie",
             "id": "RecipeBerryClafoutis",
             "name": "Amanita pie recipe",
             "name": "Berry clafoutis",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "FoodDoughPie": 1,
                 "FoodFlyAmanita": 1,
                 "FoodBerries": 3,
                 "FoodPlateTin": 1
                 "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPieAmanita"
             "result": "FoodPieClafoutis"
         },
         },
         "RecipeFries": {
         "RecipeCookie": {
             "id": "RecipeFries",
             "id": "RecipeCookie",
             "name": "Space fries recipe",
             "name": "Cookie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodPotato": 1
                 "FoodButter": 1,
                "FoodSnackChocolateBar": 1
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 5
                 "Flour": 5,
                "Sugar": 5
             },
             },
             "result": "FoodMealFries"
             "result": "FoodBakedCookie"
         },
         },
         "RecipeTacoChicken": {
         "RecipeCrazyHamburger": {
             "id": "RecipeTacoChicken",
             "id": "RecipeCrazyHamburger",
             "name": "Chicken taco recipe",
             "name": "Crazy hamburger recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodBreadBun": 1,
                "FoodMeat": 2,
                "FoodCheeseSlice": 2,
                "FoodChili": 1,
                "FoodCabbage": 1,
                "CrayonGreen": 1,
                "Flare": 1
            },
            "reagents": {
                "OilOlive": 15
            },
            "result": "FoodBurgerCrazy"
        },
        "RecipeDriedCannabis": {
            "id": "RecipeDriedCannabis",
            "name": "Dried cannabis leaves recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodTacoShell": 1,
                 "LeavesCannabis": 1
                "FoodMeatChickenCutlet": 1,
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoChicken"
             "result": "LeavesCannabisDried"
         },
         },
         "RecipeBearger": {
         "RecipeRatBurger": {
             "id": "RecipeBearger",
             "id": "RecipeRatBurger",
             "name": "Bearger recipe",
             "name": "Rat burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatBear": 1
                 "FoodMeatRat": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerBear"
             "result": "FoodBurgerRat"
         },
         },
         "RecipeHerbSalad": {
         "RecipeWatermelonFruitBowlSalad": {
             "id": "RecipeHerbSalad",
             "id": "RecipeWatermelonFruitBowlSalad",
             "name": "Herb salad recipe",
             "name": "Watermelon fruit bowl recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodWatermelon": 1,
                 "FoodAmbrosiaVulgaris": 3,
                 "FoodApple": 1,
                 "FoodApple": 1
                "FoodBanana": 1,
                "FoodLemon": 1,
                "FoodOrange": 1,
                 "FoodAmbrosiaVulgaris": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSaladHerb"
             "result": "FoodSaladWatermelonFruitBowl"
         },
         },
         "RecipeFoodMealSoftTaco": {
         "RecipeHumanBurger": {
             "id": "RecipeFoodMealSoftTaco",
             "id": "RecipeHumanBurger",
             "name": "Soft taco recipe",
             "name": "Human burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughSlice": 1,
                 "FoodBreadBun": 1,
                 "FoodTomato": 1,
                 "FoodMeatHuman": 1
                "FoodOnionSlice": 2,
                "FoodCheeseSlice": 1,
                "FoodMeatCutlet": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMealSoftTaco"
             "result": "FoodBurgerHuman"
         },
         },
         "RecipeRiceGumbo": {
         "RecipeDonkpocketHonk": {
             "id": "RecipeRiceGumbo",
             "id": "RecipeDonkpocketHonk",
             "name": "Black-eyed gumbo recipe",
             "name": "Warm honk-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodRiceBoiled": 1,
                 "FoodDonkpocketHonk": 1
                 "FoodMeatCutlet": 3,
            },
                 "FoodChili": 2
            "reagents": {},
            "result": "FoodDonkpocketHonkWarm"
        },
        "RecipeColeslaw": {
            "id": "RecipeColeslaw",
            "name": "Coleslaw recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodBowlBig": 1,
                 "FoodOnionRed": 1,
                 "FoodCabbage": 1
            },
            "reagents": {
                "Vinaigrette": 5
             },
             },
            "reagents": {},
             "result": "FoodSaladColeslaw"
             "result": "FoodRiceGumbo"
         },
         },
         "RecipeMimeBurger": {
         "RecipeCheeseburger": {
             "id": "RecipeMimeBurger",
             "id": "RecipeCheeseburger",
             "name": "Mime burger recipe",
             "name": "Cheeseburger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "ClothingMaskMime": 1
                 "FoodMeat": 1,
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerMime"
             "result": "FoodBurgerCheese"
         },
         },
         "RecipeVegetableSoup": {
         "RecipeCatBurger": {
             "id": "RecipeVegetableSoup",
             "id": "RecipeCatBurger",
             "name": "Vegetable soup recipe",
             "name": "Cat burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadBun": 1,
                 "FoodCorn": 1,
                 "FoodMeat": 1,
                 "FoodCarrot": 1,
                 "ClothingHeadHatCatEars": 1
                "FoodPotato": 1,
                "FoodEggplant": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 5
             "result": "FoodBurgerCat"
            },
             "result": "FoodSoupVegetable"
         },
         },
         "RecipeWatermelonFruitBowlSalad": {
         "RecipeSoylentBurger": {
             "id": "RecipeWatermelonFruitBowlSalad",
             "id": "RecipeSoylentBurger",
             "name": "Watermelon fruit bowl recipe",
             "name": "Soylent burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodWatermelon": 1,
                 "FoodBreadBun": 1,
                 "FoodApple": 1,
                 "FoodCheeseSlice": 2,
                "FoodBanana": 1,
                 "FoodSoybeans": 2
                 "FoodLemon": 1,
                "FoodOrange": 1,
                "FoodAmbrosiaVulgaris": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSaladWatermelonFruitBowl"
             "result": "FoodBurgerSoy"
         },
         },
         "RecipeCaesarSalad": {
         "RecipeFiestaKebab": {
             "id": "RecipeCaesarSalad",
             "id": "RecipeFiestaKebab",
             "name": "Caesar salad recipe",
             "name": "Fiesta kebab recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodChili": 1,
                 "FoodOnionRedSlice": 1,
                 "FoodCorn": 1,
                 "FoodBreadPlainSlice": 1,
                 "FoodMeatCutlet": 1,
                 "FoodCheeseSlice": 1,
                 "FoodTomato": 1,
                 "FoodCabbage": 1
                 "FoodKebabSkewer": 1
             },
             },
             "reagents": {
             "reagents": {},
                "OilOlive": 5
             "result": "FoodMeatFiestaKebab"
            },
             "result": "FoodSaladCaesar"
         },
         },
         "RecipeRegenerativeMesh": {
         "RecipeClownCake": {
             "id": "RecipeRegenerativeMesh",
             "id": "RecipeClownCake",
             "name": "Regenerative mesh recipe",
             "name": "Clown cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodAloe": 1,
                 "ClothingMaskClown": 1,
                 "Ointment": 1,
                 "FoodCakePlain": 1
                "MaterialCloth1": 1
            },
            "reagents": {
                "Sigynate": 50,
                "Dermaline": 50
            },
            "result": "RegenerativeMesh"
        },
        "RecipeAppendixBurger": {
            "id": "RecipeAppendixBurger",
            "name": "Appendix burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBreadBun": 1,
                "OrganHumanAppendix": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerAppendix"
             "result": "FoodCakeClown"
         },
         },
         "RecipeTacoBeefSupreme": {
         "RecipeTacoChickenSupreme": {
             "id": "RecipeTacoBeefSupreme",
             "id": "RecipeTacoChickenSupreme",
             "name": "Beef taco supreme recipe",
             "name": "Beef taco supreme recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
Строка 1148: Строка 1214:
                 "FoodTacoShell": 1,
                 "FoodTacoShell": 1,
                 "FoodCheeseSlice": 1,
                 "FoodCheeseSlice": 1,
                 "FoodMeatCutlet": 1,
                 "FoodMeatChickenCutlet": 1,
                 "FoodTomato": 1,
                 "FoodTomato": 1,
                 "FoodCabbage": 1,
                 "FoodCabbage": 1,
Строка 1154: Строка 1220:
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoBeefSupreme"
             "result": "FoodTacoChickenSupreme"
         },
         },
         "RecipeEyeballSoup": {
         "RecipeCrabBurger": {
             "id": "RecipeEyeballSoup",
             "id": "RecipeCrabBurger",
             "name": "Eyeball soup recipe",
             "name": "Crab burger recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodBowlBig": 1,
                "OrganHumanEyes": 1,
                "FoodCarrot": 1,
                "FoodPotato": 1
            },
            "reagents": {
                "Water": 10
            },
            "result": "FoodSoupEyeball"
        },
        "RecipeGhostBurger": {
            "id": "RecipeGhostBurger",
            "name": "Ghost burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "Ectoplasm": 1
                 "FoodMeatCrab": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerGhost"
             "result": "FoodBurgerCrab"
         },
         },
         "RecipeRatKebab": {
         "RecipeBoiledSpaghetti": {
             "id": "RecipeRatKebab",
             "id": "RecipeBoiledSpaghetti",
             "name": "Rat kebab recipe",
             "name": "Boiled spaghetti recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodMeatRat": 1,
                 "FoodButter": 1
                "FoodKebabSkewer": 1
             },
             },
             "reagents": {},
             "reagents": {
             "result": "FoodMeatRatKebab"
                "Flour": 15,
                "Egg": 6
            },
             "result": "FoodNoodlesBoiled"
         },
         },
         "RecipeXenoburger": {
         "RecipeApplePie": {
             "id": "RecipeXenoburger",
             "id": "RecipeApplePie",
             "name": "Xenoburger recipe",
             "name": "Apple pie",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodDoughPie": 1,
                 "FoodMeatXeno": 1
                 "FoodApple": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerXeno"
             "result": "FoodPieApple"
         },
         },
         "RecipeXenoMeatBread": {
         "RecipeBearger": {
             "id": "RecipeXenoMeatBread",
             "id": "RecipeBearger",
             "name": "Xeno meat bread recipe",
             "name": "Bearger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatXenoCutlet": 2,
                 "FoodMeatBear": 1
                "FoodCheeseSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadMeatXeno"
             "result": "FoodBurgerBear"
         },
         },
         "RecipeDonkpocketGondola": {
         "RecipeKimchiSalad": {
             "id": "RecipeDonkpocketGondola",
             "id": "RecipeKimchiSalad",
             "name": "Warm gondola-pocket recipe",
             "name": "Kimchi salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDonkpocketGondola": 1
                 "FoodBowlBig": 1,
                "FoodCarrot": 1,
                "FoodCabbage": 1,
                "FoodGarlic": 1
            },
            "reagents": {
                "Vinegar": 5
             },
             },
            "reagents": {},
             "result": "FoodSaladKimchi"
             "result": "FoodDonkpocketGondolaWarm"
         },
         },
         "RecipeWaffles": {
         "RecipeStewSoup": {
             "id": "RecipeWaffles",
             "id": "RecipeStewSoup",
             "name": "Waffle recipe",
             "name": "Stew recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {},
             "solids": {
                "FoodBowlBig": 1,
                "FoodMeatCutlet": 3,
                "FoodTomato": 1,
                "FoodPotato": 1,
                "FoodCarrot": 1,
                "FoodEggplant": 1,
                "FoodMushroom": 1
            },
             "reagents": {
             "reagents": {
                 "Flour": 5,
                 "Water": 10
                "Milk": 5,
                "Egg": 6,
                "SodaWater": 5
             },
             },
             "result": "FoodBakedWaffle"
             "result": "FoodSoupStew"
         },
         },
         "RecipeHawaiianPizza": {
         "RecipeTacoBeef": {
             "id": "RecipeHawaiianPizza",
             "id": "RecipeTacoBeef",
             "name": "Hawaiian pizza recipe",
             "name": "Beef taco recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodTacoShell": 1,
                 "FoodMeatChickenCutlet": 3,
                 "FoodMeatCutlet": 1,
                 "FoodPineappleSlice": 5
                 "FoodCheeseSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaPineapple"
             "result": "FoodTacoBeef"
         },
         },
         "RecipeCatBurger": {
         "RecipeOrangeCake": {
             "id": "RecipeCatBurger",
             "id": "RecipeOrangeCake",
             "name": "Cat burger recipe",
             "name": "Orange cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodCakePlain": 1,
                 "FoodMeat": 1,
                 "FoodOrange": 3
                "ClothingHeadHatCatEars": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerCat"
             "result": "FoodCakeOrange"
         },
         },
         "RecipeCheesyFries": {
         "RecipeOnionSoup": {
             "id": "RecipeCheesyFries",
             "id": "RecipeOnionSoup",
             "name": "Cheesy fries recipe",
             "name": "Onion soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodPotato": 1,
                 "FoodBowlBig": 1,
                "FoodOnionSlice": 5,
                 "FoodCheeseSlice": 1
                 "FoodCheeseSlice": 1
             },
             },
             "reagents": {
             "reagents": {
                 "TableSalt": 5
                 "Water": 10
             },
             },
             "result": "FoodMealFriesCheesy"
             "result": "FoodSoupOnion"
         },
         },
         "RecipePancake": {
         "RecipeCopypasta": {
             "id": "RecipePancake",
             "id": "RecipeCopypasta",
             "name": "Pancake recipe",
             "name": "Copypasta recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {},
            "reagents": {
                "Flour": 5,
                "Milk": 5,
                "Egg": 6
            },
            "result": "FoodBakedPancake"
        },
        "RecipeMeatballSpaghetti": {
            "id": "RecipeMeatballSpaghetti",
            "name": "Spaghetti \u0026 meatballs recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodNoodlesBoiled": 1,
                 "FoodNoodles": 2
                "FoodMeatMeatball": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodNoodlesMeatball"
             "result": "FoodNoodlesCopy"
         },
         },
         "RecipeCarrotFries": {
         "RecipeAloeCream": {
             "id": "RecipeCarrotFries",
             "id": "RecipeAloeCream",
             "name": "Carrot fries recipe",
             "name": "Aloe cream recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCarrot": 1
                 "FoodAloe": 1
             },
             },
             "reagents": {
             "reagents": {},
                "TableSalt": 5
             "result": "AloeCream"
            },
             "result": "FoodMealFriesCarrot"
         },
         },
         "RecipeWingFangChuSoupSpider": {
         "RecipeFiveBurger": {
             "id": "RecipeWingFangChuSoupSpider",
             "id": "RecipeFiveBurger",
             "name": "Wing fang chu recipe",
             "name": "Five alarm burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatSpider": 2
                 "FoodMeat": 1,
                "FoodChili": 3
             },
             },
             "reagents": {
             "reagents": {},
                "Soysauce": 5
             "result": "FoodBurgerFive"
            },
             "result": "FoodSoupWingFangChu"
         },
         },
         "RecipeBananaBread": {
         "RecipeFoodMealSoftTaco": {
             "id": "RecipeBananaBread",
             "id": "RecipeFoodMealSoftTaco",
             "name": "Banana bread recipe",
             "name": "Soft taco recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodDoughSlice": 1,
                 "FoodBanana": 1
                 "FoodTomato": 1,
                "FoodOnionSlice": 2,
                "FoodCheeseSlice": 1,
                "FoodMeatCutlet": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadBanana"
             "result": "FoodMealSoftTaco"
         },
         },
         "RecipeWarmDonkpocketTeriyaki": {
         "RecipeDriedTobacco": {
             "id": "RecipeWarmDonkpocketTeriyaki",
             "id": "RecipeDriedTobacco",
             "name": "Warm teriyaki-pocket recipe",
             "name": "Dried tobacco leaves recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDonkpocketTeriyaki": 1
                 "LeavesTobacco": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketTeriyakiWarm"
             "result": "LeavesTobaccoDried"
         },
         },
         "RecipeAppleCake": {
         "RecipeBun": {
             "id": "RecipeAppleCake",
             "id": "RecipeBun",
             "name": "Apple cake recipe",
             "name": "Bun recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodDoughSlice": 1
                 "FoodApple": 3
            },
            "reagents": {},
            "result": "FoodBreadBun"
        },
        "RecipeXenoPie": {
            "id": "RecipeXenoPie",
            "name": "Xeno pie recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDoughPie": 1,
                 "FoodMeatXeno": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakeApple"
             "result": "FoodPieXeno"
         },
         },
         "RecipeColdChili": {
         "RecipeTwoBreadSlice": {
             "id": "RecipeColdChili",
             "id": "RecipeTwoBreadSlice",
             "name": "Cold chili recipe",
             "name": "Two slice recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodSoupChiliHot": 1
                 "FoodBreadPlainSlice": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Nitrogen": 5
                 "Wine": 5
             },
             },
             "result": "FoodSoupChiliCold"
             "result": "FoodBreadTwoSlice"
         },
         },
         "RecipeLoadedBakedPotato": {
         "RecipeOatmeal": {
             "id": "RecipeLoadedBakedPotato",
             "id": "RecipeOatmeal",
             "name": "Loaded baked potato recipe",
             "name": "Oatmeal recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                "FoodPotato": 1,
                 "FoodBowlBig": 1
                "FoodCheeseSlice": 1
            },
            "reagents": {},
            "result": "FoodMealPotatoLoaded"
        },
        "RecipeMushroomSoup": {
            "id": "RecipeMushroomSoup",
            "name": "Mushroom soup recipe",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                 "FoodBowlBig": 1,
                "FoodMushroom": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 5,
                 "Oats": 15,
                 "Milk": 5
                 "Water": 10
             },
             },
             "result": "FoodSoupMushroom"
             "result": "FoodOatmeal"
         },
         },
         "RecipeChowMein": {
         "RecipeBlueberryCake": {
             "id": "RecipeChowMein",
             "id": "RecipeBlueberryCake",
             "name": "Chow mein recipe",
             "name": "Blueberry cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodNoodlesBoiled": 1,
                 "FoodCakePlain": 1,
                 "FoodEggplant": 1,
                 "FoodBerries": 3
                "FoodCarrot": 1,
                "FoodCorn": 1,
                "FoodEgg": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodNoodlesChowmein"
             "result": "FoodCakeBlueberry"
         },
         },
         "RecipeBirthdayCake": {
         "RecipeMeatPie": {
             "id": "RecipeBirthdayCake",
             "id": "RecipeMeatPie",
             "name": "Birthday cake recipe",
             "name": "Meat pie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1
                 "FoodDoughPie": 1,
                "FoodMeat": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {
             "reagents": {},
                 "Cream": 5
            "result": "FoodPieMeat"
        },
        "RecipeTofuBread": {
            "id": "RecipeTofuBread",
            "name": "Tofu bread recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodDough": 1,
                 "FoodTofu": 1
             },
             },
             "result": "FoodCakeBirthday"
            "reagents": {},
             "result": "FoodBreadTofu"
         },
         },
         "RecipeWarmDonkpocketPizza": {
         "RecipeAppendixBurger": {
             "id": "RecipeWarmDonkpocketPizza",
             "id": "RecipeAppendixBurger",
             "name": "Warm pizza-pocket recipe",
             "name": "Appendix burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDonkpocketPizza": 1
                 "FoodBreadBun": 1,
                "OrganHumanAppendix": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketPizzaWarm"
             "result": "FoodBurgerAppendix"
         },
         },
         "RecipeBoiledSpaghetti": {
         "RecipeBananaBread": {
             "id": "RecipeBoiledSpaghetti",
             "id": "RecipeBananaBread",
             "name": "Boiled spaghetti recipe",
             "name": "Banana bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodButter": 1
                 "FoodDough": 1,
                "FoodBanana": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Flour": 15,
             "result": "FoodBreadBanana"
                "Egg": 6
            },
             "result": "FoodNoodlesBoiled"
         },
         },
         "RecipeMeatPizza": {
         "RecipeCorgiBurger": {
             "id": "RecipeMeatPizza",
             "id": "RecipeCorgiBurger",
             "name": "Meat pizza recipe",
             "name": "Corgi burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodBreadBun": 1,
                 "FoodMeat": 3,
                 "FoodMeatCorgi": 1
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaMeat"
             "result": "FoodBurgerCorgi"
         },
         },
         "RecipePopcorn": {
         "RecipeCubanCarp": {
             "id": "RecipePopcorn",
             "id": "RecipeCubanCarp",
             "name": "Popcorn recipe",
             "name": "Cuban carp recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 20,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodCorn": 1
                 "FoodDough": 1,
                "FoodCheeseSlice": 2,
                "FoodChili": 1,
                "FoodMeatFish": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSnackPopcorn"
             "result": "FoodMealCubancarp"
         },
         },
         "RecipeHawaiianKebab": {
         "RecipeLemoonCake": {
             "id": "RecipeHawaiianKebab",
             "id": "RecipeLemoonCake",
             "name": "Hawaiian kebab recipe",
             "name": "Lemoon cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodChili": 1,
                 "FoodCakePlain": 1,
                 "FoodMeatCutlet": 1,
                 "FoodLemoon": 2,
                "FoodPineappleSlice": 1,
                 "FoodBerries": 1
                 "FoodKebabSkewer": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMeatHawaiianKebab"
             "result": "FoodCakeLemoon"
         },
         },
         "RecipeCorgiBurger": {
         "RecipeDonkpocketBerry": {
             "id": "RecipeCorgiBurger",
             "id": "RecipeDonkpocketBerry",
             "name": "Corgi burger recipe",
             "name": "Warm berry-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodDonkpocketBerry": 1
                "FoodMeatCorgi": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerCorgi"
             "result": "FoodDonkpocketBerryWarm"
         },
         },
         "RecipeJellyBurger": {
         "RecipeTacoBeefSupreme": {
             "id": "RecipeJellyBurger",
             "id": "RecipeTacoBeefSupreme",
             "name": "Jelly burger recipe",
             "name": "Beef taco supreme recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodTacoShell": 1,
                 "FoodJellyAmanita": 1
                 "FoodCheeseSlice": 1,
                "FoodMeatCutlet": 1,
                "FoodTomato": 1,
                "FoodCabbage": 1,
                "FoodOnionSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerJelly"
             "result": "FoodTacoBeefSupreme"
         },
         },
         "RecipeMonkeysDelightSoup": {
         "RecipeBurgerMcrib": {
             "id": "RecipeMonkeysDelightSoup",
             "id": "RecipeBurgerMcrib",
             "name": "Monkeys delight recipe",
             "name": "BBQ rib sandwich recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadBun": 1,
                 "FoodBanana": 1,
                 "FoodMealRibs": 1,
                 "MonkeyCube": 1
                 "FoodOnionSlice": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Flour": 5,
             "result": "FoodBurgerMcrib"
                "TableSalt": 1,
                "Blackpepper": 1
            },
             "result": "FoodSoupMonkey"
         },
         },
         "RecipeSlimeCake": {
         "RecipeSlimeCake": {
Строка 1559: Строка 1613:
             "result": "FoodCakeSlime"
             "result": "FoodCakeSlime"
         },
         },
         "RecipeButterNoodles": {
         "RecipeTomatoSoup": {
             "id": "RecipeButterNoodles",
             "id": "RecipeTomatoSoup",
             "name": "Butter noodles recipe",
             "name": "Tomato soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodNoodlesBoiled": 1,
                 "FoodBowlBig": 1,
                 "FoodButter": 1
                 "FoodTomato": 2
            },
            "reagents": {
                "Water": 10
             },
             },
            "reagents": {},
             "result": "FoodSoupTomato"
             "result": "FoodNoodlesButter"
         },
         },
         "RecipeBun": {
         "RecipeOnionRings": {
             "id": "RecipeBun",
             "id": "RecipeOnionRings",
             "name": "Bun recipe",
             "name": "Onion rings recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDoughSlice": 1
                 "FoodOnionSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadBun"
             "result": "FoodOnionRings"
         },
         },
         "RecipeRobotBurger": {
         "RecipeHumanKebab": {
             "id": "RecipeRobotBurger",
             "id": "RecipeHumanKebab",
             "name": "Roburger recipe",
             "name": "Human kebab recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "TorsoHuman": 1,
                 "CapacitorStockPart": 2
                 "FoodKebabSkewer": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerRobot"
             "result": "FoodMeatHumanKebab"
         },
         },
         "RecipeTomatoSoup": {
         "RecipeCatCake": {
             "id": "RecipeTomatoSoup",
             "id": "RecipeCatCake",
             "name": "Tomato soup recipe",
             "name": "Cat cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodCakePlain": 1,
                 "FoodTomato": 2
                 "FoodSnackRaisins": 1,
                "OrganAnimalHeart": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 10
                 "Milk": 15,
                "Cognizine": 5
             },
             },
             "result": "FoodSoupTomato"
             "result": "MobCatCake"
         },
         },
         "RecipeEmpoweredBurger": {
         "RecipeMedicatedSuture": {
             "id": "RecipeEmpoweredBurger",
             "id": "RecipeMedicatedSuture",
             "name": "Empowered burger recipe",
             "name": "Medicated suture recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodPoppy": 1,
                 "SheetPlasma1": 2
                 "Brutepack": 1,
                "MaterialCloth1": 1
            },
            "reagents": {
                "TranexamicAcid": 50,
                "Cryptobiolin": 50
             },
             },
            "reagents": {},
             "result": "MedicatedSuture"
             "result": "FoodBurgerEmpowered"
         },
         },
         "RecipeCopypasta": {
         "RecipeCitrusSalad": {
             "id": "RecipeCopypasta",
             "id": "RecipeCitrusSalad",
             "name": "Copypasta recipe",
             "name": "Citrus salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodNoodles": 2
                 "FoodBowlBig": 1,
                "FoodOrange": 1,
                "FoodLemon": 1,
                "FoodLime": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodNoodlesCopy"
             "result": "FoodSaladCitrus"
         },
         },
         "RecipeTofuBread": {
         "RecipeAppleCake": {
             "id": "RecipeTofuBread",
             "id": "RecipeAppleCake",
             "name": "Tofu bread recipe",
             "name": "Apple cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodCakePlain": 1,
                 "FoodTofu": 1
                 "FoodApple": 3
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadTofu"
             "result": "FoodCakeApple"
         },
         },
         "RecipeBread": {
         "RecipeSausageBread": {
             "id": "RecipeBread",
             "id": "RecipeSausageBread",
             "name": "Bread recipe",
             "name": "Sausage bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodDough": 1
                 "FoodDough": 1,
                "FoodMeat": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadPlain"
             "result": "FoodBreadSausage"
         },
         },
         "RecipeButteredToast": {
         "RecipePumpkinCake": {
             "id": "RecipeButteredToast",
             "id": "RecipePumpkinCake",
             "name": "Buttered toast recipe",
             "name": "Pumpkin cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 1,
                 "FoodCakePlain": 1,
                 "FoodButter": 1
                 "FoodPumpkin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadButteredToast"
             "result": "FoodCakePumpkin"
         },
         },
         "RecipeCitrusSalad": {
         "RecipeFries": {
             "id": "RecipeCitrusSalad",
             "id": "RecipeFries",
             "name": "Citrus salad recipe",
             "name": "Space fries recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodPotato": 1
                "FoodOrange": 1,
            },
                "FoodLemon": 1,
            "reagents": {
                 "FoodLime": 1
                 "TableSalt": 5
             },
             },
            "reagents": {},
             "result": "FoodMealFries"
             "result": "FoodSaladCitrus"
         },
         },
         "RecipeTrashBakedBananaPeel": {
         "RecipeCarrotFries": {
             "id": "RecipeTrashBakedBananaPeel",
             "id": "RecipeCarrotFries",
             "name": "Baked banana peel recipe",
             "name": "Carrot fries recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 15,
             "solids": {
             "solids": {
                 "TrashBananaPeel": 1
                 "FoodCarrot": 1
            },
            "reagents": {
                "TableSalt": 5
             },
             },
            "reagents": {},
             "result": "FoodMealFriesCarrot"
             "result": "TrashBakedBananaPeel"
         },
         },
         "RecipePlainBurger": {
         "RecipeChocolateChipPancake": {
             "id": "RecipePlainBurger",
             "id": "RecipeChocolateChipPancake",
             "name": "Plain burger recipe",
             "name": "Chocolate chip pancake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodSnackChocolateBar": 1
                 "FoodMeat": 1
            },
            "reagents": {
                "Flour": 5,
                 "Milk": 5,
                "Egg": 6
             },
             },
            "reagents": {},
             "result": "FoodBakedPancakeCc"
             "result": "FoodBurgerPlain"
         },
         },
         "RecipeJellyToast": {
         "RecipeFoodBakedChevreChaud": {
             "id": "RecipeJellyToast",
             "id": "RecipeFoodBakedChevreChaud",
             "name": "Jelly toast recipe",
             "name": "Chevre chaud recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 1,
                 "FoodChevreSlice": 1,
                 "FoodJellyAmanita": 1
                 "FoodBreadBaguetteSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadJellySlice"
             "result": "FoodBakedChevreChaud"
         },
         },
         "RecipeCookedSpaceshroom": {
         "RecipeAmanitaJelly": {
             "id": "RecipeCookedSpaceshroom",
             "id": "RecipeAmanitaJelly",
             "name": "Cooked spaceshroom recipe",
             "name": "Amanita jelly recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodSpaceshroom": 1
                 "FoodFlyAmanita": 3
            },
            "reagents": {
                "Water": 5,
                "Vodka": 5
             },
             },
            "reagents": {},
             "result": "FoodJellyAmanita"
             "result": "FoodSpaceshroomCooked"
         },
         },
         "RecipeJungleSalad": {
         "RecipeWarmDonkpocket": {
             "id": "RecipeJungleSalad",
             "id": "RecipeWarmDonkpocket",
             "name": "Jungle salad recipe",
             "name": "Warm donk pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodDonkpocket": 1
                "FoodBanana": 1,
                "FoodApple": 1,
                "FoodGrape": 1,
                "FoodWatermelonSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSaladJungle"
             "result": "FoodDonkpocketWarm"
         },
         },
         "RecipePumpkinCake": {
         "RecipeBrownies": {
             "id": "RecipePumpkinCake",
             "id": "RecipeBrownies",
             "name": "Pumpkin cake recipe",
             "name": "Brownie recipe",
            "type": "microwaveRecipes",
            "time": 25,
            "solids": {
                "FoodButter": 2,
                "FoodSnackChocolateBar": 2,
                "FoodEgg": 3
            },
            "reagents": {
                "Flour": 15,
                "Sugar": 30
            },
            "result": "FoodBakedBrownieBatch"
        },
        "RecipeWarmDankpocket": {
            "id": "RecipeWarmDankpocket",
            "name": "Warm dank pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodDonkpocketDank": 1
                "FoodPumpkin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCakePumpkin"
             "result": "FoodDonkpocketDankWarm"
         },
         },
         "RecipeDumplings": {
         "RecipeWingFangChuSoup": {
             "id": "RecipeDumplings",
             "id": "RecipeWingFangChuSoup",
             "name": "Dumplings recipe",
             "name": "Wing fang chu recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodDoughSlice": 3
                 "FoodBowlBig": 1,
                "FoodMeatXenoCutlet": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 10,
                 "Soysauce": 5
                "UncookedAnimalProteins": 6
             },
             },
             "result": "FoodBakedDumplings"
             "result": "FoodSoupWingFangChu"
         },
         },
         "RecipeRicePudding": {
         "RecipeMeatballSpaghetti": {
             "id": "RecipeRicePudding",
             "id": "RecipeMeatballSpaghetti",
             "name": "Rice pudding recipe",
             "name": "Spaghetti \u0026 meatballs recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1
                 "FoodNoodlesBoiled": 1,
                "FoodMeatMeatball": 2
             },
             },
             "reagents": {
             "reagents": {},
                "Rice": 15,
             "result": "FoodNoodlesMeatball"
                "Milk": 10,
                "Sugar": 5
            },
             "result": "FoodRicePudding"
         },
         },
         "RecipeLizardKebab": {
         "RecipeButterNoodles": {
             "id": "RecipeLizardKebab",
             "id": "RecipeButterNoodles",
             "name": "Lizard kebab recipe",
             "name": "Butter noodles recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodMeatLizard": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodKebabSkewer": 1
                 "FoodButter": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMeatLizardtailKebab"
             "result": "FoodNoodlesButter"
         },
         },
         "RecipeMeatKebab": {
         "RecipeBungoSoup": {
             "id": "RecipeMeatKebab",
             "id": "RecipeBungoSoup",
             "name": "Meat kebab recipe",
             "name": "Bungo soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodMeatCutlet": 3,
                 "FoodBowlBig": 1,
                 "FoodKebabSkewer": 1
                 "FoodBungo": 2,
                "FoodChili": 1
             },
             },
             "reagents": {},
             "reagents": {
             "result": "FoodMeatKebab"
                "Water": 5
            },
             "result": "FoodSoupBungo"
         },
         },
         "RecipeKimchiSalad": {
         "RecipeMoldyBreadSlice": {
             "id": "RecipeKimchiSalad",
             "id": "RecipeMoldyBreadSlice",
             "name": "Kimchi salad recipe",
             "name": "Moldy bread slice recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBreadPlainSlice": 1,
                 "FoodCarrot": 1,
                 "FoodFlyAmanita": 1
                "FoodCabbage": 1,
                "FoodGarlic": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Vinegar": 5
             "result": "FoodBreadMoldySlice"
            },
             "result": "FoodSaladKimchi"
         },
         },
         "RecipeClownTearsSoup": {
         "RecipeMeatBread": {
             "id": "RecipeClownTearsSoup",
             "id": "RecipeMeatBread",
             "name": "Clown tears soup recipe",
             "name": "Meat bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodDough": 1,
                 "FoodBanana": 1,
                 "FoodMeatCutlet": 2,
                 "ShardGlass": 1
                 "FoodCheeseSlice": 2
             },
             },
             "reagents": {
             "reagents": {},
                "Water": 10
             "result": "FoodBreadMeat"
            },
         },
             "result": "FoodSoupClown"
         "RecipeWaffles": {
         },
             "id": "RecipeWaffles",
         "RecipeCheeseCake": {
             "name": "Waffle recipe",
             "id": "RecipeCheeseCake",
             "name": "Cheese cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {},
                "FoodCakePlain": 1,
                "FoodCheeseSlice": 3
            },
             "reagents": {
             "reagents": {
                 "Cream": 10
                 "Flour": 5,
                "Milk": 5,
                "Egg": 6,
                "SodaWater": 5
             },
             },
             "result": "FoodCakeCheese"
             "result": "FoodBakedWaffle"
         },
         },
         "RecipeChickenSandwich": {
         "RecipeTofuBurger": {
             "id": "RecipeChickenSandwich",
             "id": "RecipeTofuBurger",
             "name": "Chicken sandwich recipe",
             "name": "Tofu burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatChicken": 1
                 "FoodTofuSlice": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Mayo": 5
             "result": "FoodBurgerTofu"
            },
             "result": "FoodBurgerChicken"
         },
         },
         "RecipeCannabisButter": {
         "RecipeLimeCake": {
             "id": "RecipeCannabisButter",
             "id": "RecipeLimeCake",
             "name": "Cannabis butter recipe",
             "name": "Lime cake recipe",
            "type": "microwaveRecipes",
            "time": 5,
            "solids": {
                "FoodCakePlain": 1,
                "FoodLime": 3
            },
            "reagents": {},
            "result": "FoodCakeLime"
        },
        "RecipeTacoRat": {
            "id": "RecipeTacoRat",
            "name": "Rat taco recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodButter": 1,
                 "FoodTacoShell": 1,
                 "LeavesCannabis": 6
                 "FoodCheeseSlice": 1,
                "FoodMeatRat": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodCannabisButter"
             "result": "FoodTacoRat"
         },
         },
         "RecipeCrazyHamburger": {
         "RecipeMimanaBread": {
             "id": "RecipeCrazyHamburger",
             "id": "RecipeMimanaBread",
             "name": "Crazy hamburger recipe",
             "name": "Mimana bread recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodDough": 1,
                 "FoodMeat": 2,
                 "FoodMimana": 1
                "FoodCheeseSlice": 2,
                "FoodChili": 1,
                "FoodCabbage": 1,
                "CrayonGreen": 1,
                "Flare": 1
             },
             },
             "reagents": {
             "reagents": {
                 "OilOlive": 15
                 "Nothing": 5
             },
             },
             "result": "FoodBurgerCrazy"
             "result": "FoodBreadMimana"
         },
         },
         "RecipeCrabBurger": {
         "RecipeButteredToast": {
             "id": "RecipeCrabBurger",
             "id": "RecipeButteredToast",
             "name": "Crab burger recipe",
             "name": "Buttered toast recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadPlainSlice": 1,
                 "FoodMeatCrab": 2
                 "FoodButter": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerCrab"
             "result": "FoodBreadButteredToast"
         },
         },
         "RecipeBoiledRice": {
         "RecipeHotChili": {
             "id": "RecipeBoiledRice",
             "id": "RecipeHotChili",
             "name": "Boiled rice recipe",
             "name": "Hot chili recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 20,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1
                 "FoodBowlBig": 1,
                "FoodChili": 1,
                "FoodMeatCutlet": 1,
                "FoodOnionSlice": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Rice": 15,
             "result": "FoodSoupChiliHot"
                "Water": 10
            },
             "result": "FoodRiceBoiled"
         },
         },
         "RecipeMeatPie": {
         "RecipeTrashBakedBananaPeel": {
             "id": "RecipeMeatPie",
             "id": "RecipeTrashBakedBananaPeel",
             "name": "Meat pie recipe",
             "name": "Baked banana peel recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughPie": 1,
                 "TrashBananaPeel": 1
                "FoodMeat": 3,
                "FoodPlateTin": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPieMeat"
             "result": "TrashBakedBananaPeel"
         },
         },
         "RecipeHumanBurger": {
         "RecipeBrainCake": {
             "id": "RecipeHumanBurger",
             "id": "RecipeBrainCake",
             "name": "Human burger recipe",
             "name": "Brain cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodCakePlain": 1,
                 "FoodMeatHuman": 1
                 "OrganHumanBrain": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerHuman"
             "result": "FoodCakeBrain"
         },
         },
         "RecipeDriedCannabis": {
         "RecipeDonkpocketPizza": {
             "id": "RecipeDriedCannabis",
             "id": "RecipeDonkpocketPizza",
             "name": "Dried cannabis leaves recipe",
             "name": "Donk-pocket pizza recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 30,
             "solids": {
             "solids": {
                 "LeavesCannabis": 1
                 "FoodDoughFlat": 1,
                "FoodDonkpocketWarm": 3,
                "FoodCheeseSlice": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "LeavesCannabisDried"
             "result": "FoodPizzaDonkpocket"
         },
         },
         "RecipeMushroomPizza": {
         "RecipeChiliClown": {
             "id": "RecipeMushroomPizza",
             "id": "RecipeChiliClown",
             "name": "Mushroom pizza recipe",
             "name": "Chili con carnival recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 25,
             "time": 30,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodBowlBig": 1,
                 "FoodMushroom": 5
                 "FoodChili": 1,
                "FoodMeatCutlet": 1,
                "FoodOnionSlice": 1,
                "FoodTomato": 1,
                "ClothingShoesClown": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaMushroom"
             "result": "FoodSoupChiliClown"
         },
         },
         "RecipeCake": {
         "RecipeBisque": {
             "id": "RecipeCake",
             "id": "RecipeBisque",
             "name": "Cake recipe",
             "name": "Bisque recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodCakeBatter": 1
                 "FoodBowlBig": 1,
                "FoodTomato": 1,
                "FoodMushroom": 1,
                "FoodMeatFish": 1
            },
            "reagents": {
                "Water": 10
             },
             },
            "reagents": {},
             "result": "FoodSoupBisque"
             "result": "FoodCakePlain"
         },
         },
         "RecipeMisoColaSoup": {
         "RecipePlainBurger": {
             "id": "RecipeMisoColaSoup",
             "id": "RecipePlainBurger",
             "name": "Salty sweet misocola soup recipe",
             "name": "Plain burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodSoupMiso": 1
                 "FoodBreadBun": 1,
                "FoodMeat": 1
             },
             },
             "reagents": {
             "reagents": {},
                "Cola": 5
             "result": "FoodBurgerPlain"
            },
             "result": "DisgustingSweptSoup"
         },
         },
         "RecipeOatmeal": {
         "RecipeBlueberryPancake": {
             "id": "RecipeOatmeal",
             "id": "RecipeBlueberryPancake",
             "name": "Oatmeal recipe",
             "name": "Blueberry pancake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1
                 "FoodBerries": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Oats": 15,
                 "Flour": 5,
                 "Water": 10
                 "Milk": 5,
                "Egg": 6
             },
             },
             "result": "FoodOatmeal"
             "result": "FoodBakedPancakeBb"
         },
         },
         "RecipeMedicatedSuture": {
         "RecipeBaconBurger": {
             "id": "RecipeMedicatedSuture",
             "id": "RecipeBaconBurger",
             "name": "Medicated suture recipe",
             "name": "Bacon burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodPoppy": 1,
                 "FoodBreadBun": 1,
                 "Brutepack": 1,
                 "FoodMeatBacon": 1,
                 "MaterialCloth1": 1
                 "FoodCheeseSlice": 2
             },
             },
             "reagents": {
             "reagents": {},
                "TranexamicAcid": 50,
             "result": "FoodBurgerBacon"
                "Cryptobiolin": 50
            },
             "result": "MedicatedSuture"
         },
         },
         "RecipeFruitSalad": {
         "RecipeEnchiladas": {
             "id": "RecipeFruitSalad",
             "id": "RecipeEnchiladas",
             "name": "Fruit salad recipe",
             "name": "Enchiladas recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 20,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodChili": 2,
                "FoodOrange": 1,
                 "FoodMeatCutlet": 1,
                 "FoodApple": 1,
                 "FoodCorn": 1
                 "FoodGrape": 1,
                "FoodWatermelonSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSaladFruit"
             "result": "FoodMealEnchiladas"
         },
         },
         "RecipeBrainCake": {
         "RecipeMisoColaSoup": {
             "id": "RecipeBrainCake",
             "id": "RecipeMisoColaSoup",
             "name": "Brain cake recipe",
             "name": "Salty sweet misocola soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodSoupMiso": 1
                 "OrganHumanBrain": 1
            },
            "reagents": {
                 "Cola": 5
             },
             },
            "reagents": {},
             "result": "DisgustingSweptSoup"
             "result": "FoodCakeBrain"
         },
         },
         "RecipeValidSalad": {
         "RecipeHawaiianKebab": {
             "id": "RecipeValidSalad",
             "id": "RecipeHawaiianKebab",
             "name": "Valid salad recipe",
             "name": "Hawaiian kebab recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodChili": 1,
                 "FoodAmbrosiaVulgaris": 3,
                 "FoodMeatCutlet": 1,
                 "FoodPotato": 1,
                 "FoodPineappleSlice": 1,
                 "FoodMeatMeatball": 1
                 "FoodKebabSkewer": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSaladValid"
             "result": "FoodMeatHawaiianKebab"
         },
         },
         "RecipePelmeni": {
         "RecipeBaguette": {
             "id": "RecipePelmeni",
             "id": "RecipeBaguette",
             "name": "Pelmeni recipe",
             "name": "Baguette recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 15,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodDough": 1
                "FoodMeatMeatball": 1,
                "FoodDoughSlice": 3
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 20
                 "TableSalt": 5,
                "Blackpepper": 5
             },
             },
             "result": "FoodPelmeniBowl"
             "result": "FoodBreadBaguette"
         },
         },
         "RecipeCatCake": {
         "RecipeColdChili": {
             "id": "RecipeCatCake",
             "id": "RecipeColdChili",
             "name": "Cat cake recipe",
             "name": "Cold chili recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodCakePlain": 1,
                 "FoodSoupChiliHot": 1
                "FoodSnackRaisins": 1,
                "OrganAnimalHeart": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Milk": 15,
                 "Nitrogen": 5
                "Cognizine": 5
             },
             },
             "result": "MobCatCake"
             "result": "FoodSoupChiliCold"
         },
         },
         "RecipeWarmDonkpocketSpicy": {
         "RecipeJungleSalad": {
             "id": "RecipeWarmDonkpocketSpicy",
             "id": "RecipeJungleSalad",
             "name": "Warm spicy donk-pocket recipe",
             "name": "Jungle salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDonkpocketSpicy": 1
                 "FoodBowlBig": 1,
                "FoodBanana": 1,
                "FoodApple": 1,
                "FoodGrape": 1,
                "FoodWatermelonSlice": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodDonkpocketSpicyWarm"
             "result": "FoodSaladJungle"
         },
         },
         "RecipeNettleSoup": {
         "RecipeMeatballSoup": {
             "id": "RecipeNettleSoup",
             "id": "RecipeMeatballSoup",
             "name": "Nettle soup recipe",
             "name": "Meatball soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBowlBig": 1,
                 "Nettle": 1,
                 "FoodMeatMeatball": 1,
                "FoodCarrot": 1,
                 "FoodPotato": 1
                 "FoodPotato": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 10,
                 "Water": 10
                "Egg": 6
             },
             },
             "result": "FoodSoupNettle"
             "result": "FoodSoupMeatball"
         },
         },
         "RecipeHotChili": {
         "RecipeWarmDonkpocketPizza": {
             "id": "RecipeHotChili",
             "id": "RecipeWarmDonkpocketPizza",
             "name": "Hot chili recipe",
             "name": "Warm pizza-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 20,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodDonkpocketPizza": 1
                "FoodChili": 1,
                "FoodMeatCutlet": 1,
                "FoodOnionSlice": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodSoupChiliHot"
             "result": "FoodDonkpocketPizzaWarm"
         },
         },
         "RecipeBurgerMcguffin": {
         "RecipeMimeBurger": {
             "id": "RecipeBurgerMcguffin",
             "id": "RecipeMimeBurger",
             "name": "McGuffin recipe",
             "name": "Mime burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodBreadBun": 1,
                 "FoodCheeseSlice": 1,
                 "ClothingMaskMime": 1
                 "FoodEgg": 2
            },
            "reagents": {},
            "result": "FoodBurgerMime"
        },
        "RecipeCake": {
            "id": "RecipeCake",
            "name": "Cake recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                 "FoodCakeBatter": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerMcguffin"
             "result": "FoodCakePlain"
         },
         },
         "RecipeTwoBreadSlice": {
         "RecipeFrenchToast": {
             "id": "RecipeTwoBreadSlice",
             "id": "RecipeFrenchToast",
             "name": "Two slice recipe",
             "name": "French toast recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodBreadPlainSlice": 2
                 "FoodBreadPlainSlice": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Wine": 5
                 "Milk": 5,
                "Egg": 12
             },
             },
             "result": "FoodBreadTwoSlice"
             "result": "FoodBreadFrenchToast"
         },
         },
         "RecipeGarlicBread": {
         "RecipeCookieOatmeal": {
             "id": "RecipeGarlicBread",
             "id": "RecipeCookieOatmeal",
             "name": "Garlic bread slice recipe",
             "name": "Oatmeal cookie recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 5,
             "solids": {
             "solids": {
                "FoodBreadPlainSlice": 1,
                "FoodGarlic": 1,
                 "FoodButter": 1
                 "FoodButter": 1
            },
            "reagents": {
                "Oats": 5,
                "Sugar": 5
            },
            "result": "FoodBakedCookieOatmeal"
        },
        "RecipeLoadedBakedPotato": {
            "id": "RecipeLoadedBakedPotato",
            "name": "Loaded baked potato recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodPotato": 1,
                "FoodCheeseSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBreadGarlicSlice"
             "result": "FoodMealPotatoLoaded"
         },
         },
         "RecipeBungoSoup": {
         "RecipeNettleSoup": {
             "id": "RecipeBungoSoup",
             "id": "RecipeNettleSoup",
             "name": "Bungo soup recipe",
             "name": "Nettle soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBowlBig": 1,
                 "FoodBungo": 2,
                 "Nettle": 1,
                 "FoodChili": 1
                 "FoodPotato": 1
             },
             },
             "reagents": {
             "reagents": {
                 "Water": 5
                 "Water": 10,
                "Egg": 6
             },
             },
             "result": "FoodSoupBungo"
             "result": "FoodSoupNettle"
         },
         },
         "RecipePastaTomato": {
         "RecipeWarmDonkpocketSpicy": {
             "id": "RecipePastaTomato",
             "id": "RecipeWarmDonkpocketSpicy",
             "name": "Pasta tomato recipe",
             "name": "Warm spicy donk-pocket recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodNoodlesBoiled": 1,
                 "FoodDonkpocketSpicy": 1
                "FoodTomato": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodNoodles"
             "result": "FoodDonkpocketSpicyWarm"
         },
         },
         "RecipeVegetablePizza": {
         "RecipeTacoShell": {
             "id": "RecipeVegetablePizza",
             "id": "RecipeTacoShell",
             "name": "Vegetable pizza recipe",
             "name": "Taco shell recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 30,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDoughFlat": 1,
                 "FoodDoughTortillaFlat": 1
                "FoodEggplant": 1,
                "FoodCarrot": 1,
                "FoodCorn": 1,
                "FoodTomato": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodPizzaVegetable"
             "result": "FoodTacoShell"
         },
         },
         "RecipeTacoFish": {
         "RecipeCarpBurger": {
             "id": "RecipeTacoFish",
             "id": "RecipeCarpBurger",
             "name": "Fish taco recipe",
             "name": "Fillet-o-carp burger recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodTacoShell": 1,
                 "FoodBreadBun": 1,
                 "FoodMeatFish": 1,
                 "FoodMeatFish": 1,
                 "FoodOnionSlice": 2,
                 "FoodCheeseSlice": 1
                "FoodTomato": 1,
                "FoodCabbage": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodTacoFish"
             "result": "FoodBurgerCarp"
         },
         },
         "RecipeBurgerMcrib": {
         "RecipePastaTomato": {
             "id": "RecipeBurgerMcrib",
             "id": "RecipePastaTomato",
             "name": "BBQ rib sandwich recipe",
             "name": "Pasta tomato recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 10,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodBreadBun": 1,
                 "FoodNoodlesBoiled": 1,
                 "FoodMealRibs": 1,
                 "FoodTomato": 2
                "FoodOnionSlice": 1
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodBurgerMcrib"
             "result": "FoodNoodles"
         },
         },
         "RecipeCubanCarp": {
         "RecipeLemonCake": {
             "id": "RecipeCubanCarp",
             "id": "RecipeLemonCake",
             "name": "Cuban carp recipe",
             "name": "Lemon cake recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
             "solids": {
             "solids": {
                 "FoodDough": 1,
                 "FoodCakePlain": 1,
                 "FoodCheeseSlice": 2,
                 "FoodLemon": 3
                "FoodChili": 1,
                "FoodMeatFish": 2
             },
             },
             "reagents": {},
             "reagents": {},
             "result": "FoodMealCubancarp"
             "result": "FoodCakeLemon"
         },
         },
         "RecipeRaisinCookie": {
         "RecipeTomatoBloodSoup": {
             "id": "RecipeRaisinCookie",
             "id": "RecipeTomatoBloodSoup",
             "name": "Raisin cookie recipe",
             "name": "Tomato blood soup recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 5,
             "time": 10,
             "solids": {
             "solids": {
                 "FoodSnackRaisins": 1
                 "FoodBowlBig": 1,
                "FoodBloodTomato": 2
             },
             },
             "reagents": {
             "reagents": {
                 "Flour": 5,
                 "Blood": 10
                "Sugar": 5
             },
             },
             "result": "FoodBakedCookieRaisin"
             "result": "FoodSoupTomatoBlood"
         },
         },
         "RecipeOnionRings": {
         "RecipeCaesarSalad": {
             "id": "RecipeOnionRings",
             "id": "RecipeCaesarSalad",
             "name": "Onion rings recipe",
             "name": "Caesar salad recipe",
             "type": "microwaveRecipes",
             "type": "microwaveRecipes",
             "time": 15,
             "time": 5,
            "solids": {
                "FoodOnionSlice": 1
            },
            "reagents": {},
            "result": "FoodOnionRings"
        },
        "RecipeChiliClown": {
            "id": "RecipeChiliClown",
            "name": "Chili con carnival recipe",
            "type": "microwaveRecipes",
            "time": 30,
             "solids": {
             "solids": {
                 "FoodBowlBig": 1,
                 "FoodBowlBig": 1,
                 "FoodChili": 1,
                 "FoodOnionRedSlice": 1,
                 "FoodMeatCutlet": 1,
                 "FoodBreadPlainSlice": 1,
                 "FoodOnionSlice": 1,
                 "FoodCheeseSlice": 1,
                 "FoodTomato": 1,
                 "FoodCabbage": 1
                "ClothingShoesClown": 1
            },
            "reagents": {},
            "result": "FoodSoupChiliClown"
        },
        "RecipeRibs": {
            "id": "RecipeRibs",
            "name": "BBQ ribs recipe",
            "type": "microwaveRecipes",
            "time": 15,
            "solids": {
                "FoodMeat": 2,
                "FoodKebabSkewer": 1
             },
             },
             "reagents": {
             "reagents": {
                 "BbqSauce": 5
                 "OilOlive": 5
             },
             },
             "result": "FoodMealRibs"
             "result": "FoodSaladCaesar"
         },
         }
         "RecipeCannabisBrownies": {
    },
             "id": "RecipeCannabisBrownies",
    "sliceableRecipes": {
             "name": "Cannabis brownie recipe",
         "FoodMeatChickenCooked": {
             "type": "microwaveRecipes",
             "id": "FoodMeatChickenCooked",
             "time": 25,
             "name": "Приготовленное мясо курицы",
            "solids": {
             "type": "sliceableRecipes",
                "FoodCannabisButter": 2,
             "input": "FoodMeatChickenCooked",
                "FoodSnackChocolateBar": 2,
             "result": "FoodMeatChickenCutletCooked",
                "FoodEgg": 3
             "count": 3
            },
             "reagents": {
                "Flour": 15,
                "Sugar": 30
            },
             "result": "FoodBakedCannabisBrownieBatch"
         },
         },
         "RecipeSausageBread": {
         "FoodMeatLizard": {
             "id": "RecipeSausageBread",
             "id": "FoodMeatLizard",
             "name": "Sausage bread recipe",
             "name": "Сырое мясо ящерицы",
             "type": "microwaveRecipes",
             "type": "sliceableRecipes",
             "time": 15,
             "input": "FoodMeatLizard",
            "solids": {
            "result": "FoodMeatLizardCutlet",
                "FoodDough": 1,
             "count": 3
                "FoodMeat": 1
            },
            "reagents": {},
             "result": "FoodBreadSausage"
         },
         },
         "RecipeLemonCake": {
         "FoodPizzaSassysage": {
             "id": "RecipeLemonCake",
             "id": "FoodPizzaSassysage",
             "name": "Lemon cake recipe",
             "name": "Дерзкалбасная пицца",
             "type": "microwaveRecipes",
             "type": "sliceableRecipes",
             "time": 5,
             "input": "FoodPizzaSassysage",
            "solids": {
            "result": "FoodPizzaSassysageSlice",
                "FoodCakePlain": 1,
             "count": 8
                "FoodLemon": 3
            },
            "reagents": {},
             "result": "FoodCakeLemon"
         },
         },
         "RecipeWaffleSoy": {
         "FoodCakeSlime": {
             "id": "RecipeWaffleSoy",
             "id": "FoodCakeSlime",
             "name": "Soy waffle recipe",
             "name": "Слаймовый торт",
             "type": "microwaveRecipes",
             "type": "sliceableRecipes",
             "time": 10,
             "input": "FoodCakeSlime",
            "solids": {},
             "result": "FoodCakeSlimeSlice",
             "reagents": {
            "count": 5
                "Flour": 5,
                "MilkSoy": 5,
                "Egg": 6,
                "SodaWater": 5
            },
            "result": "FoodBakedWaffleSoy"
         },
         },
         "RecipeAloeCream": {
         "FoodDough": {
             "id": "RecipeAloeCream",
             "id": "FoodDough",
             "name": "Aloe cream recipe",
             "name": "Тесто",
            "type": "microwaveRecipes",
            "time": 10,
            "solids": {
                "FoodAloe": 1
            },
            "reagents": {},
            "result": "AloeCream"
        }
    },
    "sliceableRecipes": {
        "FoodPizzaMeat": {
            "id": "FoodPizzaMeat",
            "name": "Мясная пицца",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPizzaMeat",
             "input": "FoodDough",
             "result": "FoodPizzaMeatSlice",
             "result": "FoodDoughSlice",
             "count": 8
             "count": 3
         },
         },
         "FoodPizzaDonkpocket": {
         "FoodMeatBearCooked": {
             "id": "FoodPizzaDonkpocket",
             "id": "FoodMeatBearCooked",
             "name": "Пицца донк-покет",
             "name": "Жареное мясо медведя",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPizzaDonkpocket",
             "input": "FoodMeatBearCooked",
             "result": "FoodPizzaDonkpocketSlice",
             "result": "FoodMeatBearCutletCooked",
             "count": 8
             "count": 3
         },
         },
         "FoodCakeVanilla": {
         "FoodMeatXeno": {
             "id": "FoodCakeVanilla",
             "id": "FoodMeatXeno",
             "name": "Ванильный торт",
             "name": "Сырое ксено мясо",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeVanilla",
             "input": "FoodMeatXeno",
             "result": "FoodCakeVanillaSlice",
             "result": "FoodMeatXenoCutlet",
            "count": 3
        },
        "FoodCakeSuppermatter": {
            "id": "FoodCakeSuppermatter",
            "name": "Суперматерия",
            "type": "sliceableRecipes",
            "input": "FoodCakeSuppermatter",
            "result": "FoodCakeSuppermatterSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodMeatChickenCooked": {
         "FoodTartMime": {
             "id": "FoodMeatChickenCooked",
             "id": "FoodTartMime",
             "name": "Приготовленное мясо курицы",
             "name": "Мимский тарт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatChickenCooked",
             "input": "FoodTartMime",
             "result": "FoodMeatChickenCutletCooked",
             "result": "FoodTartMimeSlice",
             "count": 3
             "count": 4
         },
         },
         "FoodCakeClown": {
         "FoodCakePumpkin": {
             "id": "FoodCakeClown",
             "id": "FoodCakePumpkin",
             "name": "Клоунский торт",
             "name": "Пряный тыквенный торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeClown",
             "input": "FoodCakePumpkin",
             "result": "FoodCakeClownSlice",
             "result": "FoodCakePumpkinSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodDough": {
         "FoodMeat": {
             "id": "FoodDough",
             "id": "FoodMeat",
             "name": "Тесто",
             "name": "Сырое мясо",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodDough",
             "input": "FoodMeat",
             "result": "FoodDoughSlice",
             "result": "FoodMeatCutlet",
             "count": 3
             "count": 3
         },
         },
         "FoodBreadCorn": {
         "FoodDoughTortilla": {
             "id": "FoodBreadCorn",
             "id": "FoodDoughTortilla",
             "name": "Кукурузный хлеб",
             "name": "Тесто тортильи",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadCorn",
             "input": "FoodDoughTortilla",
             "result": "FoodBreadCornSlice",
             "result": "FoodDoughTortillaSlice",
             "count": 5
             "count": 3
         },
         },
         "FoodPizzaMushroom": {
         "FoodCakePlain": {
             "id": "FoodPizzaMushroom",
             "id": "FoodCakePlain",
             "name": "Грибная пицца",
             "name": "Торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPizzaMushroom",
             "input": "FoodCakePlain",
             "result": "FoodPizzaMushroomSlice",
             "result": "FoodCakePlainSlice",
             "count": 8
             "count": 5
         },
         },
         "FoodBreadTofu": {
         "FoodBreadPlain": {
             "id": "FoodBreadTofu",
             "id": "FoodBreadPlain",
             "name": "Хлеб из тофу",
             "name": "Хлеб",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadTofu",
             "input": "FoodBreadPlain",
             "result": "FoodBreadTofuSlice",
             "result": "FoodBreadPlainSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodMeatClown": {
         "FoodMeatPenguinCooked": {
             "id": "FoodMeatClown",
             "id": "FoodMeatPenguinCooked",
             "name": "Мясо клоуна",
             "name": "Филе пингвина",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatClown",
             "input": "FoodMeatPenguinCooked",
             "result": "FoodMeatSalamiSlice",
             "result": "FoodMeatPenguinCutletCooked",
             "count": 5
            "count": 3
        },
        "FoodCakeLemon": {
            "id": "FoodCakeLemon",
            "name": "Лимонный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeLemon",
            "result": "FoodCakeLemonSlice",
             "count": 5
         },
         },
         "FoodMeatLizardCooked": {
         "FoodMeatLizardCooked": {
Строка 2471: Строка 2532:
             "count": 3
             "count": 3
         },
         },
         "FoodBreadMeat": {
         "FoodCakeCheese": {
             "id": "FoodBreadMeat",
             "id": "FoodCakeCheese",
             "name": "Мясной хлеб",
             "name": "Сырный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeCheese",
            "result": "FoodCakeCheeseSlice",
            "count": 5
        },
        "FoodBreadCorn": {
            "id": "FoodBreadCorn",
            "name": "Кукурузный хлеб",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadMeat",
             "input": "FoodBreadCorn",
             "result": "FoodBreadMeatSlice",
             "result": "FoodBreadCornSlice",
             "count": 5
             "count": 5
        },
        "FoodBreadBaguette": {
            "id": "FoodBreadBaguette",
            "name": "Багет",
            "type": "sliceableRecipes",
            "input": "FoodBreadBaguette",
            "result": "FoodBreadBaguetteSlice",
            "count": 12
         },
         },
         "FoodBreadSausage": {
         "FoodBreadSausage": {
Строка 2487: Строка 2564:
             "count": 5
             "count": 5
         },
         },
         "FoodPieMeat": {
         "FoodMeatChicken": {
             "id": "FoodPieMeat",
             "id": "FoodMeatChicken",
             "name": "Мясной пирог",
             "name": "Сырое мясо курицы",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPieMeat",
             "input": "FoodMeatChicken",
             "result": "FoodPieMeatSlice",
             "result": "FoodMeatChickenCutlet",
             "count": 4
             "count": 3
         },
         },
         "FoodCakeSlime": {
         "FoodBakedBrownieBatch": {
             "id": "FoodCakeSlime",
             "id": "FoodBakedBrownieBatch",
             "name": "Слаймовый торт",
             "name": "Брауни",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeSlime",
             "input": "FoodBakedBrownieBatch",
             "result": "FoodCakeSlimeSlice",
             "result": "FoodBakedBrownie",
             "count": 5
             "count": 6
         },
         },
         "FoodChevre": {
         "FoodMeatDuck": {
             "id": "FoodChevre",
             "id": "FoodMeatDuck",
             "name": "Брусок козьего сыра",
             "name": "Сырое мясо утки",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodChevre",
             "input": "FoodMeatDuck",
             "result": "FoodChevreSlice",
             "result": "FoodMeatDuckCutlet",
             "count": 3
             "count": 3
         },
         },
         "FoodPineapple": {
         "FoodBreadVolcanic": {
             "id": "FoodPineapple",
             "id": "FoodBreadVolcanic",
             "name": "Ананас",
             "name": "Вулканический хлеб",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPineapple",
             "input": "FoodBreadVolcanic",
             "result": "FoodPineappleSlice",
             "result": "FoodBreadVolcanicSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodMeatLizard": {
         "FoodMeatBear": {
             "id": "FoodMeatLizard",
             "id": "FoodMeatBear",
             "name": "Сырое мясо ящерицы",
             "name": "Сырое мясо медведя",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatLizard",
             "input": "FoodMeatBear",
             "result": "FoodMeatLizardCutlet",
             "result": "FoodMeatBearCutlet",
             "count": 3
             "count": 3
         },
         },
         "FoodPizzaMargherita": {
         "FoodCakeApple": {
             "id": "FoodPizzaMargherita",
             "id": "FoodCakeApple",
             "name": "Пицца маргарита",
             "name": "Яблочный торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPizzaMargherita",
             "input": "FoodCakeApple",
             "result": "FoodPizzaMargheritaSlice",
             "result": "FoodCakeAppleSlice",
             "count": 8
             "count": 5
         },
         },
         "FoodCakeBirthday": {
         "FoodPieCherry": {
             "id": "FoodCakeBirthday",
             "id": "FoodPieCherry",
             "name": "Именинный торт",
             "name": "Вишнёвый пирог",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeBirthday",
             "input": "FoodPieCherry",
             "result": "FoodCakeBirthdaySlice",
             "result": "FoodPieCherrySlice",
             "count": 5
             "count": 4
         },
         },
         "FoodTofu": {
         "FoodMeatDuckCooked": {
             "id": "FoodTofu",
             "id": "FoodMeatDuckCooked",
             "name": "Тофу",
             "name": "Приготовленная мясо утки",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodTofu",
             "input": "FoodMeatDuckCooked",
             "result": "FoodTofuSlice",
             "result": "FoodMeatDuckCutletCooked",
             "count": 3
             "count": 3
         },
         },
         "FoodMeatPenguinCooked": {
         "FoodBreadMeat": {
             "id": "FoodMeatPenguinCooked",
             "id": "FoodBreadMeat",
             "name": "Филе пингвина",
             "name": "Мясной хлеб",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatPenguinCooked",
             "input": "FoodBreadMeat",
             "result": "FoodMeatPenguinCutletCooked",
             "result": "FoodBreadMeatSlice",
             "count": 3
             "count": 5
         },
         },
         "FoodCheese": {
         "FoodMeatCooked": {
             "id": "FoodCheese",
             "id": "FoodMeatCooked",
             "name": "Головка сыра",
             "name": "Стейк",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCheese",
             "input": "FoodMeatCooked",
             "result": "FoodCheeseSlice",
             "result": "FoodMeatCutletCooked",
             "count": 3
             "count": 3
         },
         },
         "FoodCakeCheese": {
         "FoodPizzaPineapple": {
             "id": "FoodCakeCheese",
             "id": "FoodPizzaPineapple",
             "name": "Сырный торт",
             "name": "Гавайская пицца",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeCheese",
             "input": "FoodPizzaPineapple",
             "result": "FoodCakeCheeseSlice",
             "result": "FoodPizzaPineappleSlice",
             "count": 5
             "count": 8
        },
        "FoodPieXeno": {
            "id": "FoodPieXeno",
            "name": "Ксено-пирог",
            "type": "sliceableRecipes",
            "input": "FoodPieXeno",
            "result": "FoodPieXenoSlice",
            "count": 4
         },
         },
         "FoodWatermelon": {
         "FoodWatermelon": {
Строка 2591: Строка 2660:
             "count": 5
             "count": 5
         },
         },
         "FoodBreadCreamcheese": {
         "FoodMeatClown": {
             "id": "FoodBreadCreamcheese",
             "id": "FoodMeatClown",
             "name": "Хлеб со сливочным сыром",
             "name": "Мясо клоуна",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadCreamcheese",
             "input": "FoodMeatClown",
             "result": "FoodBreadCreamcheeseSlice",
             "result": "FoodMeatSalamiSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodPieCherry": {
         "FoodPieClafoutis": {
             "id": "FoodPieCherry",
             "id": "FoodPieClafoutis",
             "name": "Вишнёвый пирог",
             "name": "Ягодный клафути",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPieCherry",
             "input": "FoodPieClafoutis",
             "result": "FoodPieCherrySlice",
             "result": "FoodPieClafoutisSlice",
             "count": 4
             "count": 4
         },
         },
         "FoodMeatCooked": {
         "FoodPizzaDank": {
             "id": "FoodMeatCooked",
             "id": "FoodPizzaDank",
             "name": "Стейк",
             "name": "Расслабляющая пицца",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatCooked",
             "input": "FoodPizzaDank",
             "result": "FoodMeatCutletCooked",
             "result": "FoodPizzaDankSlice",
             "count": 3
             "count": 8
         },
         },
         "FoodCakeBlueberry": {
         "FoodCakeClown": {
             "id": "FoodCakeBlueberry",
             "id": "FoodCakeClown",
             "name": "Черничный торт",
             "name": "Клоунский торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeBlueberry",
             "input": "FoodCakeClown",
             "result": "FoodCakeBlueberrySlice",
             "result": "FoodCakeClownSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodMeatBear": {
         "FoodOnion": {
             "id": "FoodMeatBear",
             "id": "FoodOnion",
             "name": "Сырое мясо медведя",
             "name": "Лук",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatBear",
             "input": "FoodOnion",
             "result": "FoodMeatBearCutlet",
             "result": "FoodOnionSlice",
             "count": 3
             "count": 5
         },
         },
         "FoodMeatSalami": {
         "FoodPieBananaCream": {
             "id": "FoodMeatSalami",
             "id": "FoodPieBananaCream",
             "name": "Салями",
             "name": "Кремовый банановый пирог",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatSalami",
             "input": "FoodPieBananaCream",
             "result": "FoodMeatSalamiSlice",
             "result": "FoodPieBananaCreamSlice",
             "count": 5
             "count": 4
         },
         },
         "FoodMeatPenguin": {
         "FoodMeatPenguin": {
Строка 2647: Строка 2716:
             "count": 3
             "count": 3
         },
         },
         "FoodCakeChristmas": {
         "FoodPieXeno": {
             "id": "FoodCakeChristmas",
             "id": "FoodPieXeno",
             "name": "Рождественский торт",
             "name": "Ксено-пирог",
            "type": "sliceableRecipes",
            "input": "FoodPieXeno",
            "result": "FoodPieXenoSlice",
            "count": 4
        },
        "FoodBreadMimana": {
            "id": "FoodBreadMimana",
            "name": "Хлеб мимана",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeChristmas",
             "input": "FoodBreadMimana",
             "result": "FoodCakeChristmasSlice",
             "result": "FoodBreadMimanaSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodCakeCarrot": {
         "FoodCakeLemoon": {
             "id": "FoodCakeCarrot",
             "id": "FoodCakeLemoon",
             "name": "Морковный торт",
             "name": "Lemoon cake",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeCarrot",
             "input": "FoodCakeLemoon",
             "result": "FoodCakeCarrotSlice",
             "result": "FoodCakeLemoonSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodPizzaSassysage": {
         "FoodBreadTofu": {
             "id": "FoodPizzaSassysage",
             "id": "FoodBreadTofu",
             "name": "Дерзкалбасная пицца",
             "name": "Хлеб из тофу",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPizzaSassysage",
             "input": "FoodBreadTofu",
             "result": "FoodPizzaSassysageSlice",
             "result": "FoodBreadTofuSlice",
             "count": 8
             "count": 5
         },
         },
         "FoodOnion": {
         "FoodPieMeat": {
             "id": "FoodOnion",
             "id": "FoodPieMeat",
             "name": "Лук",
             "name": "Мясной пирог",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodOnion",
             "input": "FoodPieMeat",
             "result": "FoodOnionSlice",
             "result": "FoodPieMeatSlice",
             "count": 5
             "count": 4
         },
         },
         "FoodCakeLime": {
         "FoodMeatTomato": {
             "id": "FoodCakeLime",
             "id": "FoodMeatTomato",
             "name": "Лаймовый торт",
             "name": "Мясо помидора-убийцы",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeLime",
             "input": "FoodMeatTomato",
             "result": "FoodCakeLimeSlice",
             "result": "FoodMeatTomatoCutlet",
             "count": 5
             "count": 3
         },
         },
         "FoodCakeOrange": {
        "FoodCheese": {
             "id": "FoodCakeOrange",
            "id": "FoodCheese",
            "name": "Головка сыра",
            "type": "sliceableRecipes",
            "input": "FoodCheese",
            "result": "FoodCheeseSlice",
            "count": 3
        },
        "FoodMeatHuman": {
            "id": "FoodMeatHuman",
            "name": "Сырое мясо человека",
            "type": "sliceableRecipes",
            "input": "FoodMeatHuman",
            "result": "FoodMeatCutlet",
            "count": 3
        },
         "FoodCakeOrange": {
             "id": "FoodCakeOrange",
             "name": "Апельсиновый торт",
             "name": "Апельсиновый торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
Строка 2695: Строка 2788:
             "count": 5
             "count": 5
         },
         },
         "FoodMeatChicken": {
         "FoodBreadCreamcheese": {
             "id": "FoodMeatChicken",
             "id": "FoodBreadCreamcheese",
             "name": "Сырое мясо курицы",
             "name": "Хлеб со сливочным сыром",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatChicken",
             "input": "FoodBreadCreamcheese",
             "result": "FoodMeatChickenCutlet",
             "result": "FoodBreadCreamcheeseSlice",
             "count": 3
             "count": 5
         },
         },
         "FoodMeatTomato": {
         "FoodPizzaMushroom": {
             "id": "FoodMeatTomato",
             "id": "FoodPizzaMushroom",
             "name": "Мясо помидора-убийцы",
             "name": "Грибная пицца",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatTomato",
             "input": "FoodPizzaMushroom",
             "result": "FoodMeatTomatoCutlet",
             "result": "FoodPizzaMushroomSlice",
             "count": 3
             "count": 8
         },
         },
         "FoodPizzaVegetable": {
         "FoodPineapple": {
             "id": "FoodPizzaVegetable",
             "id": "FoodPineapple",
             "name": "Овощная пицца",
             "name": "Ананас",
            "type": "sliceableRecipes",
            "input": "FoodPineapple",
            "result": "FoodPineappleSlice",
            "count": 5
        },
        "FoodPizzaDonkpocket": {
            "id": "FoodPizzaDonkpocket",
            "name": "Пицца донк-покет",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPizzaVegetable",
             "input": "FoodPizzaDonkpocket",
             "result": "FoodPizzaVegetableSlice",
             "result": "FoodPizzaDonkpocketSlice",
             "count": 8
             "count": 8
         },
         },
         "FoodBreadBaguette": {
         "FoodBreadMeatXeno": {
             "id": "FoodBreadBaguette",
             "id": "FoodBreadMeatXeno",
             "name": "Багет",
             "name": "Хлеб из ксено-мяса",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadBaguette",
             "input": "FoodBreadMeatXeno",
             "result": "FoodBreadBaguetteSlice",
             "result": "FoodBreadMeatXenoSlice",
             "count": 12
             "count": 5
         },
         },
         "FoodCakePlain": {
         "FoodMeatSalami": {
             "id": "FoodCakePlain",
             "id": "FoodMeatSalami",
             "name": "Торт",
             "name": "Салями",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakePlain",
             "input": "FoodMeatSalami",
             "result": "FoodCakePlainSlice",
             "result": "FoodMeatSalamiSlice",
             "count": 5
             "count": 5
        },
        "FoodBreadVolcanic": {
            "id": "FoodBreadVolcanic",
            "name": "Вулканический хлеб",
            "type": "sliceableRecipes",
            "input": "FoodBreadVolcanic",
            "result": "FoodBreadVolcanicSlice",
            "count": 5
        },
        "FoodMeat": {
            "id": "FoodMeat",
            "name": "Сырое мясо",
            "type": "sliceableRecipes",
            "input": "FoodMeat",
            "result": "FoodMeatCutlet",
            "count": 3
        },
        "FoodCakeSuppermatter": {
            "id": "FoodCakeSuppermatter",
            "name": "Суперматерия",
            "type": "sliceableRecipes",
            "input": "FoodCakeSuppermatter",
            "result": "FoodCakeSuppermatterSlice",
            "count": 5
        },
        "FoodTartMime": {
            "id": "FoodTartMime",
            "name": "Мимский тарт",
            "type": "sliceableRecipes",
            "input": "FoodTartMime",
            "result": "FoodTartMimeSlice",
            "count": 4
         },
         },
         "FoodBreadBanana": {
         "FoodBreadBanana": {
Строка 2775: Строка 2844:
             "count": 5
             "count": 5
         },
         },
         "FoodCakeApple": {
         "FoodCakeChristmas": {
             "id": "FoodCakeApple",
             "id": "FoodCakeChristmas",
             "name": "Яблочный торт",
             "name": "Рождественский торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeApple",
             "input": "FoodCakeChristmas",
             "result": "FoodCakeAppleSlice",
             "result": "FoodCakeChristmasSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodCakeSpaceman": {
         "FoodPizzaMeat": {
             "id": "FoodCakeSpaceman",
             "id": "FoodPizzaMeat",
             "name": "Космонавтский торт",
             "name": "Мясная пицца",
            "type": "sliceableRecipes",
            "input": "FoodPizzaMeat",
            "result": "FoodPizzaMeatSlice",
            "count": 8
        },
        "FoodBreadMeatSpider": {
            "id": "FoodBreadMeatSpider",
            "name": "Хлеб из паучьего мяса",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeSpaceman",
             "input": "FoodBreadMeatSpider",
             "result": "FoodCakeSpacemanSlice",
             "result": "FoodBreadMeatSpiderSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodBreadMeatXeno": {
         "FoodPizzaVegetable": {
             "id": "FoodBreadMeatXeno",
             "id": "FoodPizzaVegetable",
             "name": "Хлеб из ксено-мяса",
             "name": "Овощная пицца",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadMeatXeno",
             "input": "FoodPizzaVegetable",
             "result": "FoodBreadMeatXenoSlice",
             "result": "FoodPizzaVegetableSlice",
             "count": 5
             "count": 8
         },
         },
         "FoodMeatXeno": {
         "FoodMeatSpider": {
             "id": "FoodMeatXeno",
             "id": "FoodMeatSpider",
             "name": "Сырое ксено мясо",
             "name": "Сырое мясо паука",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatXeno",
             "input": "FoodMeatSpider",
             "result": "FoodMeatXenoCutlet",
             "result": "FoodMeatSpiderCutlet",
             "count": 3
             "count": 3
         },
         },
         "FoodCakeBrain": {
         "FoodCakeCarrot": {
             "id": "FoodCakeBrain",
             "id": "FoodCakeCarrot",
             "name": "Торт с мозгами",
             "name": "Морковный торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeBrain",
             "input": "FoodCakeCarrot",
             "result": "FoodCakeBrainSlice",
             "result": "FoodCakeCarrotSlice",
             "count": 5
             "count": 5
         },
         },
Строка 2831: Строка 2908:
             "count": 4
             "count": 4
         },
         },
         "FoodBakedBrownieBatch": {
         "FoodPizzaMargherita": {
             "id": "FoodBakedBrownieBatch",
             "id": "FoodPizzaMargherita",
             "name": "Брауни",
             "name": "Пицца маргарита",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBakedBrownieBatch",
             "input": "FoodPizzaMargherita",
             "result": "FoodBakedBrownie",
             "result": "FoodPizzaMargheritaSlice",
             "count": 6
             "count": 8
         },
         },
         "FoodPieClafoutis": {
         "FoodChevre": {
             "id": "FoodPieClafoutis",
             "id": "FoodChevre",
             "name": "Ягодный клафути",
             "name": "Брусок козьего сыра",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPieClafoutis",
             "input": "FoodChevre",
             "result": "FoodPieClafoutisSlice",
             "result": "FoodChevreSlice",
             "count": 4
             "count": 3
         },
         },
         "FoodCakeChocolate": {
         "FoodCakeBlueberry": {
             "id": "FoodCakeChocolate",
             "id": "FoodCakeBlueberry",
             "name": "Шоколадный торт",
             "name": "Черничный торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeChocolate",
             "input": "FoodCakeBlueberry",
             "result": "FoodCakeChocolateSlice",
             "result": "FoodCakeBlueberrySlice",
             "count": 5
             "count": 5
         },
         },
         "FoodBreadPlain": {
         "FoodCakeBirthday": {
             "id": "FoodBreadPlain",
             "id": "FoodCakeBirthday",
             "name": "Хлеб",
             "name": "Именинный торт",
            "type": "sliceableRecipes",
            "input": "FoodCakeBirthday",
            "result": "FoodCakeBirthdaySlice",
            "count": 5
        },
        "FoodCakeVanilla": {
            "id": "FoodCakeVanilla",
            "name": "Ванильный торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodBreadPlain",
             "input": "FoodCakeVanilla",
             "result": "FoodBreadPlainSlice",
             "result": "FoodCakeVanillaSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodMeatDuckCooked": {
         "FoodBakedCannabisBrownieBatch": {
             "id": "FoodMeatDuckCooked",
             "id": "FoodBakedCannabisBrownieBatch",
             "name": "Приготовленная мясо утки",
             "name": "Особые брауни",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatDuckCooked",
             "input": "FoodBakedCannabisBrownieBatch",
             "result": "FoodMeatDuckCutletCooked",
             "result": "FoodBakedCannabisBrownie",
             "count": 3
             "count": 6
         },
         },
         "FoodMeatBearCooked": {
         "FoodDoughCornmeal": {
             "id": "FoodMeatBearCooked",
             "id": "FoodDoughCornmeal",
             "name": "Жареное мясо медведя",
             "name": "Кукурузное тесто",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatBearCooked",
             "input": "FoodDoughCornmeal",
             "result": "FoodMeatBearCutletCooked",
             "result": "FoodDoughCornmealSlice",
             "count": 3
             "count": 3
         },
         },
         "FoodPieFrosty": {
         "FoodCakeLime": {
             "id": "FoodPieFrosty",
             "id": "FoodCakeLime",
             "name": "Морозный пирог",
             "name": "Лаймовый торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodPieFrosty",
             "input": "FoodCakeLime",
             "result": "FoodPieFrostySlice",
             "result": "FoodCakeLimeSlice",
             "count": 4
             "count": 5
         },
         },
         "FoodMeatDuck": {
         "FoodCakeChocolate": {
             "id": "FoodMeatDuck",
             "id": "FoodCakeChocolate",
             "name": "Сырое мясо утки",
             "name": "Шоколадный торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatDuck",
             "input": "FoodCakeChocolate",
             "result": "FoodMeatDuckCutlet",
             "result": "FoodCakeChocolateSlice",
             "count": 3
             "count": 5
        },
        "FoodMeatHuman": {
            "id": "FoodMeatHuman",
            "name": "Сырое мясо человека",
            "type": "sliceableRecipes",
            "input": "FoodMeatHuman",
            "result": "FoodMeatCutlet",
            "count": 3
         },
         },
         "FoodOnionRed": {
         "FoodOnionRed": {
Строка 2911: Строка 2988:
             "count": 4
             "count": 4
         },
         },
         "FoodCakeLemon": {
         "FoodPieApple": {
             "id": "FoodCakeLemon",
             "id": "FoodPieApple",
             "name": "Лимонный торт",
             "name": "Яблочный пирог",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakeLemon",
             "input": "FoodPieApple",
             "result": "FoodCakeLemonSlice",
             "result": "FoodPieAppleSlice",
             "count": 5
             "count": 4
         },
         },
         "FoodDoughTortilla": {
         "FoodPieFrosty": {
             "id": "FoodDoughTortilla",
             "id": "FoodPieFrosty",
             "name": "Тесто тортильи",
             "name": "Морозный пирог",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodDoughTortilla",
             "input": "FoodPieFrosty",
             "result": "FoodDoughTortillaSlice",
             "result": "FoodPieFrostySlice",
             "count": 3
             "count": 4
         },
         },
         "FoodDoughCornmeal": {
         "FoodCakeSpaceman": {
             "id": "FoodDoughCornmeal",
             "id": "FoodCakeSpaceman",
             "name": "Кукурузное тесто",
             "name": "Космонавтский торт",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodDoughCornmeal",
             "input": "FoodCakeSpaceman",
             "result": "FoodDoughCornmealSlice",
             "result": "FoodCakeSpacemanSlice",
             "count": 3
             "count": 5
         },
         },
         "FoodCakePumpkin": {
         "FoodCakeBrain": {
             "id": "FoodCakePumpkin",
             "id": "FoodCakeBrain",
             "name": "Пряный тыквенный торт",
             "name": "Торт с мозгами",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodCakePumpkin",
             "input": "FoodCakeBrain",
             "result": "FoodCakePumpkinSlice",
             "result": "FoodCakeBrainSlice",
             "count": 5
             "count": 5
         },
         },
         "FoodMeatSpider": {
         "FoodTofu": {
             "id": "FoodMeatSpider",
             "id": "FoodTofu",
             "name": "Сырое мясо паука",
             "name": "Тофу",
             "type": "sliceableRecipes",
             "type": "sliceableRecipes",
             "input": "FoodMeatSpider",
             "input": "FoodTofu",
             "result": "FoodMeatSpiderCutlet",
             "result": "FoodTofuSlice",
             "count": 3
             "count": 3
        }
    },
    "grindableRecipes": {
        "FoodMeatChickenCooked": {
            "id": "FoodMeatChickenCooked",
            "name": "Приготовленное мясо курицы",
            "type": "grindableRecipes",
            "input": "FoodMeatChickenCooked",
            "result": {
                "Nutriment": 5,
                "Protein": 5
            }
         },
         },
         "FoodPizzaPineapple": {
         "FoodMeatLizard": {
             "id": "FoodPizzaPineapple",
             "id": "FoodMeatLizard",
             "name": "Гавайская пицца",
             "name": "Сырое мясо ящерицы",
             "type": "sliceableRecipes",
             "type": "grindableRecipes",
             "input": "FoodPizzaPineapple",
             "input": "FoodMeatLizard",
             "result": "FoodPizzaPineappleSlice",
             "result": {
            "count": 8
                "UncookedAnimalProteins": 9,
                "Fat": 9
            }
         },
         },
         "FoodPizzaDank": {
         "FoodAmbrosiaVulgaris": {
             "id": "FoodPizzaDank",
             "id": "FoodAmbrosiaVulgaris",
             "name": "Расслабляющая пицца",
             "name": "Амброзия вульгарис",
             "type": "sliceableRecipes",
             "type": "grindableRecipes",
             "input": "FoodPizzaDank",
             "input": "FoodAmbrosiaVulgaris",
             "result": "FoodPizzaDankSlice",
             "result": {
            "count": 8
                "Bicaridine": 5,
                "Kelotane": 5,
                "Nutriment": 2,
                "Desoxyephedrine": 10,
                "Vitamin": 2
            }
         },
         },
         "FoodPieApple": {
         "FoodMeatBearCooked": {
             "id": "FoodPieApple",
             "id": "FoodMeatBearCooked",
             "name": "Яблочный пирог",
             "name": "Жареное мясо медведя",
             "type": "sliceableRecipes",
             "type": "grindableRecipes",
             "input": "FoodPieApple",
             "input": "FoodMeatBearCooked",
             "result": "FoodPieAppleSlice",
             "result": {
            "count": 4
                "Nutriment": 5,
                "Protein": 5
            }
         },
         },
         "FoodPieBananaCream": {
         "FoodMeatXeno": {
             "id": "FoodPieBananaCream",
             "id": "FoodMeatXeno",
             "name": "Кремовый банановый пирог",
             "name": "Сырое ксено мясо",
             "type": "sliceableRecipes",
             "type": "grindableRecipes",
             "input": "FoodPieBananaCream",
             "input": "FoodMeatXeno",
             "result": "FoodPieBananaCreamSlice",
             "result": {
             "count": 4
                "SulfuricAcid": 20
             }
         },
         },
         "FoodBreadMeatSpider": {
         "FoodPotato": {
             "id": "FoodBreadMeatSpider",
             "id": "FoodPotato",
             "name": "Хлеб из паучьего мяса",
             "name": "Картофель",
            "type": "sliceableRecipes",
            "input": "FoodBreadMeatSpider",
            "result": "FoodBreadMeatSpiderSlice",
            "count": 5
        },
        "FoodBreadMimana": {
            "id": "FoodBreadMimana",
            "name": "Хлеб мимана",
            "type": "sliceableRecipes",
            "input": "FoodBreadMimana",
            "result": "FoodBreadMimanaSlice",
            "count": 5
        },
        "FoodBakedCannabisBrownieBatch": {
            "id": "FoodBakedCannabisBrownieBatch",
            "name": "Особые брауни",
            "type": "sliceableRecipes",
            "input": "FoodBakedCannabisBrownieBatch",
            "result": "FoodBakedCannabisBrownie",
            "count": 6
        }
    },
    "grindableRecipes": {
        "FoodPineappleSlice": {
            "id": "FoodPineappleSlice",
            "name": "Ломтик ананаса",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodPineappleSlice",
             "input": "FoodPotato",
             "result": {
             "result": {
                 "Nutriment": 2
                 "Nutriment": 10,
                "Vitamin": 4
             }
             }
         },
         },
         "FoodMeatChickenCooked": {
         "FoodBungoPit": {
             "id": "FoodMeatChickenCooked",
             "id": "FoodBungoPit",
             "name": "Приготовленное мясо курицы",
             "name": "Косточка бунго",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatChickenCooked",
             "input": "FoodBungoPit",
            "result": {
                "Nutriment": 2,
                "Bungotoxin": 5
            }
        },
        "FoodGatfruit": {
            "id": "FoodGatfruit",
            "name": "Гатфрукт",
            "type": "grindableRecipes",
            "input": "FoodGatfruit",
            "result": {
                "Nutriment": 5,
                "Sulfur": 5
            }
        },
        "FoodMeatCrabCooked": {
            "id": "FoodMeatCrabCooked",
            "name": "Приготовленное мясо краба",
            "type": "grindableRecipes",
            "input": "FoodMeatCrabCooked",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 5,
Строка 3028: Строка 3122:
             }
             }
         },
         },
         "FoodCarrot": {
         "FoodMeatCutlet": {
             "id": "FoodCarrot",
             "id": "FoodMeatCutlet",
             "name": "Морковь",
             "name": "Сырая котлета",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodCarrot",
             "input": "FoodMeatCutlet",
             "result": {
             "result": {
                 "JuiceCarrot": 5,
                 "UncookedAnimalProteins": 3,
                 "Vitamin": 4
                 "Fat": 2
             }
             }
         },
         },
Строка 3048: Строка 3142:
             }
             }
         },
         },
         "FoodMushroom": {
         "FoodMeatBacon": {
             "id": "FoodMushroom",
             "id": "FoodMeatBacon",
             "name": "Гроздь лисичек",
             "name": "Сырой бекон",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMushroom",
             "input": "FoodMeatBacon",
             "result": {
             "result": {
                 "Nutriment": 5
                 "UncookedAnimalProteins": 2,
                "Fat": 9
             }
             }
         },
         },
         "FoodMeatCutlet": {
         "FoodChilly": {
             "id": "FoodMeatCutlet",
             "id": "FoodChilly",
             "name": "Сырая котлета",
             "name": "Чилли",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatCutlet",
             "input": "FoodChilly",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 3,
                 "Nutriment": 4,
                 "Fat": 2
                 "Frostoil": 10,
                "Vitamin": 4
             }
             }
         },
         },
         "FoodCannabisButter": {
         "FoodMeatCorgi": {
             "id": "FoodCannabisButter",
             "id": "FoodMeatCorgi",
             "name": "Брусок конопляного масла",
             "name": "Первосортное мясо корги",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodCannabisButter",
             "input": "FoodMeatCorgi",
             "result": {
             "result": {
                 "Butter": 10,
                 "Bicaridine": 20
                "THC": 82
             }
             }
         },
         },
         "FoodMeatPenguinCutlet": {
         "FoodPoppy": {
             "id": "FoodMeatPenguinCutlet",
             "id": "FoodPoppy",
             "name": "Сырая котлета из пингвина",
             "name": "Мак",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatPenguinCutlet",
             "input": "FoodPoppy",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 3,
                 "Nutriment": 2,
                 "Fat": 2
                 "Bicaridine": 20
             }
             }
         },
         },
         "FoodAmbrosiaVulgaris": {
         "FoodMeatRat": {
             "id": "FoodAmbrosiaVulgaris",
             "id": "FoodMeatRat",
             "name": "Амброзия вульгарис",
             "name": "Сырое мясо крысы",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodAmbrosiaVulgaris",
             "input": "FoodMeatRat",
             "result": {
             "result": {
                 "Bicaridine": 5,
                 "UncookedAnimalProteins": 3,
                 "Kelotane": 5,
                 "Fat": 3
                "Nutriment": 2,
                "Desoxyephedrine": 10,
                "Vitamin": 2
             }
             }
         },
         },
         "FoodEggplant": {
         "FoodMeat": {
             "id": "FoodEggplant",
             "id": "FoodMeat",
             "name": "Баклажан",
             "name": "Сырое мясо",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodEggplant",
             "input": "FoodMeat",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "UncookedAnimalProteins": 9,
                 "Vitamin": 4
                 "Fat": 9
             }
             }
         },
         },
         "FoodMeatClown": {
         "FoodMeatPenguinCooked": {
             "id": "FoodMeatClown",
             "id": "FoodMeatPenguinCooked",
             "name": "Мясо клоуна",
             "name": "Филе пингвина",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatClown",
             "input": "FoodMeatPenguinCooked",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 5,
                 "UncookedAnimalProteins": 1,
                 "Protein": 5
                "Fat": 5
             }
             }
         },
         },
         "FoodMeatLizardCooked": {
         "FoodAmbrosiaDeus": {
             "id": "FoodMeatLizardCooked",
             "id": "FoodAmbrosiaDeus",
             "name": "Стейк из ящерицы",
             "name": "Амброзия деус",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatLizardCooked",
             "input": "FoodAmbrosiaDeus",
             "result": {
             "result": {
                 "Nutriment": 5,
                "Omnizine": 3,
                 "Protein": 5
                "SpaceDrugs": 5,
                 "Nutriment": 2,
                 "Desoxyephedrine": 10
             }
             }
         },
         },
         "FoodMeatGoliath": {
         "FoodMeatLizardCooked": {
             "id": "FoodMeatGoliath",
             "id": "FoodMeatLizardCooked",
             "name": "Сырое мясо голиафа",
             "name": "Стейк из ящерицы",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatGoliath",
             "input": "FoodMeatLizardCooked",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 5,
                 "Nutriment": 5,
                 "Fat": 3
                 "Protein": 5
             }
             }
         },
         },
         "FoodMeatSpiderCutletCooked": {
         "FoodMimana": {
             "id": "FoodMeatSpiderCutletCooked",
             "id": "FoodMimana",
             "name": "Паучья котлета",
             "name": "Миман",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatSpiderCutletCooked",
             "input": "FoodMimana",
             "result": {
             "result": {
                 "Nutriment": 1,
                 "MuteToxin": 5,
                 "Protein": 1
                 "Vitamin": 2
             }
             }
         },
         },
         "FoodMeatDuckCutlet": {
         "FoodSoybeans": {
             "id": "FoodMeatDuckCutlet",
             "id": "FoodSoybeans",
             "name": "Сырая утиная котлета",
             "name": "Соевые бобы",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatDuckCutlet",
             "input": "FoodSoybeans",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 3,
                 "Nutriment": 4
                "Fat": 2
             }
             }
         },
         },
         "FoodMeatRounyCooked": {
         "FoodMeatChicken": {
             "id": "FoodMeatRounyCooked",
             "id": "FoodMeatChicken",
             "name": "Стейк из руни",
             "name": "Сырое мясо курицы",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatRounyCooked",
             "input": "FoodMeatChicken",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "UncookedAnimalProteins": 9,
                 "Protein": 10
                 "Fat": 9
             }
             }
         },
         },
         "FoodGarlic": {
         "FoodMeatXenoCutlet": {
             "id": "FoodGarlic",
             "id": "FoodMeatXenoCutlet",
             "name": "Чеснок",
             "name": "Сырая ксено котлета",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodGarlic",
             "input": "FoodMeatXenoCutlet",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "SulfuricAcid": 20
                "Vitamin": 4,
                "Allicin": 4
             }
             }
         },
         },
         "FoodPineapple": {
         "FoodOnionSlice": {
             "id": "FoodPineapple",
             "id": "FoodOnionSlice",
             "name": "Ананас",
             "name": "Ломтик лука",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodPineapple",
             "input": "FoodOnionSlice",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "Nutriment": 2,
                 "Vitamin": 2,
                 "Allicin": 1,
                 "Water": 4
                 "Vitamin": 1
             }
             }
         },
         },
         "FoodMeatLizard": {
         "FoodMeatDuck": {
             "id": "FoodMeatLizard",
             "id": "FoodMeatDuck",
             "name": "Сырое мясо ящерицы",
             "name": "Сырое мясо утки",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatLizard",
             "input": "FoodMeatDuck",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 9,
                 "UncookedAnimalProteins": 9,
Строка 3203: Строка 3293:
             }
             }
         },
         },
         "FoodBungoPit": {
         "FoodMeatChickenFried": {
             "id": "FoodBungoPit",
             "id": "FoodMeatChickenFried",
             "name": "Косточка бунго",
             "name": "Жареная курица",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodBungoPit",
             "input": "FoodMeatChickenFried",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "Nutriment": 5,
                 "Bungotoxin": 5
                 "Protein": 5
             }
             }
         },
         },
         "FoodApple": {
         "FoodMeatBear": {
             "id": "FoodApple",
             "id": "FoodMeatBear",
             "name": "Яблоко",
             "name": "Сырое мясо медведя",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodApple",
             "input": "FoodMeatBear",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "UncookedAnimalProteins": 9,
                 "Vitamin": 4
                 "Fat": 9
             }
             }
         },
         },
         "FoodMeatCrab": {
         "FoodPineappleSlice": {
             "id": "FoodMeatCrab",
             "id": "FoodPineappleSlice",
             "name": "Сырое крабовое мясо",
             "name": "Ломтик ананаса",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatCrab",
             "input": "FoodPineappleSlice",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 1,
                 "Nutriment": 2
                "Fat": 2
             }
             }
         },
         },
         "FoodMeatXenoCutletCooked": {
         "FoodMeatDuckCooked": {
             "id": "FoodMeatXenoCutletCooked",
             "id": "FoodMeatDuckCooked",
             "name": "Ксено котлета",
             "name": "Приготовленная мясо утки",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatXenoCutletCooked",
             "input": "FoodMeatDuckCooked",
             "result": {
             "result": {
                 "Nutriment": 1,
                 "Nutriment": 5,
                 "Protein": 1
                 "Protein": 5
             }
             }
         },
         },
         "FoodMeatSpiderLeg": {
         "FoodMeatSpiderCutletCooked": {
             "id": "FoodMeatSpiderLeg",
             "id": "FoodMeatSpiderCutletCooked",
             "name": "Сырая паучья нога",
             "name": "Паучья котлета",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatSpiderLeg",
             "input": "FoodMeatSpiderCutletCooked",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 10,
                 "Nutriment": 1,
                 "Fat": 3
                 "Protein": 1
             }
             }
         },
         },
         "FoodMeatPenguinCooked": {
         "FoodMeatCooked": {
             "id": "FoodMeatPenguinCooked",
             "id": "FoodMeatCooked",
             "name": "Филе пингвина",
             "name": "Стейк",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatPenguinCooked",
             "input": "FoodMeatCooked",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 10,
                 "Protein": 5
                 "Protein": 5
             }
             }
Строка 3274: Строка 3363:
             }
             }
         },
         },
         "FoodCocoaBeans": {
         "FoodGalaxythistle": {
             "id": "FoodCocoaBeans",
             "id": "FoodGalaxythistle",
             "name": "Какао-бобы",
             "name": "Галакточертополох",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodCocoaBeans",
             "input": "FoodGalaxythistle",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "Stellibinin": 25
                "Vitamin": 1,
                "CocoaPowder": 2
             }
             }
         },
         },
         "FoodMeatSpiderlegCooked": {
         "FoodMeatFish": {
             "id": "FoodMeatSpiderlegCooked",
             "id": "FoodMeatFish",
             "name": "Приготовленная паучья нога",
             "name": "Сырое филе карпа",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatSpiderlegCooked",
             "input": "FoodMeatFish",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "CarpoToxin": 5
                "Protein": 5
             }
             }
         },
         },
         "FoodOnionSlice": {
         "FoodWatermelon": {
             "id": "FoodOnionSlice",
             "id": "FoodWatermelon",
             "name": "Ломтик лука",
             "name": "Арбуз",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodOnionSlice",
             "input": "FoodWatermelon",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "Nutriment": 10,
                 "Allicin": 1,
                 "Vitamin": 5,
                 "Vitamin": 1
                 "Water": 10
             }
             }
         },
         },
         "FoodMeatRouny": {
         "FoodMeatCutletCooked": {
             "id": "FoodMeatRouny",
             "id": "FoodMeatCutletCooked",
             "name": "Сырое мясо руни",
             "name": "Котлета",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatRouny",
             "input": "FoodMeatCutletCooked",
             "result": {
             "result": {
                 "SulfuricAcid": 20
                 "Nutriment": 2,
                "Protein": 2
             }
             }
         },
         },
         "FoodMeatFish": {
         "FoodMeatClown": {
             "id": "FoodMeatFish",
             "id": "FoodMeatClown",
             "name": "Сырое филе карпа",
             "name": "Мясо клоуна",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatFish",
             "input": "FoodMeatClown",
             "result": {
             "result": {
                 "CarpoToxin": 5
                 "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                "Fat": 5
             }
             }
         },
         },
         "FoodSpaceshroomCooked": {
         "FoodPeaPod": {
             "id": "FoodSpaceshroomCooked",
             "id": "FoodPeaPod",
             "name": "Приготовленный космогриб",
             "name": "Стручок гороха",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodSpaceshroomCooked",
             "input": "FoodPeaPod",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "Nutriment": 3,
                 "Vitamin": 5
                 "Vitamin": 2
             }
             }
         },
         },
         "FoodMeatSalamiSlice": {
         "FoodMeatMeatball": {
             "id": "FoodMeatSalamiSlice",
             "id": "FoodMeatMeatball",
             "name": "Ломтик салями",
             "name": "Фрикаделька",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatSalamiSlice",
             "input": "FoodMeatMeatball",
             "result": {
             "result": {
                 "Nutriment": 1,
                 "Nutriment": 5,
                 "Protein": 1
                "UncookedAnimalProteins": 1,
                 "Fat": 5
             }
             }
         },
         },
         "FoodMeatCutletCooked": {
         "FoodOrange": {
             "id": "FoodMeatCutletCooked",
             "id": "FoodOrange",
             "name": "Котлета",
             "name": "Апельсин",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatCutletCooked",
             "input": "FoodOrange",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "Nutriment": 5,
                 "Protein": 2
                 "Vitamin": 4
             }
             }
         },
         },
         "FoodMeatPenguinCutletCooked": {
         "FoodMeatChickenCutletCooked": {
             "id": "FoodMeatPenguinCutletCooked",
             "id": "FoodMeatChickenCutletCooked",
             "name": "Котлета из пингвина",
             "name": "Куриная котлета",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatPenguinCutletCooked",
             "input": "FoodMeatChickenCutletCooked",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "Nutriment": 2,
Строка 3364: Строка 3454:
             }
             }
         },
         },
         "FoodPoppy": {
         "FoodChili": {
             "id": "FoodPoppy",
             "id": "FoodChili",
             "name": "Мак",
             "name": "Чили",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodPoppy",
             "input": "FoodChili",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "Nutriment": 4,
                 "Bicaridine": 20
                 "CapsaicinOil": 10,
            }
                 "Vitamin": 4
        },
        "FoodMeatSlime": {
            "id": "FoodMeatSlime",
            "name": "Шар слизи",
            "type": "grindableRecipes",
            "input": "FoodMeatSlime",
            "result": {
                "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                 "Fat": 5
             }
             }
         },
         },
Строка 3395: Строка 3475:
             }
             }
         },
         },
         "FoodMeatGoliathCooked": {
         "FoodSpaceshroomCooked": {
             "id": "FoodMeatGoliathCooked",
             "id": "FoodSpaceshroomCooked",
             "name": "Стейк из голиафа",
             "name": "Приготовленный космогриб",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatGoliathCooked",
             "input": "FoodSpaceshroomCooked",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 10,
                 "Protein": 5
                 "Vitamin": 5
             }
             }
         },
         },
         "FoodMeatChickenCutlet": {
         "FoodMeatWheat": {
             "id": "FoodMeatChickenCutlet",
             "id": "FoodMeatWheat",
             "name": "Сырая куриная котлета",
             "name": "Мясной комок",
            "type": "grindableRecipes",
            "input": "FoodMeatWheat",
            "result": {
                "UncookedAnimalProteins": 1
            }
        },
        "FoodOnion": {
            "id": "FoodOnion",
            "name": "Лук",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatChickenCutlet",
             "input": "FoodOnion",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 3,
                 "Nutriment": 10,
                 "Fat": 2
                 "Vitamin": 4,
                "Allicin": 4
             }
             }
         },
         },
         "FoodLemon": {
         "FoodLime": {
             "id": "FoodLemon",
             "id": "FoodLime",
             "name": "Лимон",
             "name": "Лайм",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodLemon",
             "input": "FoodLime",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 5,
                 "Vitamin": 4
                 "Vitamin": 4
            }
        },
        "FoodMeatRotten": {
            "id": "FoodMeatRotten",
            "name": "Тухлое мясо",
            "type": "grindableRecipes",
            "input": "FoodMeatRotten",
            "result": {
                "UncookedAnimalProteins": 5,
                "Toxin": 4,
                "Fat": 4
             }
             }
         },
         },
Строка 3432: Строка 3533:
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 5,
                 "CarpoToxin": 4
                 "CarpoToxin": 2
             }
             }
         },
         },
         "FoodBlueTomato": {
         "FoodMeatRounyCooked": {
             "id": "FoodBlueTomato",
             "id": "FoodMeatRounyCooked",
             "name": "Синий помидор",
             "name": "Стейк из руни",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodBlueTomato",
             "input": "FoodMeatRounyCooked",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 10,
                 "SpaceLube": 10,
                 "Protein": 10
                "Vitamin": 4
             }
             }
         },
         },
         "FoodWatermelon": {
         "FoodMeatPenguin": {
             "id": "FoodWatermelon",
             "id": "FoodMeatPenguin",
             "name": "Арбуз",
             "name": "Сырое мясо пингвина",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodWatermelon",
             "input": "FoodMeatPenguin",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "UncookedAnimalProteins": 9,
                 "Vitamin": 5,
                 "Fat": 9
                "Water": 10
             }
             }
         },
         },
         "FoodGalaxythistle": {
         "FoodBungo": {
             "id": "FoodGalaxythistle",
             "id": "FoodBungo",
             "name": "Галакточертополох",
             "name": "Плод бунго",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodGalaxythistle",
             "input": "FoodBungo",
             "result": {
             "result": {
                 "Stellibinin": 25
                 "Nutriment": 10,
                "Enzyme": 10
             }
             }
         },
         },
         "FoodWatermelonSlice": {
         "FoodAloe": {
             "id": "FoodWatermelonSlice",
             "id": "FoodAloe",
             "name": "Ломтик арбуза",
             "name": "Алоэ",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodWatermelonSlice",
             "input": "FoodAloe",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "Aloe": 10,
                 "Vitamin": 1,
                 "Dermaline": 10
                "Water": 2
             }
             }
         },
         },
         "FoodMeatChickenFried": {
         "FoodMeatCrab": {
             "id": "FoodMeatChickenFried",
             "id": "FoodMeatCrab",
             "name": "Жареная курица",
             "name": "Сырое крабовое мясо",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatChickenFried",
             "input": "FoodMeatCrab",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "UncookedAnimalProteins": 1,
                 "Protein": 5
                 "Fat": 2
             }
             }
         },
         },
         "FoodSoybeans": {
         "FoodMeatSlime": {
             "id": "FoodSoybeans",
             "id": "FoodMeatSlime",
             "name": "Соевые бобы",
             "name": "Шар слизи",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodSoybeans",
             "input": "FoodMeatSlime",
             "result": {
             "result": {
                 "Nutriment": 4
                 "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                "Fat": 5
             }
             }
         },
         },
         "FoodMeatCrabCooked": {
         "FoodMeatBaconCooked": {
             "id": "FoodMeatCrabCooked",
             "id": "FoodMeatBaconCooked",
             "name": "Приготовленное мясо краба",
             "name": "Бекон",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatCrabCooked",
             "input": "FoodMeatBaconCooked",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 5,
Строка 3506: Строка 3607:
             }
             }
         },
         },
         "FoodMeatCooked": {
         "FoodPumpkin": {
             "id": "FoodMeatCooked",
             "id": "FoodPumpkin",
             "name": "Стейк",
             "name": "Тыква",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatCooked",
             "input": "FoodPumpkin",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "PumpkinFlesh": 20,
                 "Protein": 5
                 "Vitamin": 5
             }
             }
         },
         },
         "FoodMeatMeatball": {
         "FoodMeatPlant": {
             "id": "FoodMeatMeatball",
             "id": "FoodMeatPlant",
             "name": "Фрикаделька",
             "name": "Сырое мясо растения",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatMeatball",
             "input": "FoodMeatPlant",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 5,
Строка 3527: Строка 3628:
             }
             }
         },
         },
         "FoodMeatBear": {
         "FoodMeatTomato": {
             "id": "FoodMeatBear",
             "id": "FoodMeatTomato",
             "name": "Сырое мясо медведя",
             "name": "Мясо помидора-убийцы",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatBear",
             "input": "FoodMeatTomato",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 9,
                "Nutriment": 5,
                 "Fat": 9
                 "UncookedAnimalProteins": 1,
                 "Fat": 5
             }
             }
         },
         },
         "FoodPotato": {
         "FoodMeatHuman": {
             "id": "FoodPotato",
             "id": "FoodMeatHuman",
             "name": "Картофель",
             "name": "Сырое мясо человека",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodPotato",
             "input": "FoodMeatHuman",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "UncookedAnimalProteins": 9
                "Vitamin": 4
             }
             }
         },
         },
         "FoodMeatBacon": {
         "FoodCocoaBeans": {
             "id": "FoodMeatBacon",
             "id": "FoodCocoaBeans",
             "name": "Сырой бекон",
             "name": "Какао-бобы",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatBacon",
             "input": "FoodCocoaBeans",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 2,
                 "Nutriment": 2,
                 "Fat": 9
                 "Vitamin": 1,
                "CocoaPowder": 2
             }
             }
         },
         },
         "FoodMeatSalami": {
         "FoodGarlic": {
             "id": "FoodMeatSalami",
             "id": "FoodGarlic",
             "name": "Салями",
             "name": "Чеснок",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatSalami",
             "input": "FoodGarlic",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 10,
                 "UncookedAnimalProteins": 1,
                 "Vitamin": 4,
                 "Fat": 5
                 "Allicin": 4
             }
             }
         },
         },
         "FoodMeatPenguin": {
         "FoodCocoaPod": {
             "id": "FoodMeatPenguin",
             "id": "FoodCocoaPod",
             "name": "Сырое мясо пингвина",
             "name": "Стручок какао-боба",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatPenguin",
             "input": "FoodCocoaPod",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 9,
                 "Nutriment": 2,
                 "Fat": 9
                 "Vitamin": 1,
                "CocoaPowder": 1
             }
             }
         },
         },
         "FoodMeatSpiderCutlet": {
         "FoodMeatChickenCutlet": {
             "id": "FoodMeatSpiderCutlet",
             "id": "FoodMeatChickenCutlet",
             "name": "Сырая паучья котлета",
             "name": "Сырая куриная котлета",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatSpiderCutlet",
             "input": "FoodMeatChickenCutlet",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 3,
                 "UncookedAnimalProteins": 3,
Строка 3588: Строка 3691:
             }
             }
         },
         },
         "FoodOnionRedSlice": {
         "FoodMeatGoliath": {
             "id": "FoodOnionRedSlice",
             "id": "FoodMeatGoliath",
             "name": "Ломтик красного лука",
             "name": "Сырое мясо голиафа",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodOnionRedSlice",
             "input": "FoodMeatGoliath",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "UncookedAnimalProteins": 5,
                 "Allicin": 1,
                 "Fat": 3
                "Vitamin": 1
             }
             }
         },
         },
         "FoodOnion": {
         "FoodMeatLizardCutletCooked": {
             "id": "FoodOnion",
             "id": "FoodMeatLizardCutletCooked",
             "name": "Лук",
             "name": "Котлета из ящерицы",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodOnion",
             "input": "FoodMeatLizardCutletCooked",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "Nutriment": 2,
                 "Vitamin": 4,
                 "Protein": 2
                "Allicin": 4
             }
             }
         },
         },
         "FoodLingzhi": {
         "FoodMeatBearCutletCooked": {
             "id": "FoodLingzhi",
             "id": "FoodMeatBearCutletCooked",
             "name": "Линчжи",
             "name": "Котлета из медведя",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodLingzhi",
             "input": "FoodMeatBearCutletCooked",
             "result": {
             "result": {
                 "Ultravasculine": 20,
                 "Nutriment": 2,
                 "Epinephrine": 20
                 "Protein": 2
             }
             }
         },
         },
         "FoodOrange": {
         "FoodPineapple": {
             "id": "FoodOrange",
             "id": "FoodPineapple",
             "name": "Апельсин",
             "name": "Ананас",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodOrange",
             "input": "FoodPineapple",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 10,
                 "Vitamin": 4
                 "Vitamin": 2,
                "Water": 4
             }
             }
         },
         },
         "FoodMeatChicken": {
         "FoodMeatLizardCutlet": {
             "id": "FoodMeatChicken",
             "id": "FoodMeatLizardCutlet",
             "name": "Сырое мясо курицы",
             "name": "Сырая котлета из ящерицы",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatChicken",
             "input": "FoodMeatLizardCutlet",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 9,
                 "UncookedAnimalProteins": 3,
                 "Fat": 9
                 "Fat": 2
             }
             }
         },
         },
         "FoodMeatTomato": {
         "FoodOnionRedSlice": {
             "id": "FoodMeatTomato",
             "id": "FoodOnionRedSlice",
             "name": "Мясо помидора-убийцы",
             "name": "Ломтик красного лука",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatTomato",
             "input": "FoodOnionRedSlice",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 2,
                 "UncookedAnimalProteins": 1,
                 "Allicin": 1,
                 "Fat": 5
                 "Vitamin": 1
             }
             }
         },
         },
         "FoodTomato": {
         "FoodBlueTomato": {
             "id": "FoodTomato",
             "id": "FoodBlueTomato",
             "name": "Помидор",
             "name": "Синий помидор",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodTomato",
             "input": "FoodBlueTomato",
             "result": {
             "result": {
                 "Nutriment": 7,
                 "Nutriment": 5,
                 "Vitamin": 3,
                 "SpaceLube": 15,
                 "Water": 4
                 "Vitamin": 4
             }
             }
         },
         },
         "FoodMeatMeatballCooked": {
         "FoodMeatSalami": {
             "id": "FoodMeatMeatballCooked",
             "id": "FoodMeatSalami",
             "name": "Фрикаделька",
             "name": "Салями",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatMeatballCooked",
             "input": "FoodMeatSalami",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 5,
                 "Protein": 5
                 "UncookedAnimalProteins": 1,
                "Fat": 5
             }
             }
         },
         },
         "FoodMeatRotten": {
         "FoodCannabisButter": {
             "id": "FoodMeatRotten",
             "id": "FoodCannabisButter",
             "name": "Тухлое мясо",
             "name": "Брусок конопляного масла",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatRotten",
             "input": "FoodCannabisButter",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 5,
                 "Butter": 10,
                 "Toxin": 4,
                 "THC": 82
                "Fat": 4
             }
             }
         },
         },
         "FoodMeatRat": {
         "FoodMeatDuckCutletCooked": {
             "id": "FoodMeatRat",
             "id": "FoodMeatDuckCutletCooked",
             "name": "Сырое мясо крысы",
             "name": "Утиная котлета",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatRat",
             "input": "FoodMeatDuckCutletCooked",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 3,
                 "Nutriment": 2,
                 "Fat": 3
                 "Protein": 2
             }
             }
         },
         },
         "FoodMimana": {
         "FoodCabbage": {
             "id": "FoodMimana",
             "id": "FoodCabbage",
             "name": "Миман",
             "name": "Кочан капусты",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMimana",
             "input": "FoodCabbage",
             "result": {
             "result": {
                 "MuteToxin": 5,
                 "Nutriment": 10,
                 "Vitamin": 2
                 "Vitamin": 4
             }
             }
         },
         },
         "FoodAloe": {
         "FoodMeatSpiderCutlet": {
             "id": "FoodAloe",
             "id": "FoodMeatSpiderCutlet",
             "name": "Алоэ",
             "name": "Сырая паучья котлета",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodAloe",
             "input": "FoodMeatSpiderCutlet",
             "result": {
             "result": {
                 "Aloe": 10,
                 "UncookedAnimalProteins": 3,
                 "Dermaline": 10
                 "Fat": 2
             }
             }
         },
         },
         "FoodMeat": {
         "FoodApple": {
             "id": "FoodMeat",
             "id": "FoodApple",
             "name": "Сырое мясо",
             "name": "Яблоко",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeat",
             "input": "FoodApple",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 9,
                 "Nutriment": 10,
                 "Fat": 9
                 "Vitamin": 4
             }
             }
         },
         },
         "FoodLime": {
         "FoodMeatSpider": {
             "id": "FoodLime",
             "id": "FoodMeatSpider",
             "name": "Лайм",
             "name": "Сырое мясо паука",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodLime",
             "input": "FoodMeatSpider",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "UncookedAnimalProteins": 9,
                 "Vitamin": 4
                 "Fat": 9
             }
             }
         },
         },
         "FoodMeatBearCutletCooked": {
         "FoodBerries": {
             "id": "FoodMeatBearCutletCooked",
             "id": "FoodBerries",
             "name": "Котлета из медведя",
             "name": "Ягоды",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatBearCutletCooked",
             "input": "FoodBerries",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "Nutriment": 5,
                 "Protein": 2
                 "Vitamin": 4
             }
             }
         },
         },
         "FoodGrape": {
         "FoodMeatSalamiSlice": {
             "id": "FoodGrape",
             "id": "FoodMeatSalamiSlice",
             "name": "Виноград",
             "name": "Ломтик салями",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodGrape",
             "input": "FoodMeatSalamiSlice",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 1,
                 "Vitamin": 4
                 "Protein": 1
             }
             }
         },
         },
         "FoodMeatDragon": {
         "FoodMeatRouny": {
             "id": "FoodMeatDragon",
             "id": "FoodMeatRouny",
             "name": "Плоть дракона",
             "name": "Сырое мясо руни",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatDragon",
             "input": "FoodMeatRouny",
             "result": {
             "result": {
                 "Ichor": 2
                 "SulfuricAcid": 20
             }
             }
         },
         },
         "FoodMeatXeno": {
         "FoodMeatMeatballCooked": {
             "id": "FoodMeatXeno",
             "id": "FoodMeatMeatballCooked",
             "name": "Сырое ксено мясо",
             "name": "Фрикаделька",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatXeno",
             "input": "FoodMeatMeatballCooked",
             "result": {
             "result": {
                 "SulfuricAcid": 20
                 "Nutriment": 5,
                "Protein": 5
             }
             }
         },
         },
         "FoodPumpkin": {
         "FoodMeatBearCutlet": {
             "id": "FoodPumpkin",
             "id": "FoodMeatBearCutlet",
             "name": "Тыква",
             "name": "Сырая котлета из медведя",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodPumpkin",
             "input": "FoodMeatBearCutlet",
             "result": {
             "result": {
                 "PumpkinFlesh": 20,
                 "UncookedAnimalProteins": 3,
                 "Vitamin": 5
                 "Fat": 2
             }
             }
         },
         },
         "FoodMeatWheat": {
         "FoodMeatPenguinCutletCooked": {
             "id": "FoodMeatWheat",
             "id": "FoodMeatPenguinCutletCooked",
             "name": "Мясной комок",
             "name": "Котлета из пингвина",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatWheat",
             "input": "FoodMeatPenguinCutletCooked",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 1
                 "Nutriment": 2,
                "Protein": 2
             }
             }
         },
         },
         "FoodMeatDuckCooked": {
         "FoodMeatDragon": {
             "id": "FoodMeatDuckCooked",
             "id": "FoodMeatDragon",
             "name": "Приготовленная мясо утки",
             "name": "Плоть дракона",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatDuckCooked",
             "input": "FoodMeatDragon",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Ichor": 2
                "Protein": 5
             }
             }
         },
         },
         "FoodAmbrosiaDeus": {
         "FoodGrape": {
             "id": "FoodAmbrosiaDeus",
             "id": "FoodGrape",
             "name": "Амброзия деус",
             "name": "Виноград",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodAmbrosiaDeus",
             "input": "FoodGrape",
            "result": {
                "Omnizine": 5,
                "SpaceDrugs": 5,
                "Nutriment": 2,
                "Desoxyephedrine": 10
            }
        },
        "FoodGatfruit": {
            "id": "FoodGatfruit",
            "name": "Гатфрукт",
            "type": "grindableRecipes",
            "input": "FoodGatfruit",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 5,
                 "Sulfur": 5
                 "Vitamin": 4
             }
             }
         },
         },
         "FoodCocoaPod": {
         "FoodWatermelonSlice": {
             "id": "FoodCocoaPod",
             "id": "FoodWatermelonSlice",
             "name": "Стручок какао-боба",
             "name": "Ломтик арбуза",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodCocoaPod",
             "input": "FoodWatermelonSlice",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "Nutriment": 2,
                 "Vitamin": 1,
                 "Vitamin": 1,
                 "CocoaPowder": 1
                 "Water": 2
             }
             }
         },
         },
         "FoodBerries": {
         "FoodEggplant": {
             "id": "FoodBerries",
             "id": "FoodEggplant",
             "name": "Ягоды",
             "name": "Баклажан",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodBerries",
             "input": "FoodEggplant",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 10,
                 "Vitamin": 4
                 "Vitamin": 4
             }
             }
         },
         },
         "FoodMeatXenoCutlet": {
         "FoodMeatPenguinCutlet": {
             "id": "FoodMeatXenoCutlet",
             "id": "FoodMeatPenguinCutlet",
             "name": "Сырая ксено котлета",
             "name": "Сырая котлета из пингвина",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatXenoCutlet",
             "input": "FoodMeatPenguinCutlet",
             "result": {
             "result": {
                 "SulfuricAcid": 20
                 "UncookedAnimalProteins": 3,
                "Fat": 2
             }
             }
         },
         },
         "FoodMeatBearCooked": {
         "FoodLemon": {
             "id": "FoodMeatBearCooked",
             "id": "FoodLemon",
             "name": "Жареное мясо медведя",
             "name": "Лимон",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatBearCooked",
             "input": "FoodLemon",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Nutriment": 5,
                 "Protein": 5
                 "Vitamin": 4
             }
             }
         },
         },
         "FoodMeatDuck": {
         "FoodBloodTomato": {
             "id": "FoodMeatDuck",
             "id": "FoodBloodTomato",
             "name": "Сырое мясо утки",
             "name": "Кровяной помидор",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatDuck",
             "input": "FoodBloodTomato",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 9,
                 "Blood": 10,
                 "Fat": 9
                 "Vitamin": 4
             }
             }
         },
         },
         "FoodMeatHuman": {
         "FoodMeatXenoCutletCooked": {
             "id": "FoodMeatHuman",
             "id": "FoodMeatXenoCutletCooked",
             "name": "Сырое мясо человека",
             "name": "Ксено котлета",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatHuman",
             "input": "FoodMeatXenoCutletCooked",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 9
                 "Nutriment": 1,
                "Protein": 1
             }
             }
         },
         },
         "FoodChili": {
         "FoodTomato": {
             "id": "FoodChili",
             "id": "FoodTomato",
             "name": "Чили",
             "name": "Помидор",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodChili",
             "input": "FoodTomato",
             "result": {
             "result": {
                 "Nutriment": 4,
                 "Nutriment": 7,
                 "CapsaicinOil": 10,
                 "Vitamin": 3,
                 "Vitamin": 4
                 "Water": 4
             }
             }
         },
         },
Строка 3903: Строка 3996:
             }
             }
         },
         },
         "FoodCabbage": {
         "FoodFlyAmanita": {
             "id": "FoodCabbage",
             "id": "FoodFlyAmanita",
             "name": "Кочан капусты",
             "name": "Мухомор",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodCabbage",
             "input": "FoodFlyAmanita",
             "result": {
             "result": {
                 "Nutriment": 10,
                 "Amatoxin": 25,
                 "Vitamin": 4
                 "Nutriment": 5
             }
             }
         },
         },
         "FoodSpaceshroom": {
         "FoodMeatDuckCutlet": {
             "id": "FoodSpaceshroom",
             "id": "FoodMeatDuckCutlet",
             "name": "Космогриб",
             "name": "Сырая утиная котлета",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodSpaceshroom",
             "input": "FoodMeatDuckCutlet",
             "result": {
             "result": {
                 "Nutriment": 3,
                 "UncookedAnimalProteins": 3,
                 "Vitamin": 2
                 "Fat": 2
             }
             }
         },
         },
         "FoodMeatBaconCooked": {
         "FoodLemoon": {
             "id": "FoodMeatBaconCooked",
             "id": "FoodLemoon",
             "name": "Бекон",
             "name": "Lemoon",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatBaconCooked",
             "input": "FoodLemoon",
             "result": {
             "result": {
                 "Nutriment": 5,
                 "Vitamin": 4,
                 "Protein": 5
                 "Milk": 16
             }
             }
         },
         },
         "FoodChilly": {
         "FoodMushroom": {
             "id": "FoodChilly",
             "id": "FoodMushroom",
             "name": "Чилли",
             "name": "Гроздь лисичек",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodChilly",
             "input": "FoodMushroom",
             "result": {
             "result": {
                 "Nutriment": 4,
                 "Nutriment": 5
                "Frostoil": 10,
                "Vitamin": 4
             }
             }
         },
         },
         "FoodPeaPod": {
         "FoodMeatSpiderLeg": {
             "id": "FoodPeaPod",
             "id": "FoodMeatSpiderLeg",
             "name": "Стручок гороха",
             "name": "Сырая паучья нога",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodPeaPod",
             "input": "FoodMeatSpiderLeg",
             "result": {
             "result": {
                 "Nutriment": 3,
                 "UncookedAnimalProteins": 10,
                 "Vitamin": 2
                 "Fat": 3
             }
             }
         },
         },
         "FoodMeatCorgi": {
         "FoodMeatGoliathCooked": {
             "id": "FoodMeatCorgi",
             "id": "FoodMeatGoliathCooked",
             "name": "Первосортное мясо корги",
             "name": "Стейк из голиафа",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatCorgi",
             "input": "FoodMeatGoliathCooked",
             "result": {
             "result": {
                 "Bicaridine": 20
                 "Nutriment": 5,
                "Protein": 5
             }
             }
         },
         },
         "FoodMeatChickenCutletCooked": {
         "FoodSpaceshroom": {
             "id": "FoodMeatChickenCutletCooked",
             "id": "FoodSpaceshroom",
             "name": "Куриная котлета",
             "name": "Космогриб",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatChickenCutletCooked",
             "input": "FoodSpaceshroom",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "Nutriment": 3,
                 "Protein": 2
                 "Vitamin": 2
             }
             }
         },
         },
         "FoodMeatLizardCutletCooked": {
         "FoodCarrot": {
             "id": "FoodMeatLizardCutletCooked",
             "id": "FoodCarrot",
             "name": "Котлета из ящерицы",
             "name": "Морковь",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatLizardCutletCooked",
             "input": "FoodCarrot",
             "result": {
             "result": {
                 "Nutriment": 2,
                 "JuiceCarrot": 5,
                 "Protein": 2
                 "Vitamin": 4
             }
             }
         },
         },
         "FoodMeatBearCutlet": {
         "FoodLingzhi": {
             "id": "FoodMeatBearCutlet",
             "id": "FoodLingzhi",
             "name": "Сырая котлета из медведя",
             "name": "Линчжи",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatBearCutlet",
             "input": "FoodLingzhi",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 3,
                 "Ultravasculine": 20,
                 "Fat": 2
                 "Epinephrine": 20
             }
             }
         },
         },
         "FoodMeatSpider": {
         "FoodMeatSpiderlegCooked": {
             "id": "FoodMeatSpider",
             "id": "FoodMeatSpiderlegCooked",
             "name": "Сырое мясо паука",
             "name": "Приготовленная паучья нога",
             "type": "grindableRecipes",
             "type": "grindableRecipes",
             "input": "FoodMeatSpider",
             "input": "FoodMeatSpiderlegCooked",
             "result": {
             "result": {
                 "UncookedAnimalProteins": 9,
                 "Nutriment": 5,
                 "Fat": 9
                 "Protein": 5
             }
             }
        }
    },
    "heatableRecipes": {
        "FoodMeatLizard": {
            "id": "FoodMeatLizard",
            "name": "Сырое мясо ящерицы",
            "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatLizard",
            "result": "FoodMeatLizardCooked"
         },
         },
         "FoodMeatLizardCutlet": {
         "FoodMeatBacon": {
             "id": "FoodMeatLizardCutlet",
             "id": "FoodMeatBacon",
             "name": "Сырая котлета из ящерицы",
             "name": "Сырой бекон",
             "type": "grindableRecipes",
             "type": "heatableRecipes",
             "input": "FoodMeatLizardCutlet",
             "minTemp": 345,
             "result": {
             "input": "FoodMeatBacon",
                "UncookedAnimalProteins": 3,
            "result": "FoodMeatBaconCooked"
                "Fat": 2
            }
         },
         },
         "FoodFlyAmanita": {
         "FoodMeat": {
             "id": "FoodFlyAmanita",
             "id": "FoodMeat",
             "name": "Мухомор",
             "name": "Сырое мясо",
             "type": "grindableRecipes",
             "type": "heatableRecipes",
             "input": "FoodFlyAmanita",
             "minTemp": 335,
             "result": {
             "input": "FoodMeat",
                "Amatoxin": 25,
            "result": "FoodMeatCooked"
                "Nutriment": 5
            }
         },
         },
         "FoodBungo": {
         "FoodMeatChicken": {
             "id": "FoodBungo",
             "id": "FoodMeatChicken",
             "name": "Плод бунго",
             "name": "Сырое мясо курицы",
             "type": "grindableRecipes",
             "type": "heatableRecipes",
             "input": "FoodBungo",
             "minTemp": 345,
             "result": {
             "input": "FoodMeatChicken",
                "Nutriment": 10,
            "result": "FoodMeatChickenCooked"
                "Enzyme": 10
            }
         },
         },
         "FoodMeatDuckCutletCooked": {
         "FoodMeatDuck": {
             "id": "FoodMeatDuckCutletCooked",
             "id": "FoodMeatDuck",
             "name": "Утиная котлета",
             "name": "Сырое мясо утки",
             "type": "grindableRecipes",
             "type": "heatableRecipes",
             "input": "FoodMeatDuckCutletCooked",
             "minTemp": 335,
             "result": {
             "input": "FoodMeatDuck",
                "Nutriment": 2,
            "result": "FoodMeatDuckCooked"
                "Protein": 2
            }
         },
         },
         "FoodBloodTomato": {
         "FoodMeatBear": {
             "id": "FoodBloodTomato",
             "id": "FoodMeatBear",
            "name": "Кровяной помидор",
             "name": "Сырое мясо медведя",
            "type": "grindableRecipes",
            "input": "FoodBloodTomato",
            "result": {
                "Blood": 10,
                "Vitamin": 4
            }
        },
        "FoodMeatPlant": {
            "id": "FoodMeatPlant",
            "name": "Сырое мясо растения",
            "type": "grindableRecipes",
            "input": "FoodMeatPlant",
            "result": {
                "Nutriment": 5,
                "UncookedAnimalProteins": 1,
                "Fat": 5
            }
        }
    },
    "heatableRecipes": {
        "FoodMeatGoliath": {
            "id": "FoodMeatGoliath",
             "name": "Сырое мясо голиафа",
             "type": "heatableRecipes",
             "type": "heatableRecipes",
             "minTemp": 345,
             "minTemp": 345,
             "input": "FoodMeatGoliath",
             "input": "FoodMeatBear",
             "result": "FoodMeatGoliathCooked"
             "result": "FoodMeatBearCooked"
         },
         },
         "FoodMeatLizard": {
         "FoodMeatPenguin": {
             "id": "FoodMeatLizard",
             "id": "FoodMeatPenguin",
             "name": "Сырое мясо ящерицы",
             "name": "Сырое мясо пингвина",
             "type": "heatableRecipes",
             "type": "heatableRecipes",
             "minTemp": 345,
             "minTemp": 345,
             "input": "FoodMeatLizard",
             "input": "FoodMeatPenguin",
             "result": "FoodMeatLizardCooked"
             "result": "FoodMeatPenguinCooked"
         },
         },
         "FoodMeatCrab": {
         "FoodMeatCrab": {
Строка 4089: Строка 4160:
             "input": "FoodMeatCrab",
             "input": "FoodMeatCrab",
             "result": "FoodMeatCrabCooked"
             "result": "FoodMeatCrabCooked"
        },
        "FoodMeatGoliath": {
            "id": "FoodMeatGoliath",
            "name": "Сырое мясо голиафа",
            "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatGoliath",
            "result": "FoodMeatGoliathCooked"
         },
         },
         "FoodMeatRouny": {
         "FoodMeatRouny": {
Строка 4097: Строка 4176:
             "input": "FoodMeatRouny",
             "input": "FoodMeatRouny",
             "result": "FoodMeatRounyCooked"
             "result": "FoodMeatRounyCooked"
        }
    },
    "toolmadeRecipes": {
        "FoodDough": {
            "id": "FoodDough",
            "name": "Тесто",
            "type": "toolmadeRecipes",
            "tool": "Rolling",
            "input": "FoodDough",
            "result": "FoodDoughFlat"
        }
    },
    "mixableRecipes": {
        "CreateDough": {
            "id": "CreateDough",
            "type": "mixableRecipes"
        },
        "CreateCakeBatter": {
            "id": "CreateCakeBatter",
            "type": "mixableRecipes"
         },
         },
         "FoodMeatBear": {
         "CreateChocolate": {
             "id": "FoodMeatBear",
             "id": "CreateChocolate",
            "name": "Сырое мясо медведя",
             "type": "mixableRecipes"
             "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatBear",
            "result": "FoodMeatBearCooked"
         },
         },
         "FoodMeatBacon": {
         "CreateCornmealDough": {
             "id": "FoodMeatBacon",
             "id": "CreateCornmealDough",
             "name": "Сырой бекон",
             "type": "mixableRecipes"
            "type": "heatableRecipes",
        },
            "minTemp": 345,
        "CreateVeganCakeBatter": {
             "input": "FoodMeatBacon",
             "id": "CreateVeganCakeBatter",
             "result": "FoodMeatBaconCooked"
             "type": "mixableRecipes"
         },
         },
         "FoodMeatPenguin": {
         "Curdling": {
             "id": "FoodMeatPenguin",
             "id": "Curdling",
            "name": "Сырое мясо пингвина",
             "type": "mixableRecipes"
             "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatPenguin",
            "result": "FoodMeatPenguinCooked"
         },
         },
         "FoodMeatChicken": {
         "CreateTofu": {
             "id": "FoodMeatChicken",
             "id": "CreateTofu",
            "name": "Сырое мясо курицы",
             "type": "mixableRecipes"
             "type": "heatableRecipes",
            "minTemp": 345,
            "input": "FoodMeatChicken",
            "result": "FoodMeatChickenCooked"
         },
         },
         "FoodMeat": {
         "CreatePieDough": {
             "id": "FoodMeat",
             "id": "CreatePieDough",
            "name": "Сырое мясо",
             "type": "mixableRecipes"
             "type": "heatableRecipes",
            "minTemp": 335,
            "input": "FoodMeat",
            "result": "FoodMeatCooked"
         },
         },
         "FoodMeatDuck": {
         "Meatification": {
             "id": "FoodMeatDuck",
             "id": "Meatification",
            "name": "Сырое мясо утки",
            "type": "heatableRecipes",
            "minTemp": 335,
            "input": "FoodMeatDuck",
            "result": "FoodMeatDuckCooked"
        }
    },
    "toolmadeRecipes": {
        "FoodDough": {
            "id": "FoodDough",
            "name": "Тесто",
            "type": "toolmadeRecipes",
            "tool": "Rolling",
            "input": "FoodDough",
            "result": "FoodDoughFlat"
        }
    },
    "mixableRecipes": {
        "CreateVeganCakeBatter": {
            "id": "CreateVeganCakeBatter",
            "type": "mixableRecipes"
        },
        "CreatePieDough": {
            "id": "CreatePieDough",
            "type": "mixableRecipes"
        },
        "CreateCornmealDough": {
            "id": "CreateCornmealDough",
             "type": "mixableRecipes"
             "type": "mixableRecipes"
         },
         },
         "ChevreCurdling": {
         "ChevreCurdling": {
             "id": "ChevreCurdling",
             "id": "ChevreCurdling",
            "type": "mixableRecipes"
        },
        "Meatification": {
            "id": "Meatification",
             "type": "mixableRecipes"
             "type": "mixableRecipes"
         },
         },
Строка 4184: Строка 4235:
         "CreateMeatball": {
         "CreateMeatball": {
             "id": "CreateMeatball",
             "id": "CreateMeatball",
            "type": "mixableRecipes"
        },
        "CreateDough": {
            "id": "CreateDough",
            "type": "mixableRecipes"
        },
        "CreateChocolate": {
            "id": "CreateChocolate",
             "type": "mixableRecipes"
             "type": "mixableRecipes"
         },
         },
         "CreateTortillaDough": {
         "CreateTortillaDough": {
             "id": "CreateTortillaDough",
             "id": "CreateTortillaDough",
            "type": "mixableRecipes"
        },
        "CreateCakeBatter": {
            "id": "CreateCakeBatter",
            "type": "mixableRecipes"
        },
        "CreateTofu": {
            "id": "CreateTofu",
            "type": "mixableRecipes"
        },
        "Curdling": {
            "id": "Curdling",
             "type": "mixableRecipes"
             "type": "mixableRecipes"
         }
         }
     }
     }
}
}

Версия от 17:21, 5 декабря 2023

microwaveRecipes
RecipeMushroomPizza
id"RecipeMushroomPizza"
name"Mushroom pizza recipe"
type"microwaveRecipes"
time25
solids
FoodDoughFlat1
FoodMushroom5
reagents
Пустой объект
result"FoodPizzaMushroom"
RecipeMonkeysDelightSoup
id"RecipeMonkeysDelightSoup"
name"Monkeys delight recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodBanana1
MonkeyCube1
reagents
Flour5
TableSalt1
Blackpepper1
result"FoodSoupMonkey"
RecipeDoubleRatKebab
id"RecipeDoubleRatKebab"
name"Double rat kebab recipe"
type"microwaveRecipes"
time20
solids
FoodMeatRat2
FoodKebabSkewer1
reagents
Пустой объект
result"FoodMeatRatdoubleKebab"
RecipeClownBurger
id"RecipeClownBurger"
name"Clownburger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
ClothingMaskClown1
reagents
Пустой объект
result"FoodBurgerClown"
RecipeWaffleSoy
id"RecipeWaffleSoy"
name"Soy waffle recipe"
type"microwaveRecipes"
time10
solids
Пустой объект
reagents
Flour5
MilkSoy5
Egg6
SodaWater5
result"FoodBakedWaffleSoy"
RecipeCreamCheeseBread
id"RecipeCreamCheeseBread"
name"Cream cheese bread recipe"
type"microwaveRecipes"
time15
solids
FoodDough1
FoodCheeseSlice2
reagents
Milk5
result"FoodBreadCreamcheese"
RecipeMeatPizza
id"RecipeMeatPizza"
name"Meat pizza recipe"
type"microwaveRecipes"
time30
solids
FoodDoughFlat1
FoodMeat3
FoodCheeseSlice1
FoodTomato1
reagents
Пустой объект
result"FoodPizzaMeat"
RecipeRaisinCookie
id"RecipeRaisinCookie"
name"Raisin cookie recipe"
type"microwaveRecipes"
time5
solids
FoodSnackRaisins1
reagents
Flour5
Sugar5
result"FoodBakedCookieRaisin"
RecipeJellyToast
id"RecipeJellyToast"
name"Jelly toast recipe"
type"microwaveRecipes"
time5
solids
FoodBreadPlainSlice1
FoodJellyAmanita1
reagents
Пустой объект
result"FoodBreadJellySlice"
RecipeDonkpocketGondola
id"RecipeDonkpocketGondola"
name"Warm gondola-pocket recipe"
type"microwaveRecipes"
time5
solids
FoodDonkpocketGondola1
reagents
Пустой объект
result"FoodDonkpocketGondolaWarm"
RecipeHerbSalad
id"RecipeHerbSalad"
name"Herb salad recipe"
type"microwaveRecipes"
time5
solids
FoodBowlBig1
FoodAmbrosiaVulgaris3
FoodApple1
reagents
Пустой объект
result"FoodSaladHerb"
RecipeJellyBurger
id"RecipeJellyBurger"
name"Jelly burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodJellyAmanita1
reagents
Пустой объект
result"FoodBurgerJelly"
RecipeSpiderMeatBread
id"RecipeSpiderMeatBread"
name"Spider meat bread recipe"
type"microwaveRecipes"
time15
solids
FoodDough1
FoodMeatSpiderCutlet2
FoodCheeseSlice2
reagents
Пустой объект
result"FoodBreadMeatSpider"
RecipeClownTears
id"RecipeClownTears"
name"Clown's tears recipe"
type"microwaveRecipes"
time15
solids
FoodBowlBig1
FoodOnionSlice1
FoodTomato1
BikeHorn1
reagents
Пустой объект
result"FoodSoupClown"
RecipeWarmDonkpocketTeriyaki
id"RecipeWarmDonkpocketTeriyaki"
name"Warm teriyaki-pocket recipe"
type"microwaveRecipes"
time5
solids
FoodDonkpocketTeriyaki1
reagents
Пустой объект
result"FoodDonkpocketTeriyakiWarm"
RecipeEmpoweredBurger
id"RecipeEmpoweredBurger"
name"Empowered burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
SheetPlasma12
reagents
Пустой объект
result"FoodBurgerEmpowered"
RecipePelmeni
id"RecipePelmeni"
name"Pelmeni recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodMeatMeatball1
FoodDoughSlice3
reagents
Water20
result"FoodPelmeniBowl"
RecipeCookedSpaceshroom
id"RecipeCookedSpaceshroom"
name"Cooked spaceshroom recipe"
type"microwaveRecipes"
time5
solids
FoodSpaceshroom1
reagents
Пустой объект
result"FoodSpaceshroomCooked"
RecipeRicePudding
id"RecipeRicePudding"
name"Rice pudding recipe"
type"microwaveRecipes"
time15
solids
FoodBowlBig1
reagents
Rice15
Milk10
Sugar5
result"FoodRicePudding"
RecipeGrapeTart
id"RecipeGrapeTart"
name"Grape tart recipe"
type"microwaveRecipes"
time15
solids
FoodDoughPie1
FoodGrape3
reagents
Sugar5
Milk5
result"FoodTartGrape"
RecipeClownTearsSoup
id"RecipeClownTearsSoup"
name"Clown tears soup recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodBanana1
ShardGlass1
reagents
Water10
result"FoodSoupClown"
RecipeAmanitaPie
id"RecipeAmanitaPie"
name"Amanita pie recipe"
type"microwaveRecipes"
time15
solids
FoodDoughPie1
FoodFlyAmanita1
FoodPlateTin1
reagents
Пустой объект
result"FoodPieAmanita"
RecipeRicePork
id"RecipeRicePork"
name"Rice and pork recipe"
type"microwaveRecipes"
time15
solids
FoodRiceBoiled1
FoodMeatCutlet3
reagents
Пустой объект
result"FoodRicePork"
RecipeBread
id"RecipeBread"
name"Bread recipe"
type"microwaveRecipes"
time10
solids
FoodDough1
reagents
Пустой объект
result"FoodBreadPlain"
RecipePeaSoup
id"RecipePeaSoup"
name"Pea soup recipe"
type"microwaveRecipes"
time10
solids
FoodPeaPod2
FoodBowlBig1
reagents
Water10
result"FoodSoupPea"
RecipeSashimi
id"RecipeSashimi"
name"Sashimi recipe"
type"microwaveRecipes"
time15
solids
FoodMeatFish2
reagents
TableSalt1
result"FoodMealSashimi"
RecipeWingFangChuSoupSpider
id"RecipeWingFangChuSoupSpider"
name"Wing fang chu recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodMeatSpider2
reagents
Soysauce5
result"FoodSoupWingFangChu"
RecipeCornbread
id"RecipeCornbread"
name"Cornbread recipe"
type"microwaveRecipes"
time10
solids
FoodDoughCornmeal1
reagents
Пустой объект
result"FoodBreadCorn"
RecipeQueso
id"RecipeQueso"
name"Queso recipe"
type"microwaveRecipes"
time15
solids
FoodChili1
FoodCheeseSlice2
reagents
Пустой объект
result"FoodMealQueso"
RecipeMeatKebab
id"RecipeMeatKebab"
name"Meat kebab recipe"
type"microwaveRecipes"
time5
solids
FoodMeatCutlet3
FoodKebabSkewer1
reagents
Пустой объект
result"FoodMeatKebab"
RecipeRegenerativeMesh
id"RecipeRegenerativeMesh"
name"Regenerative mesh recipe"
type"microwaveRecipes"
time10
solids
FoodAloe1
Ointment1
MaterialCloth11
reagents
Sigynate50
Dermaline50
result"RegenerativeMesh"
RecipeEggRice
id"RecipeEggRice"
name"Egg-fried rice recipe"
type"microwaveRecipes"
time15
solids
FoodRiceBoiled1
FoodEgg1
FoodCarrot1
reagents
Пустой объект
result"FoodRiceEgg"
RecipeTacoFish
id"RecipeTacoFish"
name"Fish taco recipe"
type"microwaveRecipes"
time10
solids
FoodTacoShell1
FoodMeatFish1
FoodOnionSlice2
FoodTomato1
FoodCabbage1
reagents
Пустой объект
result"FoodTacoFish"
RecipeSuppermatter
id"RecipeSuppermatter"
name"Suppermatter recipe"
type"microwaveRecipes"
time30
solids
FoodCakeBatter2
reagents
Sugar30
Nitrogen10
Plasma10
result"FoodCakeSuppermatter"
RecipeSuperBiteBurger
id"RecipeSuperBiteBurger"
name"Super bite burger recipe"
type"microwaveRecipes"
time25
solids
FoodBreadBun1
FoodMeat3
FoodCheeseSlice3
FoodTomato3
FoodEgg2
reagents
TableSalt5
result"FoodBurgerSuper"
RecipePopcorn
id"RecipePopcorn"
name"Popcorn recipe"
type"microwaveRecipes"
time20
solids
FoodCorn1
reagents
Пустой объект
result"FoodSnackPopcorn"
RecipeDuckBurger
id"RecipeDuckBurger"
name"Duck sandwich recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeatDuck1
FoodCheeseSlice1
reagents
Пустой объект
result"FoodBurgerDuck"
RecipeSugarCookie
id"RecipeSugarCookie"
name"Sugar cookie recipe"
type"microwaveRecipes"
time5
solids
FoodButter1
reagents
Flour5
Sugar10
result"FoodBakedCookieSugar"
RecipeVegetableSoup
id"RecipeVegetableSoup"
name"Vegetable soup recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodCorn1
FoodCarrot1
FoodPotato1
FoodEggplant1
reagents
Water5
result"FoodSoupVegetable"
RecipeRobotBurger
id"RecipeRobotBurger"
name"Roburger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
CapacitorStockPart2
reagents
Пустой объект
result"FoodBurgerRobot"
RecipeTacoChicken
id"RecipeTacoChicken"
name"Chicken taco recipe"
type"microwaveRecipes"
time10
solids
FoodTacoShell1
FoodMeatChickenCutlet1
FoodCheeseSlice1
reagents
Пустой объект
result"FoodTacoChicken"
RecipeGhostBurger
id"RecipeGhostBurger"
name"Ghost burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
Ectoplasm1
reagents
Пустой объект
result"FoodBurgerGhost"
RecipeRatKebab
id"RecipeRatKebab"
name"Rat kebab recipe"
type"microwaveRecipes"
time10
solids
FoodMeatRat1
FoodKebabSkewer1
reagents
Пустой объект
result"FoodMeatRatKebab"
RecipeChowMein
id"RecipeChowMein"
name"Chow mein recipe"
type"microwaveRecipes"
time10
solids
FoodNoodlesBoiled1
FoodEggplant1
FoodCarrot1
FoodCorn1
FoodEgg1
reagents
Пустой объект
result"FoodNoodlesChowmein"
RecipeCornInButter
id"RecipeCornInButter"
name"Corn in butter recipe"
type"microwaveRecipes"
time10
solids
FoodCorn1
FoodPlate1
FoodButter1
reagents
Пустой объект
result"FoodMealCornInButter"
RecipeVegetablePizza
id"RecipeVegetablePizza"
name"Vegetable pizza recipe"
type"microwaveRecipes"
time30
solids
FoodDoughFlat1
FoodEggplant1
FoodCarrot1
FoodCorn1
FoodTomato1
reagents
Пустой объект
result"FoodPizzaVegetable"
RecipeBurgerMcguffin
id"RecipeBurgerMcguffin"
name"McGuffin recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodCheeseSlice1
FoodEgg2
reagents
Пустой объект
result"FoodBurgerMcguffin"
RecipeBirthdayCake
id"RecipeBirthdayCake"
name"Birthday cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
reagents
Cream5
result"FoodCakeBirthday"
RecipeFruitSalad
id"RecipeFruitSalad"
name"Fruit salad recipe"
type"microwaveRecipes"
time5
solids
FoodBowlBig1
FoodOrange1
FoodApple1
FoodGrape1
FoodWatermelonSlice2
reagents
Пустой объект
result"FoodSaladFruit"
RecipeCarrotCake
id"RecipeCarrotCake"
name"Carrot cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
FoodCarrot3
reagents
Пустой объект
result"FoodCakeCarrot"
RecipePancake
id"RecipePancake"
name"Pancake recipe"
type"microwaveRecipes"
time5
solids
Пустой объект
reagents
Flour5
Milk5
Egg6
result"FoodBakedPancake"
RecipeBigBiteBurger
id"RecipeBigBiteBurger"
name"Big bite burger recipe"
type"microwaveRecipes"
time15
solids
FoodBreadBun1
FoodMeat2
FoodCheeseSlice1
FoodTomato1
FoodOnionSlice2
reagents
Пустой объект
result"FoodBurgerBig"
RecipeMushroomSoup
id"RecipeMushroomSoup"
name"Mushroom soup recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodMushroom2
reagents
Water5
Milk5
result"FoodSoupMushroom"
RecipeChickenSandwich
id"RecipeChickenSandwich"
name"Chicken sandwich recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeatChicken1
reagents
Mayo5
result"FoodBurgerChicken"
RecipeXenoburger
id"RecipeXenoburger"
name"Xenoburger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeatXeno1
reagents
Пустой объект
result"FoodBurgerXeno"
RecipeMargheritaPizza
id"RecipeMargheritaPizza"
name"Margherita pizza recipe"
type"microwaveRecipes"
time30
solids
FoodDoughFlat1
FoodCheeseSlice1
FoodTomato4
reagents
Пустой объект
result"FoodPizzaMargherita"
RecipeEyeballSoup
id"RecipeEyeballSoup"
name"Eyeball soup recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
OrganHumanEyes1
FoodCarrot1
FoodPotato1
reagents
Water10
result"FoodSoupEyeball"
RecipeDumplings
id"RecipeDumplings"
name"Dumplings recipe"
type"microwaveRecipes"
time15
solids
FoodDoughSlice3
reagents
Water10
UncookedAnimalProteins6
result"FoodBakedDumplings"
RecipeCannabisBrownies
id"RecipeCannabisBrownies"
name"Cannabis brownie recipe"
type"microwaveRecipes"
time25
solids
FoodCannabisButter2
FoodSnackChocolateBar2
FoodEgg3
reagents
Flour15
Sugar30
result"FoodBakedCannabisBrownieBatch"
RecipeRibs
id"RecipeRibs"
name"BBQ ribs recipe"
type"microwaveRecipes"
time15
solids
FoodMeat2
FoodKebabSkewer1
reagents
BbqSauce5
result"FoodMealRibs"
RecipeBrainBurger
id"RecipeBrainBurger"
name"Brain burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
OrganHumanBrain1
reagents
Пустой объект
result"FoodBurgerBrain"
RecipeCheesyFries
id"RecipeCheesyFries"
name"Cheesy fries recipe"
type"microwaveRecipes"
time15
solids
FoodPotato1
FoodCheeseSlice1
reagents
TableSalt5
result"FoodMealFriesCheesy"
RecipeCheeseCake
id"RecipeCheeseCake"
name"Cheese cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
FoodCheeseSlice3
reagents
Cream10
result"FoodCakeCheese"
RecipeRiceGumbo
id"RecipeRiceGumbo"
name"Black-eyed gumbo recipe"
type"microwaveRecipes"
time15
solids
FoodRiceBoiled1
FoodMeatCutlet3
FoodChili2
reagents
Пустой объект
result"FoodRiceGumbo"
RecipeGarlicBread
id"RecipeGarlicBread"
name"Garlic bread slice recipe"
type"microwaveRecipes"
time5
solids
FoodBreadPlainSlice1
FoodGarlic1
FoodButter1
reagents
Пустой объект
result"FoodBreadGarlicSlice"
RecipeDankPizza
id"RecipeDankPizza"
name"Dank pizza recipe"
type"microwaveRecipes"
time30
solids
FoodDoughFlat1
FoodAmbrosiaVulgaris3
FoodCheeseSlice1
FoodTomato1
reagents
Пустой объект
result"FoodPizzaDank"
RecipeCannabisButter
id"RecipeCannabisButter"
name"Cannabis butter recipe"
type"microwaveRecipes"
time15
solids
FoodButter1
LeavesCannabis6
reagents
Пустой объект
result"FoodCannabisButter"
RecipeBaseballBurger
id"RecipeBaseballBurger"
name"Baseball burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
BaseBallBat1
reagents
Пустой объект
result"FoodBurgerBaseball"
RecipeChocolateCake
id"RecipeChocolateCake"
name"Chocolate cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
FoodSnackChocolateBar2
reagents
Пустой объект
result"FoodCakeChocolate"
RecipeBoiledRice
id"RecipeBoiledRice"
name"Boiled rice recipe"
type"microwaveRecipes"
time15
solids
FoodBowlBig1
reagents
Rice15
Water10
result"FoodRiceBoiled"
RecipeValidSalad
id"RecipeValidSalad"
name"Valid salad recipe"
type"microwaveRecipes"
time5
solids
FoodBowlBig1
FoodAmbrosiaVulgaris3
FoodPotato1
FoodMeatMeatball1
reagents
Пустой объект
result"FoodSaladValid"
RecipeLizardKebab
id"RecipeLizardKebab"
name"Lizard kebab recipe"
type"microwaveRecipes"
time15
solids
FoodMeatLizard1
FoodKebabSkewer1
reagents
Пустой объект
result"FoodMeatLizardtailKebab"
RecipeSpellBurger
id"RecipeSpellBurger"
name"Spell burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
ClothingHeadHatWizard1
reagents
Пустой объект
result"FoodBurgerSpell"
RecipeHawaiianPizza
id"RecipeHawaiianPizza"
name"Hawaiian pizza recipe"
type"microwaveRecipes"
time30
solids
FoodDoughFlat1
FoodMeatChickenCutlet3
FoodPineappleSlice5
reagents
Пустой объект
result"FoodPizzaPineapple"
RecipeBananaCreamPie
id"RecipeBananaCreamPie"
name"Banana cream pie"
type"microwaveRecipes"
time15
solids
FoodDoughPie1
FoodBanana3
FoodPlateTin1
reagents
Пустой объект
result"FoodPieBananaCream"
RecipeXenoMeatBread
id"RecipeXenoMeatBread"
name"Xeno meat bread recipe"
type"microwaveRecipes"
time15
solids
FoodDough1
FoodMeatXenoCutlet2
FoodCheeseSlice2
reagents
Пустой объект
result"FoodBreadMeatXeno"
RecipeBerryClafoutis
id"RecipeBerryClafoutis"
name"Berry clafoutis"
type"microwaveRecipes"
time15
solids
FoodDoughPie1
FoodBerries3
FoodPlateTin1
reagents
Пустой объект
result"FoodPieClafoutis"
RecipeCookie
id"RecipeCookie"
name"Cookie recipe"
type"microwaveRecipes"
time5
solids
FoodButter1
FoodSnackChocolateBar1
reagents
Flour5
Sugar5
result"FoodBakedCookie"
RecipeCrazyHamburger
id"RecipeCrazyHamburger"
name"Crazy hamburger recipe"
type"microwaveRecipes"
time15
solids
FoodBreadBun1
FoodMeat2
FoodCheeseSlice2
FoodChili1
FoodCabbage1
CrayonGreen1
Flare1
reagents
OilOlive15
result"FoodBurgerCrazy"
RecipeDriedCannabis
id"RecipeDriedCannabis"
name"Dried cannabis leaves recipe"
type"microwaveRecipes"
time10
solids
LeavesCannabis1
reagents
Пустой объект
result"LeavesCannabisDried"
RecipeRatBurger
id"RecipeRatBurger"
name"Rat burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeatRat1
reagents
Пустой объект
result"FoodBurgerRat"
RecipeWatermelonFruitBowlSalad
id"RecipeWatermelonFruitBowlSalad"
name"Watermelon fruit bowl recipe"
type"microwaveRecipes"
time5
solids
FoodWatermelon1
FoodApple1
FoodBanana1
FoodLemon1
FoodOrange1
FoodAmbrosiaVulgaris1
reagents
Пустой объект
result"FoodSaladWatermelonFruitBowl"
RecipeHumanBurger
id"RecipeHumanBurger"
name"Human burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeatHuman1
reagents
Пустой объект
result"FoodBurgerHuman"
RecipeDonkpocketHonk
id"RecipeDonkpocketHonk"
name"Warm honk-pocket recipe"
type"microwaveRecipes"
time5
solids
FoodDonkpocketHonk1
reagents
Пустой объект
result"FoodDonkpocketHonkWarm"
RecipeColeslaw
id"RecipeColeslaw"
name"Coleslaw recipe"
type"microwaveRecipes"
time5
solids
FoodBowlBig1
FoodOnionRed1
FoodCabbage1
reagents
Vinaigrette5
result"FoodSaladColeslaw"
RecipeCheeseburger
id"RecipeCheeseburger"
name"Cheeseburger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeat1
FoodCheeseSlice1
reagents
Пустой объект
result"FoodBurgerCheese"
RecipeCatBurger
id"RecipeCatBurger"
name"Cat burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeat1
ClothingHeadHatCatEars1
reagents
Пустой объект
result"FoodBurgerCat"
RecipeSoylentBurger
id"RecipeSoylentBurger"
name"Soylent burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodCheeseSlice2
FoodSoybeans2
reagents
Пустой объект
result"FoodBurgerSoy"
RecipeFiestaKebab
id"RecipeFiestaKebab"
name"Fiesta kebab recipe"
type"microwaveRecipes"
time5
solids
FoodChili1
FoodCorn1
FoodMeatCutlet1
FoodTomato1
FoodKebabSkewer1
reagents
Пустой объект
result"FoodMeatFiestaKebab"
RecipeClownCake
id"RecipeClownCake"
name"Clown cake recipe"
type"microwaveRecipes"
time5
solids
ClothingMaskClown1
FoodCakePlain1
reagents
Пустой объект
result"FoodCakeClown"
RecipeTacoChickenSupreme
id"RecipeTacoChickenSupreme"
name"Beef taco supreme recipe"
type"microwaveRecipes"
time10
solids
FoodTacoShell1
FoodCheeseSlice1
FoodMeatChickenCutlet1
FoodTomato1
FoodCabbage1
FoodOnionSlice2
reagents
Пустой объект
result"FoodTacoChickenSupreme"
RecipeCrabBurger
id"RecipeCrabBurger"
name"Crab burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeatCrab2
reagents
Пустой объект
result"FoodBurgerCrab"
RecipeBoiledSpaghetti
id"RecipeBoiledSpaghetti"
name"Boiled spaghetti recipe"
type"microwaveRecipes"
time15
solids
FoodButter1
reagents
Flour15
Egg6
result"FoodNoodlesBoiled"
RecipeApplePie
id"RecipeApplePie"
name"Apple pie"
type"microwaveRecipes"
time15
solids
FoodDoughPie1
FoodApple3
FoodPlateTin1
reagents
Пустой объект
result"FoodPieApple"
RecipeBearger
id"RecipeBearger"
name"Bearger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeatBear1
reagents
Пустой объект
result"FoodBurgerBear"
RecipeKimchiSalad
id"RecipeKimchiSalad"
name"Kimchi salad recipe"
type"microwaveRecipes"
time5
solids
FoodBowlBig1
FoodCarrot1
FoodCabbage1
FoodGarlic1
reagents
Vinegar5
result"FoodSaladKimchi"
RecipeStewSoup
id"RecipeStewSoup"
name"Stew recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodMeatCutlet3
FoodTomato1
FoodPotato1
FoodCarrot1
FoodEggplant1
FoodMushroom1
reagents
Water10
result"FoodSoupStew"
RecipeTacoBeef
id"RecipeTacoBeef"
name"Beef taco recipe"
type"microwaveRecipes"
time10
solids
FoodTacoShell1
FoodMeatCutlet1
FoodCheeseSlice1
reagents
Пустой объект
result"FoodTacoBeef"
RecipeOrangeCake
id"RecipeOrangeCake"
name"Orange cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
FoodOrange3
reagents
Пустой объект
result"FoodCakeOrange"
RecipeOnionSoup
id"RecipeOnionSoup"
name"Onion soup recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodOnionSlice5
FoodCheeseSlice1
reagents
Water10
result"FoodSoupOnion"
RecipeCopypasta
id"RecipeCopypasta"
name"Copypasta recipe"
type"microwaveRecipes"
time10
solids
FoodNoodles2
reagents
Пустой объект
result"FoodNoodlesCopy"
RecipeAloeCream
id"RecipeAloeCream"
name"Aloe cream recipe"
type"microwaveRecipes"
time10
solids
FoodAloe1
reagents
Пустой объект
result"AloeCream"
RecipeFiveBurger
id"RecipeFiveBurger"
name"Five alarm burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeat1
FoodChili3
reagents
Пустой объект
result"FoodBurgerFive"
RecipeFoodMealSoftTaco
id"RecipeFoodMealSoftTaco"
name"Soft taco recipe"
type"microwaveRecipes"
time10
solids
FoodDoughSlice1
FoodTomato1
FoodOnionSlice2
FoodCheeseSlice1
FoodMeatCutlet1
reagents
Пустой объект
result"FoodMealSoftTaco"
RecipeDriedTobacco
id"RecipeDriedTobacco"
name"Dried tobacco leaves recipe"
type"microwaveRecipes"
time10
solids
LeavesTobacco1
reagents
Пустой объект
result"LeavesTobaccoDried"
RecipeBun
id"RecipeBun"
name"Bun recipe"
type"microwaveRecipes"
time5
solids
FoodDoughSlice1
reagents
Пустой объект
result"FoodBreadBun"
RecipeXenoPie
id"RecipeXenoPie"
name"Xeno pie recipe"
type"microwaveRecipes"
time15
solids
FoodDoughPie1
FoodMeatXeno3
FoodPlateTin1
reagents
Пустой объект
result"FoodPieXeno"
RecipeTwoBreadSlice
id"RecipeTwoBreadSlice"
name"Two slice recipe"
type"microwaveRecipes"
time5
solids
FoodBreadPlainSlice2
reagents
Wine5
result"FoodBreadTwoSlice"
RecipeOatmeal
id"RecipeOatmeal"
name"Oatmeal recipe"
type"microwaveRecipes"
time15
solids
FoodBowlBig1
reagents
Oats15
Water10
result"FoodOatmeal"
RecipeBlueberryCake
id"RecipeBlueberryCake"
name"Blueberry cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
FoodBerries3
reagents
Пустой объект
result"FoodCakeBlueberry"
RecipeMeatPie
id"RecipeMeatPie"
name"Meat pie recipe"
type"microwaveRecipes"
time15
solids
FoodDoughPie1
FoodMeat3
FoodPlateTin1
reagents
Пустой объект
result"FoodPieMeat"
RecipeTofuBread
id"RecipeTofuBread"
name"Tofu bread recipe"
type"microwaveRecipes"
time15
solids
FoodDough1
FoodTofu1
reagents
Пустой объект
result"FoodBreadTofu"
RecipeAppendixBurger
id"RecipeAppendixBurger"
name"Appendix burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
OrganHumanAppendix1
reagents
Пустой объект
result"FoodBurgerAppendix"
RecipeBananaBread
id"RecipeBananaBread"
name"Banana bread recipe"
type"microwaveRecipes"
time15
solids
FoodDough1
FoodBanana1
reagents
Пустой объект
result"FoodBreadBanana"
RecipeCorgiBurger
id"RecipeCorgiBurger"
name"Corgi burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeatCorgi1
reagents
Пустой объект
result"FoodBurgerCorgi"
RecipeCubanCarp
id"RecipeCubanCarp"
name"Cuban carp recipe"
type"microwaveRecipes"
time15
solids
FoodDough1
FoodCheeseSlice2
FoodChili1
FoodMeatFish2
reagents
Пустой объект
result"FoodMealCubancarp"
RecipeLemoonCake
id"RecipeLemoonCake"
name"Lemoon cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
FoodLemoon2
FoodBerries1
reagents
Пустой объект
result"FoodCakeLemoon"
RecipeDonkpocketBerry
id"RecipeDonkpocketBerry"
name"Warm berry-pocket recipe"
type"microwaveRecipes"
time5
solids
FoodDonkpocketBerry1
reagents
Пустой объект
result"FoodDonkpocketBerryWarm"
RecipeTacoBeefSupreme
id"RecipeTacoBeefSupreme"
name"Beef taco supreme recipe"
type"microwaveRecipes"
time10
solids
FoodTacoShell1
FoodCheeseSlice1
FoodMeatCutlet1
FoodTomato1
FoodCabbage1
FoodOnionSlice2
reagents
Пустой объект
result"FoodTacoBeefSupreme"
RecipeBurgerMcrib
id"RecipeBurgerMcrib"
name"BBQ rib sandwich recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMealRibs1
FoodOnionSlice1
reagents
Пустой объект
result"FoodBurgerMcrib"
RecipeSlimeCake
id"RecipeSlimeCake"
name"Slime cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
reagents
Slime15
result"FoodCakeSlime"
RecipeTomatoSoup
id"RecipeTomatoSoup"
name"Tomato soup recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodTomato2
reagents
Water10
result"FoodSoupTomato"
RecipeOnionRings
id"RecipeOnionRings"
name"Onion rings recipe"
type"microwaveRecipes"
time15
solids
FoodOnionSlice1
reagents
Пустой объект
result"FoodOnionRings"
RecipeHumanKebab
id"RecipeHumanKebab"
name"Human kebab recipe"
type"microwaveRecipes"
time15
solids
TorsoHuman1
FoodKebabSkewer1
reagents
Пустой объект
result"FoodMeatHumanKebab"
RecipeCatCake
id"RecipeCatCake"
name"Cat cake recipe"
type"microwaveRecipes"
time15
solids
FoodCakePlain1
FoodSnackRaisins1
OrganAnimalHeart1
reagents
Milk15
Cognizine5
result"MobCatCake"
RecipeMedicatedSuture
id"RecipeMedicatedSuture"
name"Medicated suture recipe"
type"microwaveRecipes"
time10
solids
FoodPoppy1
Brutepack1
MaterialCloth11
reagents
TranexamicAcid50
Cryptobiolin50
result"MedicatedSuture"
RecipeCitrusSalad
id"RecipeCitrusSalad"
name"Citrus salad recipe"
type"microwaveRecipes"
time5
solids
FoodBowlBig1
FoodOrange1
FoodLemon1
FoodLime1
reagents
Пустой объект
result"FoodSaladCitrus"
RecipeAppleCake
id"RecipeAppleCake"
name"Apple cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
FoodApple3
reagents
Пустой объект
result"FoodCakeApple"
RecipeSausageBread
id"RecipeSausageBread"
name"Sausage bread recipe"
type"microwaveRecipes"
time15
solids
FoodDough1
FoodMeat1
reagents
Пустой объект
result"FoodBreadSausage"
RecipePumpkinCake
id"RecipePumpkinCake"
name"Pumpkin cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
FoodPumpkin1
reagents
Пустой объект
result"FoodCakePumpkin"
RecipeFries
id"RecipeFries"
name"Space fries recipe"
type"microwaveRecipes"
time15
solids
FoodPotato1
reagents
TableSalt5
result"FoodMealFries"
RecipeCarrotFries
id"RecipeCarrotFries"
name"Carrot fries recipe"
type"microwaveRecipes"
time15
solids
FoodCarrot1
reagents
TableSalt5
result"FoodMealFriesCarrot"
RecipeChocolateChipPancake
id"RecipeChocolateChipPancake"
name"Chocolate chip pancake recipe"
type"microwaveRecipes"
time5
solids
FoodSnackChocolateBar1
reagents
Flour5
Milk5
Egg6
result"FoodBakedPancakeCc"
RecipeFoodBakedChevreChaud
id"RecipeFoodBakedChevreChaud"
name"Chevre chaud recipe"
type"microwaveRecipes"
time5
solids
FoodChevreSlice1
FoodBreadBaguetteSlice1
reagents
Пустой объект
result"FoodBakedChevreChaud"
RecipeAmanitaJelly
id"RecipeAmanitaJelly"
name"Amanita jelly recipe"
type"microwaveRecipes"
time10
solids
FoodFlyAmanita3
reagents
Water5
Vodka5
result"FoodJellyAmanita"
RecipeWarmDonkpocket
id"RecipeWarmDonkpocket"
name"Warm donk pocket recipe"
type"microwaveRecipes"
time5
solids
FoodDonkpocket1
reagents
Пустой объект
result"FoodDonkpocketWarm"
RecipeBrownies
id"RecipeBrownies"
name"Brownie recipe"
type"microwaveRecipes"
time25
solids
FoodButter2
FoodSnackChocolateBar2
FoodEgg3
reagents
Flour15
Sugar30
result"FoodBakedBrownieBatch"
RecipeWarmDankpocket
id"RecipeWarmDankpocket"
name"Warm dank pocket recipe"
type"microwaveRecipes"
time5
solids
FoodDonkpocketDank1
reagents
Пустой объект
result"FoodDonkpocketDankWarm"
RecipeWingFangChuSoup
id"RecipeWingFangChuSoup"
name"Wing fang chu recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodMeatXenoCutlet2
reagents
Soysauce5
result"FoodSoupWingFangChu"
RecipeMeatballSpaghetti
id"RecipeMeatballSpaghetti"
name"Spaghetti & meatballs recipe"
type"microwaveRecipes"
time10
solids
FoodNoodlesBoiled1
FoodMeatMeatball2
reagents
Пустой объект
result"FoodNoodlesMeatball"
RecipeButterNoodles
id"RecipeButterNoodles"
name"Butter noodles recipe"
type"microwaveRecipes"
time10
solids
FoodNoodlesBoiled1
FoodButter1
reagents
Пустой объект
result"FoodNoodlesButter"
RecipeBungoSoup
id"RecipeBungoSoup"
name"Bungo soup recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodBungo2
FoodChili1
reagents
Water5
result"FoodSoupBungo"
RecipeMoldyBreadSlice
id"RecipeMoldyBreadSlice"
name"Moldy bread slice recipe"
type"microwaveRecipes"
time5
solids
FoodBreadPlainSlice1
FoodFlyAmanita1
reagents
Пустой объект
result"FoodBreadMoldySlice"
RecipeMeatBread
id"RecipeMeatBread"
name"Meat bread recipe"
type"microwaveRecipes"
time15
solids
FoodDough1
FoodMeatCutlet2
FoodCheeseSlice2
reagents
Пустой объект
result"FoodBreadMeat"
RecipeWaffles
id"RecipeWaffles"
name"Waffle recipe"
type"microwaveRecipes"
time10
solids
Пустой объект
reagents
Flour5
Milk5
Egg6
SodaWater5
result"FoodBakedWaffle"
RecipeTofuBurger
id"RecipeTofuBurger"
name"Tofu burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodTofuSlice1
reagents
Пустой объект
result"FoodBurgerTofu"
RecipeLimeCake
id"RecipeLimeCake"
name"Lime cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
FoodLime3
reagents
Пустой объект
result"FoodCakeLime"
RecipeTacoRat
id"RecipeTacoRat"
name"Rat taco recipe"
type"microwaveRecipes"
time10
solids
FoodTacoShell1
FoodCheeseSlice1
FoodMeatRat1
reagents
Пустой объект
result"FoodTacoRat"
RecipeMimanaBread
id"RecipeMimanaBread"
name"Mimana bread recipe"
type"microwaveRecipes"
time15
solids
FoodDough1
FoodMimana1
reagents
Nothing5
result"FoodBreadMimana"
RecipeButteredToast
id"RecipeButteredToast"
name"Buttered toast recipe"
type"microwaveRecipes"
time5
solids
FoodBreadPlainSlice1
FoodButter1
reagents
Пустой объект
result"FoodBreadButteredToast"
RecipeHotChili
id"RecipeHotChili"
name"Hot chili recipe"
type"microwaveRecipes"
time20
solids
FoodBowlBig1
FoodChili1
FoodMeatCutlet1
FoodOnionSlice1
FoodTomato1
reagents
Пустой объект
result"FoodSoupChiliHot"
RecipeTrashBakedBananaPeel
id"RecipeTrashBakedBananaPeel"
name"Baked banana peel recipe"
type"microwaveRecipes"
time5
solids
TrashBananaPeel1
reagents
Пустой объект
result"TrashBakedBananaPeel"
RecipeBrainCake
id"RecipeBrainCake"
name"Brain cake recipe"
type"microwaveRecipes"
time15
solids
FoodCakePlain1
OrganHumanBrain1
reagents
Пустой объект
result"FoodCakeBrain"
RecipeDonkpocketPizza
id"RecipeDonkpocketPizza"
name"Donk-pocket pizza recipe"
type"microwaveRecipes"
time30
solids
FoodDoughFlat1
FoodDonkpocketWarm3
FoodCheeseSlice1
FoodTomato1
reagents
Пустой объект
result"FoodPizzaDonkpocket"
RecipeChiliClown
id"RecipeChiliClown"
name"Chili con carnival recipe"
type"microwaveRecipes"
time30
solids
FoodBowlBig1
FoodChili1
FoodMeatCutlet1
FoodOnionSlice1
FoodTomato1
ClothingShoesClown1
reagents
Пустой объект
result"FoodSoupChiliClown"
RecipeBisque
id"RecipeBisque"
name"Bisque recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodTomato1
FoodMushroom1
FoodMeatFish1
reagents
Water10
result"FoodSoupBisque"
RecipePlainBurger
id"RecipePlainBurger"
name"Plain burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeat1
reagents
Пустой объект
result"FoodBurgerPlain"
RecipeBlueberryPancake
id"RecipeBlueberryPancake"
name"Blueberry pancake recipe"
type"microwaveRecipes"
time5
solids
FoodBerries2
reagents
Flour5
Milk5
Egg6
result"FoodBakedPancakeBb"
RecipeBaconBurger
id"RecipeBaconBurger"
name"Bacon burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeatBacon1
FoodCheeseSlice2
reagents
Пустой объект
result"FoodBurgerBacon"
RecipeEnchiladas
id"RecipeEnchiladas"
name"Enchiladas recipe"
type"microwaveRecipes"
time20
solids
FoodChili2
FoodMeatCutlet1
FoodCorn1
reagents
Пустой объект
result"FoodMealEnchiladas"
RecipeMisoColaSoup
id"RecipeMisoColaSoup"
name"Salty sweet misocola soup recipe"
type"microwaveRecipes"
time15
solids
FoodSoupMiso1
reagents
Cola5
result"DisgustingSweptSoup"
RecipeHawaiianKebab
id"RecipeHawaiianKebab"
name"Hawaiian kebab recipe"
type"microwaveRecipes"
time5
solids
FoodChili1
FoodMeatCutlet1
FoodPineappleSlice1
FoodKebabSkewer1
reagents
Пустой объект
result"FoodMeatHawaiianKebab"
RecipeBaguette
id"RecipeBaguette"
name"Baguette recipe"
type"microwaveRecipes"
time15
solids
FoodDough1
reagents
TableSalt5
Blackpepper5
result"FoodBreadBaguette"
RecipeColdChili
id"RecipeColdChili"
name"Cold chili recipe"
type"microwaveRecipes"
time5
solids
FoodSoupChiliHot1
reagents
Nitrogen5
result"FoodSoupChiliCold"
RecipeJungleSalad
id"RecipeJungleSalad"
name"Jungle salad recipe"
type"microwaveRecipes"
time5
solids
FoodBowlBig1
FoodBanana1
FoodApple1
FoodGrape1
FoodWatermelonSlice2
reagents
Пустой объект
result"FoodSaladJungle"
RecipeMeatballSoup
id"RecipeMeatballSoup"
name"Meatball soup recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodMeatMeatball1
FoodCarrot1
FoodPotato1
reagents
Water10
result"FoodSoupMeatball"
RecipeWarmDonkpocketPizza
id"RecipeWarmDonkpocketPizza"
name"Warm pizza-pocket recipe"
type"microwaveRecipes"
time5
solids
FoodDonkpocketPizza1
reagents
Пустой объект
result"FoodDonkpocketPizzaWarm"
RecipeMimeBurger
id"RecipeMimeBurger"
name"Mime burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
ClothingMaskMime1
reagents
Пустой объект
result"FoodBurgerMime"
RecipeCake
id"RecipeCake"
name"Cake recipe"
type"microwaveRecipes"
time15
solids
FoodCakeBatter1
reagents
Пустой объект
result"FoodCakePlain"
RecipeFrenchToast
id"RecipeFrenchToast"
name"French toast recipe"
type"microwaveRecipes"
time5
solids
FoodBreadPlainSlice1
reagents
Milk5
Egg12
result"FoodBreadFrenchToast"
RecipeCookieOatmeal
id"RecipeCookieOatmeal"
name"Oatmeal cookie recipe"
type"microwaveRecipes"
time5
solids
FoodButter1
reagents
Oats5
Sugar5
result"FoodBakedCookieOatmeal"
RecipeLoadedBakedPotato
id"RecipeLoadedBakedPotato"
name"Loaded baked potato recipe"
type"microwaveRecipes"
time15
solids
FoodPotato1
FoodCheeseSlice1
reagents
Пустой объект
result"FoodMealPotatoLoaded"
RecipeNettleSoup
id"RecipeNettleSoup"
name"Nettle soup recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
Nettle1
FoodPotato1
reagents
Water10
Egg6
result"FoodSoupNettle"
RecipeWarmDonkpocketSpicy
id"RecipeWarmDonkpocketSpicy"
name"Warm spicy donk-pocket recipe"
type"microwaveRecipes"
time5
solids
FoodDonkpocketSpicy1
reagents
Пустой объект
result"FoodDonkpocketSpicyWarm"
RecipeTacoShell
id"RecipeTacoShell"
name"Taco shell recipe"
type"microwaveRecipes"
time5
solids
FoodDoughTortillaFlat1
reagents
Пустой объект
result"FoodTacoShell"
RecipeCarpBurger
id"RecipeCarpBurger"
name"Fillet-o-carp burger recipe"
type"microwaveRecipes"
time10
solids
FoodBreadBun1
FoodMeatFish1
FoodCheeseSlice1
reagents
Пустой объект
result"FoodBurgerCarp"
RecipePastaTomato
id"RecipePastaTomato"
name"Pasta tomato recipe"
type"microwaveRecipes"
time10
solids
FoodNoodlesBoiled1
FoodTomato2
reagents
Пустой объект
result"FoodNoodles"
RecipeLemonCake
id"RecipeLemonCake"
name"Lemon cake recipe"
type"microwaveRecipes"
time5
solids
FoodCakePlain1
FoodLemon3
reagents
Пустой объект
result"FoodCakeLemon"
RecipeTomatoBloodSoup
id"RecipeTomatoBloodSoup"
name"Tomato blood soup recipe"
type"microwaveRecipes"
time10
solids
FoodBowlBig1
FoodBloodTomato2
reagents
Blood10
result"FoodSoupTomatoBlood"
RecipeCaesarSalad
id"RecipeCaesarSalad"
name"Caesar salad recipe"
type"microwaveRecipes"
time5
solids
FoodBowlBig1
FoodOnionRedSlice1
FoodBreadPlainSlice1
FoodCheeseSlice1
FoodCabbage1
reagents
OilOlive5
result"FoodSaladCaesar"
sliceableRecipes
FoodMeatChickenCooked
id"FoodMeatChickenCooked"
name"Приготовленное мясо курицы"
type"sliceableRecipes"
input"FoodMeatChickenCooked"
result"FoodMeatChickenCutletCooked"
count3
FoodMeatLizard
id"FoodMeatLizard"
name"Сырое мясо ящерицы"
type"sliceableRecipes"
input"FoodMeatLizard"
result"FoodMeatLizardCutlet"
count3
FoodPizzaSassysage
id"FoodPizzaSassysage"
name"Дерзкалбасная пицца"
type"sliceableRecipes"
input"FoodPizzaSassysage"
result"FoodPizzaSassysageSlice"
count8
FoodCakeSlime
id"FoodCakeSlime"
name"Слаймовый торт"
type"sliceableRecipes"
input"FoodCakeSlime"
result"FoodCakeSlimeSlice"
count5
FoodDough
id"FoodDough"
name"Тесто"
type"sliceableRecipes"
input"FoodDough"
result"FoodDoughSlice"
count3
FoodMeatBearCooked
id"FoodMeatBearCooked"
name"Жареное мясо медведя"
type"sliceableRecipes"
input"FoodMeatBearCooked"
result"FoodMeatBearCutletCooked"
count3
FoodMeatXeno
id"FoodMeatXeno"
name"Сырое ксено мясо"
type"sliceableRecipes"
input"FoodMeatXeno"
result"FoodMeatXenoCutlet"
count3
FoodCakeSuppermatter
id"FoodCakeSuppermatter"
name"Суперматерия"
type"sliceableRecipes"
input"FoodCakeSuppermatter"
result"FoodCakeSuppermatterSlice"
count5
FoodTartMime
id"FoodTartMime"
name"Мимский тарт"
type"sliceableRecipes"
input"FoodTartMime"
result"FoodTartMimeSlice"
count4
FoodCakePumpkin
id"FoodCakePumpkin"
name"Пряный тыквенный торт"
type"sliceableRecipes"
input"FoodCakePumpkin"
result"FoodCakePumpkinSlice"
count5
FoodMeat
id"FoodMeat"
name"Сырое мясо"
type"sliceableRecipes"
input"FoodMeat"
result"FoodMeatCutlet"
count3
FoodDoughTortilla
id"FoodDoughTortilla"
name"Тесто тортильи"
type"sliceableRecipes"
input"FoodDoughTortilla"
result"FoodDoughTortillaSlice"
count3
FoodCakePlain
id"FoodCakePlain"
name"Торт"
type"sliceableRecipes"
input"FoodCakePlain"
result"FoodCakePlainSlice"
count5
FoodBreadPlain
id"FoodBreadPlain"
name"Хлеб"
type"sliceableRecipes"
input"FoodBreadPlain"
result"FoodBreadPlainSlice"
count5
FoodMeatPenguinCooked
id"FoodMeatPenguinCooked"
name"Филе пингвина"
type"sliceableRecipes"
input"FoodMeatPenguinCooked"
result"FoodMeatPenguinCutletCooked"
count3
FoodCakeLemon
id"FoodCakeLemon"
name"Лимонный торт"
type"sliceableRecipes"
input"FoodCakeLemon"
result"FoodCakeLemonSlice"
count5
FoodMeatLizardCooked
id"FoodMeatLizardCooked"
name"Стейк из ящерицы"
type"sliceableRecipes"
input"FoodMeatLizardCooked"
result"FoodMeatLizardCutletCooked"
count3
FoodCakeCheese
id"FoodCakeCheese"
name"Сырный торт"
type"sliceableRecipes"
input"FoodCakeCheese"
result"FoodCakeCheeseSlice"
count5
FoodBreadCorn
id"FoodBreadCorn"
name"Кукурузный хлеб"
type"sliceableRecipes"
input"FoodBreadCorn"
result"FoodBreadCornSlice"
count5
FoodBreadBaguette
id"FoodBreadBaguette"
name"Багет"
type"sliceableRecipes"
input"FoodBreadBaguette"
result"FoodBreadBaguetteSlice"
count12
FoodBreadSausage
id"FoodBreadSausage"
name"Сосисочный хлеб"
type"sliceableRecipes"
input"FoodBreadSausage"
result"FoodBreadSausageSlice"
count5
FoodMeatChicken
id"FoodMeatChicken"
name"Сырое мясо курицы"
type"sliceableRecipes"
input"FoodMeatChicken"
result"FoodMeatChickenCutlet"
count3
FoodBakedBrownieBatch
id"FoodBakedBrownieBatch"
name"Брауни"
type"sliceableRecipes"
input"FoodBakedBrownieBatch"
result"FoodBakedBrownie"
count6
FoodMeatDuck
id"FoodMeatDuck"
name"Сырое мясо утки"
type"sliceableRecipes"
input"FoodMeatDuck"
result"FoodMeatDuckCutlet"
count3
FoodBreadVolcanic
id"FoodBreadVolcanic"
name"Вулканический хлеб"
type"sliceableRecipes"
input"FoodBreadVolcanic"
result"FoodBreadVolcanicSlice"
count5
FoodMeatBear
id"FoodMeatBear"
name"Сырое мясо медведя"
type"sliceableRecipes"
input"FoodMeatBear"
result"FoodMeatBearCutlet"
count3
FoodCakeApple
id"FoodCakeApple"
name"Яблочный торт"
type"sliceableRecipes"
input"FoodCakeApple"
result"FoodCakeAppleSlice"
count5
FoodPieCherry
id"FoodPieCherry"
name"Вишнёвый пирог"
type"sliceableRecipes"
input"FoodPieCherry"
result"FoodPieCherrySlice"
count4
FoodMeatDuckCooked
id"FoodMeatDuckCooked"
name"Приготовленная мясо утки"
type"sliceableRecipes"
input"FoodMeatDuckCooked"
result"FoodMeatDuckCutletCooked"
count3
FoodBreadMeat
id"FoodBreadMeat"
name"Мясной хлеб"
type"sliceableRecipes"
input"FoodBreadMeat"
result"FoodBreadMeatSlice"
count5
FoodMeatCooked
id"FoodMeatCooked"
name"Стейк"
type"sliceableRecipes"
input"FoodMeatCooked"
result"FoodMeatCutletCooked"
count3
FoodPizzaPineapple
id"FoodPizzaPineapple"
name"Гавайская пицца"
type"sliceableRecipes"
input"FoodPizzaPineapple"
result"FoodPizzaPineappleSlice"
count8
FoodWatermelon
id"FoodWatermelon"
name"Арбуз"
type"sliceableRecipes"
input"FoodWatermelon"
result"FoodWatermelonSlice"
count5
FoodMeatClown
id"FoodMeatClown"
name"Мясо клоуна"
type"sliceableRecipes"
input"FoodMeatClown"
result"FoodMeatSalamiSlice"
count5
FoodPieClafoutis
id"FoodPieClafoutis"
name"Ягодный клафути"
type"sliceableRecipes"
input"FoodPieClafoutis"
result"FoodPieClafoutisSlice"
count4
FoodPizzaDank
id"FoodPizzaDank"
name"Расслабляющая пицца"
type"sliceableRecipes"
input"FoodPizzaDank"
result"FoodPizzaDankSlice"
count8
FoodCakeClown
id"FoodCakeClown"
name"Клоунский торт"
type"sliceableRecipes"
input"FoodCakeClown"
result"FoodCakeClownSlice"
count5
FoodOnion
id"FoodOnion"
name"Лук"
type"sliceableRecipes"
input"FoodOnion"
result"FoodOnionSlice"
count5
FoodPieBananaCream
id"FoodPieBananaCream"
name"Кремовый банановый пирог"
type"sliceableRecipes"
input"FoodPieBananaCream"
result"FoodPieBananaCreamSlice"
count4
FoodMeatPenguin
id"FoodMeatPenguin"
name"Сырое мясо пингвина"
type"sliceableRecipes"
input"FoodMeatPenguin"
result"FoodMeatPenguinCutletSlice"
count3
FoodPieXeno
id"FoodPieXeno"
name"Ксено-пирог"
type"sliceableRecipes"
input"FoodPieXeno"
result"FoodPieXenoSlice"
count4
FoodBreadMimana
id"FoodBreadMimana"
name"Хлеб мимана"
type"sliceableRecipes"
input"FoodBreadMimana"
result"FoodBreadMimanaSlice"
count5
FoodCakeLemoon
id"FoodCakeLemoon"
name"Lemoon cake"
type"sliceableRecipes"
input"FoodCakeLemoon"
result"FoodCakeLemoonSlice"
count5
FoodBreadTofu
id"FoodBreadTofu"
name"Хлеб из тофу"
type"sliceableRecipes"
input"FoodBreadTofu"
result"FoodBreadTofuSlice"
count5
FoodPieMeat
id"FoodPieMeat"
name"Мясной пирог"
type"sliceableRecipes"
input"FoodPieMeat"
result"FoodPieMeatSlice"
count4
FoodMeatTomato
id"FoodMeatTomato"
name"Мясо помидора-убийцы"
type"sliceableRecipes"
input"FoodMeatTomato"
result"FoodMeatTomatoCutlet"
count3
FoodCheese
id"FoodCheese"
name"Головка сыра"
type"sliceableRecipes"
input"FoodCheese"
result"FoodCheeseSlice"
count3
FoodMeatHuman
id"FoodMeatHuman"
name"Сырое мясо человека"
type"sliceableRecipes"
input"FoodMeatHuman"
result"FoodMeatCutlet"
count3
FoodCakeOrange
id"FoodCakeOrange"
name"Апельсиновый торт"
type"sliceableRecipes"
input"FoodCakeOrange"
result"FoodCakeOrangeSlice"
count5
FoodBreadCreamcheese
id"FoodBreadCreamcheese"
name"Хлеб со сливочным сыром"
type"sliceableRecipes"
input"FoodBreadCreamcheese"
result"FoodBreadCreamcheeseSlice"
count5
FoodPizzaMushroom
id"FoodPizzaMushroom"
name"Грибная пицца"
type"sliceableRecipes"
input"FoodPizzaMushroom"
result"FoodPizzaMushroomSlice"
count8
FoodPineapple
id"FoodPineapple"
name"Ананас"
type"sliceableRecipes"
input"FoodPineapple"
result"FoodPineappleSlice"
count5
FoodPizzaDonkpocket
id"FoodPizzaDonkpocket"
name"Пицца донк-покет"
type"sliceableRecipes"
input"FoodPizzaDonkpocket"
result"FoodPizzaDonkpocketSlice"
count8
FoodBreadMeatXeno
id"FoodBreadMeatXeno"
name"Хлеб из ксено-мяса"
type"sliceableRecipes"
input"FoodBreadMeatXeno"
result"FoodBreadMeatXenoSlice"
count5
FoodMeatSalami
id"FoodMeatSalami"
name"Салями"
type"sliceableRecipes"
input"FoodMeatSalami"
result"FoodMeatSalamiSlice"
count5
FoodBreadBanana
id"FoodBreadBanana"
name"Бананово-ореховый хлеб"
type"sliceableRecipes"
input"FoodBreadBanana"
result"FoodBreadBananaSlice"
count5
FoodCakeChristmas
id"FoodCakeChristmas"
name"Рождественский торт"
type"sliceableRecipes"
input"FoodCakeChristmas"
result"FoodCakeChristmasSlice"
count5
FoodPizzaMeat
id"FoodPizzaMeat"
name"Мясная пицца"
type"sliceableRecipes"
input"FoodPizzaMeat"
result"FoodPizzaMeatSlice"
count8
FoodBreadMeatSpider
id"FoodBreadMeatSpider"
name"Хлеб из паучьего мяса"
type"sliceableRecipes"
input"FoodBreadMeatSpider"
result"FoodBreadMeatSpiderSlice"
count5
FoodPizzaVegetable
id"FoodPizzaVegetable"
name"Овощная пицца"
type"sliceableRecipes"
input"FoodPizzaVegetable"
result"FoodPizzaVegetableSlice"
count8
FoodMeatSpider
id"FoodMeatSpider"
name"Сырое мясо паука"
type"sliceableRecipes"
input"FoodMeatSpider"
result"FoodMeatSpiderCutlet"
count3
FoodCakeCarrot
id"FoodCakeCarrot"
name"Морковный торт"
type"sliceableRecipes"
input"FoodCakeCarrot"
result"FoodCakeCarrotSlice"
count5
FoodPizzaArnold
id"FoodPizzaArnold"
name"Пицца Арнольда"
type"sliceableRecipes"
input"FoodPizzaArnold"
result"FoodPizzaArnoldSlice"
count8
FoodPieBaklava
id"FoodPieBaklava"
name"Пахлава"
type"sliceableRecipes"
input"FoodPieBaklava"
result"FoodPieBaklavaSlice"
count4
FoodPizzaMargherita
id"FoodPizzaMargherita"
name"Пицца маргарита"
type"sliceableRecipes"
input"FoodPizzaMargherita"
result"FoodPizzaMargheritaSlice"
count8
FoodChevre
id"FoodChevre"
name"Брусок козьего сыра"
type"sliceableRecipes"
input"FoodChevre"
result"FoodChevreSlice"
count3
FoodCakeBlueberry
id"FoodCakeBlueberry"
name"Черничный торт"
type"sliceableRecipes"
input"FoodCakeBlueberry"
result"FoodCakeBlueberrySlice"
count5
FoodCakeBirthday
id"FoodCakeBirthday"
name"Именинный торт"
type"sliceableRecipes"
input"FoodCakeBirthday"
result"FoodCakeBirthdaySlice"
count5
FoodCakeVanilla
id"FoodCakeVanilla"
name"Ванильный торт"
type"sliceableRecipes"
input"FoodCakeVanilla"
result"FoodCakeVanillaSlice"
count5
FoodBakedCannabisBrownieBatch
id"FoodBakedCannabisBrownieBatch"
name"Особые брауни"
type"sliceableRecipes"
input"FoodBakedCannabisBrownieBatch"
result"FoodBakedCannabisBrownie"
count6
FoodDoughCornmeal
id"FoodDoughCornmeal"
name"Кукурузное тесто"
type"sliceableRecipes"
input"FoodDoughCornmeal"
result"FoodDoughCornmealSlice"
count3
FoodCakeLime
id"FoodCakeLime"
name"Лаймовый торт"
type"sliceableRecipes"
input"FoodCakeLime"
result"FoodCakeLimeSlice"
count5
FoodCakeChocolate
id"FoodCakeChocolate"
name"Шоколадный торт"
type"sliceableRecipes"
input"FoodCakeChocolate"
result"FoodCakeChocolateSlice"
count5
FoodOnionRed
id"FoodOnionRed"
name"Красный лук"
type"sliceableRecipes"
input"FoodOnionRed"
result"FoodOnionRedSlice"
count4
FoodPieApple
id"FoodPieApple"
name"Яблочный пирог"
type"sliceableRecipes"
input"FoodPieApple"
result"FoodPieAppleSlice"
count4
FoodPieFrosty
id"FoodPieFrosty"
name"Морозный пирог"
type"sliceableRecipes"
input"FoodPieFrosty"
result"FoodPieFrostySlice"
count4
FoodCakeSpaceman
id"FoodCakeSpaceman"
name"Космонавтский торт"
type"sliceableRecipes"
input"FoodCakeSpaceman"
result"FoodCakeSpacemanSlice"
count5
FoodCakeBrain
id"FoodCakeBrain"
name"Торт с мозгами"
type"sliceableRecipes"
input"FoodCakeBrain"
result"FoodCakeBrainSlice"
count5
FoodTofu
id"FoodTofu"
name"Тофу"
type"sliceableRecipes"
input"FoodTofu"
result"FoodTofuSlice"
count3
grindableRecipes
FoodMeatChickenCooked
id"FoodMeatChickenCooked"
name"Приготовленное мясо курицы"
type"grindableRecipes"
input"FoodMeatChickenCooked"
result
Nutriment5
Protein5
FoodMeatLizard
id"FoodMeatLizard"
name"Сырое мясо ящерицы"
type"grindableRecipes"
input"FoodMeatLizard"
result
UncookedAnimalProteins9
Fat9
FoodAmbrosiaVulgaris
id"FoodAmbrosiaVulgaris"
name"Амброзия вульгарис"
type"grindableRecipes"
input"FoodAmbrosiaVulgaris"
result
Bicaridine5
Kelotane5
Nutriment2
Desoxyephedrine10
Vitamin2
FoodMeatBearCooked
id"FoodMeatBearCooked"
name"Жареное мясо медведя"
type"grindableRecipes"
input"FoodMeatBearCooked"
result
Nutriment5
Protein5
FoodMeatXeno
id"FoodMeatXeno"
name"Сырое ксено мясо"
type"grindableRecipes"
input"FoodMeatXeno"
result
SulfuricAcid20
FoodPotato
id"FoodPotato"
name"Картофель"
type"grindableRecipes"
input"FoodPotato"
result
Nutriment10
Vitamin4
FoodBungoPit
id"FoodBungoPit"
name"Косточка бунго"
type"grindableRecipes"
input"FoodBungoPit"
result
Nutriment2
Bungotoxin5
FoodGatfruit
id"FoodGatfruit"
name"Гатфрукт"
type"grindableRecipes"
input"FoodGatfruit"
result
Nutriment5
Sulfur5
FoodMeatCrabCooked
id"FoodMeatCrabCooked"
name"Приготовленное мясо краба"
type"grindableRecipes"
input"FoodMeatCrabCooked"
result
Nutriment5
Protein5
FoodMeatCutlet
id"FoodMeatCutlet"
name"Сырая котлета"
type"grindableRecipes"
input"FoodMeatCutlet"
result
UncookedAnimalProteins3
Fat2
FoodCorn
id"FoodCorn"
name"Початок кукурузы"
type"grindableRecipes"
input"FoodCorn"
result
Cornmeal15
Nutriment5
FoodMeatBacon
id"FoodMeatBacon"
name"Сырой бекон"
type"grindableRecipes"
input"FoodMeatBacon"
result
UncookedAnimalProteins2
Fat9
FoodChilly
id"FoodChilly"
name"Чилли"
type"grindableRecipes"
input"FoodChilly"
result
Nutriment4
Frostoil10
Vitamin4
FoodMeatCorgi
id"FoodMeatCorgi"
name"Первосортное мясо корги"
type"grindableRecipes"
input"FoodMeatCorgi"
result
Bicaridine20
FoodPoppy
id"FoodPoppy"
name"Мак"
type"grindableRecipes"
input"FoodPoppy"
result
Nutriment2
Bicaridine20
FoodMeatRat
id"FoodMeatRat"
name"Сырое мясо крысы"
type"grindableRecipes"
input"FoodMeatRat"
result
UncookedAnimalProteins3
Fat3
FoodMeat
id"FoodMeat"
name"Сырое мясо"
type"grindableRecipes"
input"FoodMeat"
result
UncookedAnimalProteins9
Fat9
FoodMeatPenguinCooked
id"FoodMeatPenguinCooked"
name"Филе пингвина"
type"grindableRecipes"
input"FoodMeatPenguinCooked"
result
Nutriment5
Protein5
FoodAmbrosiaDeus
id"FoodAmbrosiaDeus"
name"Амброзия деус"
type"grindableRecipes"
input"FoodAmbrosiaDeus"
result
Omnizine3
SpaceDrugs5
Nutriment2
Desoxyephedrine10
FoodMeatLizardCooked
id"FoodMeatLizardCooked"
name"Стейк из ящерицы"
type"grindableRecipes"
input"FoodMeatLizardCooked"
result
Nutriment5
Protein5
FoodMimana
id"FoodMimana"
name"Миман"
type"grindableRecipes"
input"FoodMimana"
result
MuteToxin5
Vitamin2
FoodSoybeans
id"FoodSoybeans"
name"Соевые бобы"
type"grindableRecipes"
input"FoodSoybeans"
result
Nutriment4
FoodMeatChicken
id"FoodMeatChicken"
name"Сырое мясо курицы"
type"grindableRecipes"
input"FoodMeatChicken"
result
UncookedAnimalProteins9
Fat9
FoodMeatXenoCutlet
id"FoodMeatXenoCutlet"
name"Сырая ксено котлета"
type"grindableRecipes"
input"FoodMeatXenoCutlet"
result
SulfuricAcid20
FoodOnionSlice
id"FoodOnionSlice"
name"Ломтик лука"
type"grindableRecipes"
input"FoodOnionSlice"
result
Nutriment2
Allicin1
Vitamin1
FoodMeatDuck
id"FoodMeatDuck"
name"Сырое мясо утки"
type"grindableRecipes"
input"FoodMeatDuck"
result
UncookedAnimalProteins9
Fat9
FoodMeatChickenFried
id"FoodMeatChickenFried"
name"Жареная курица"
type"grindableRecipes"
input"FoodMeatChickenFried"
result
Nutriment5
Protein5
FoodMeatBear
id"FoodMeatBear"
name"Сырое мясо медведя"
type"grindableRecipes"
input"FoodMeatBear"
result
UncookedAnimalProteins9
Fat9
FoodPineappleSlice
id"FoodPineappleSlice"
name"Ломтик ананаса"
type"grindableRecipes"
input"FoodPineappleSlice"
result
Nutriment2
FoodMeatDuckCooked
id"FoodMeatDuckCooked"
name"Приготовленная мясо утки"
type"grindableRecipes"
input"FoodMeatDuckCooked"
result
Nutriment5
Protein5
FoodMeatSpiderCutletCooked
id"FoodMeatSpiderCutletCooked"
name"Паучья котлета"
type"grindableRecipes"
input"FoodMeatSpiderCutletCooked"
result
Nutriment1
Protein1
FoodMeatCooked
id"FoodMeatCooked"
name"Стейк"
type"grindableRecipes"
input"FoodMeatCooked"
result
Nutriment10
Protein5
FoodMeatTomatoCutlet
id"FoodMeatTomatoCutlet"
name"Сырая котлета из помидора-убийцы"
type"grindableRecipes"
input"FoodMeatTomatoCutlet"
result
Nutriment5
UncookedAnimalProteins1
Fat5
FoodGalaxythistle
id"FoodGalaxythistle"
name"Галакточертополох"
type"grindableRecipes"
input"FoodGalaxythistle"
result
Stellibinin25
FoodMeatFish
id"FoodMeatFish"
name"Сырое филе карпа"
type"grindableRecipes"
input"FoodMeatFish"
result
CarpoToxin5
FoodWatermelon
id"FoodWatermelon"
name"Арбуз"
type"grindableRecipes"
input"FoodWatermelon"
result
Nutriment10
Vitamin5
Water10
FoodMeatCutletCooked
id"FoodMeatCutletCooked"
name"Котлета"
type"grindableRecipes"
input"FoodMeatCutletCooked"
result
Nutriment2
Protein2
FoodMeatClown
id"FoodMeatClown"
name"Мясо клоуна"
type"grindableRecipes"
input"FoodMeatClown"
result
Nutriment5
UncookedAnimalProteins1
Fat5
FoodPeaPod
id"FoodPeaPod"
name"Стручок гороха"
type"grindableRecipes"
input"FoodPeaPod"
result
Nutriment3
Vitamin2
FoodMeatMeatball
id"FoodMeatMeatball"
name"Фрикаделька"
type"grindableRecipes"
input"FoodMeatMeatball"
result
Nutriment5
UncookedAnimalProteins1
Fat5
FoodOrange
id"FoodOrange"
name"Апельсин"
type"grindableRecipes"
input"FoodOrange"
result
Nutriment5
Vitamin4
FoodMeatChickenCutletCooked
id"FoodMeatChickenCutletCooked"
name"Куриная котлета"
type"grindableRecipes"
input"FoodMeatChickenCutletCooked"
result
Nutriment2
Protein2
FoodChili
id"FoodChili"
name"Чили"
type"grindableRecipes"
input"FoodChili"
result
Nutriment4
CapsaicinOil10
Vitamin4
FoodBanana
id"FoodBanana"
name"Банан"
type"grindableRecipes"
input"FoodBanana"
result
Nutriment4
Vitamin2
FoodSpaceshroomCooked
id"FoodSpaceshroomCooked"
name"Приготовленный космогриб"
type"grindableRecipes"
input"FoodSpaceshroomCooked"
result
Nutriment10
Vitamin5
FoodMeatWheat
id"FoodMeatWheat"
name"Мясной комок"
type"grindableRecipes"
input"FoodMeatWheat"
result
UncookedAnimalProteins1
FoodOnion
id"FoodOnion"
name"Лук"
type"grindableRecipes"
input"FoodOnion"
result
Nutriment10
Vitamin4
Allicin4
FoodLime
id"FoodLime"
name"Лайм"
type"grindableRecipes"
input"FoodLime"
result
Nutriment5
Vitamin4
FoodMeatRotten
id"FoodMeatRotten"
name"Тухлое мясо"
type"grindableRecipes"
input"FoodMeatRotten"
result
UncookedAnimalProteins5
Toxin4
Fat4
FoodKoibean
id"FoodKoibean"
name"Коибобы"
type"grindableRecipes"
input"FoodKoibean"
result
Nutriment5
CarpoToxin2
FoodMeatRounyCooked
id"FoodMeatRounyCooked"
name"Стейк из руни"
type"grindableRecipes"
input"FoodMeatRounyCooked"
result
Nutriment10
Protein10
FoodMeatPenguin
id"FoodMeatPenguin"
name"Сырое мясо пингвина"
type"grindableRecipes"
input"FoodMeatPenguin"
result
UncookedAnimalProteins9
Fat9
FoodBungo
id"FoodBungo"
name"Плод бунго"
type"grindableRecipes"
input"FoodBungo"
result
Nutriment10
Enzyme10
FoodAloe
id"FoodAloe"
name"Алоэ"
type"grindableRecipes"
input"FoodAloe"
result
Aloe10
Dermaline10
FoodMeatCrab
id"FoodMeatCrab"
name"Сырое крабовое мясо"
type"grindableRecipes"
input"FoodMeatCrab"
result
UncookedAnimalProteins1
Fat2
FoodMeatSlime
id"FoodMeatSlime"
name"Шар слизи"
type"grindableRecipes"
input"FoodMeatSlime"
result
Nutriment5
UncookedAnimalProteins1
Fat5
FoodMeatBaconCooked
id"FoodMeatBaconCooked"
name"Бекон"
type"grindableRecipes"
input"FoodMeatBaconCooked"
result
Nutriment5
Protein5
FoodPumpkin
id"FoodPumpkin"
name"Тыква"
type"grindableRecipes"
input"FoodPumpkin"
result
PumpkinFlesh20
Vitamin5
FoodMeatPlant
id"FoodMeatPlant"
name"Сырое мясо растения"
type"grindableRecipes"
input"FoodMeatPlant"
result
Nutriment5
UncookedAnimalProteins1
Fat5
FoodMeatTomato
id"FoodMeatTomato"
name"Мясо помидора-убийцы"
type"grindableRecipes"
input"FoodMeatTomato"
result
Nutriment5
UncookedAnimalProteins1
Fat5
FoodMeatHuman
id"FoodMeatHuman"
name"Сырое мясо человека"
type"grindableRecipes"
input"FoodMeatHuman"
result
UncookedAnimalProteins9
FoodCocoaBeans
id"FoodCocoaBeans"
name"Какао-бобы"
type"grindableRecipes"
input"FoodCocoaBeans"
result
Nutriment2
Vitamin1
CocoaPowder2
FoodGarlic
id"FoodGarlic"
name"Чеснок"
type"grindableRecipes"
input"FoodGarlic"
result
Nutriment10
Vitamin4
Allicin4
FoodCocoaPod
id"FoodCocoaPod"
name"Стручок какао-боба"
type"grindableRecipes"
input"FoodCocoaPod"
result
Nutriment2
Vitamin1
CocoaPowder1
FoodMeatChickenCutlet
id"FoodMeatChickenCutlet"
name"Сырая куриная котлета"
type"grindableRecipes"
input"FoodMeatChickenCutlet"
result
UncookedAnimalProteins3
Fat2
FoodMeatGoliath
id"FoodMeatGoliath"
name"Сырое мясо голиафа"
type"grindableRecipes"
input"FoodMeatGoliath"
result
UncookedAnimalProteins5
Fat3
FoodMeatLizardCutletCooked
id"FoodMeatLizardCutletCooked"
name"Котлета из ящерицы"
type"grindableRecipes"
input"FoodMeatLizardCutletCooked"
result
Nutriment2
Protein2
FoodMeatBearCutletCooked
id"FoodMeatBearCutletCooked"
name"Котлета из медведя"
type"grindableRecipes"
input"FoodMeatBearCutletCooked"
result
Nutriment2
Protein2
FoodPineapple
id"FoodPineapple"
name"Ананас"
type"grindableRecipes"
input"FoodPineapple"
result
Nutriment10
Vitamin2
Water4
FoodMeatLizardCutlet
id"FoodMeatLizardCutlet"
name"Сырая котлета из ящерицы"
type"grindableRecipes"
input"FoodMeatLizardCutlet"
result
UncookedAnimalProteins3
Fat2
FoodOnionRedSlice
id"FoodOnionRedSlice"
name"Ломтик красного лука"
type"grindableRecipes"
input"FoodOnionRedSlice"
result
Nutriment2
Allicin1
Vitamin1
FoodBlueTomato
id"FoodBlueTomato"
name"Синий помидор"
type"grindableRecipes"
input"FoodBlueTomato"
result
Nutriment5
SpaceLube15
Vitamin4
FoodMeatSalami
id"FoodMeatSalami"
name"Салями"
type"grindableRecipes"
input"FoodMeatSalami"
result
Nutriment5
UncookedAnimalProteins1
Fat5
FoodCannabisButter
id"FoodCannabisButter"
name"Брусок конопляного масла"
type"grindableRecipes"
input"FoodCannabisButter"
result
Butter10
THC82
FoodMeatDuckCutletCooked
id"FoodMeatDuckCutletCooked"
name"Утиная котлета"
type"grindableRecipes"
input"FoodMeatDuckCutletCooked"
result
Nutriment2
Protein2
FoodCabbage
id"FoodCabbage"
name"Кочан капусты"
type"grindableRecipes"
input"FoodCabbage"
result
Nutriment10
Vitamin4
FoodMeatSpiderCutlet
id"FoodMeatSpiderCutlet"
name"Сырая паучья котлета"
type"grindableRecipes"
input"FoodMeatSpiderCutlet"
result
UncookedAnimalProteins3
Fat2
FoodApple
id"FoodApple"
name"Яблоко"
type"grindableRecipes"
input"FoodApple"
result
Nutriment10
Vitamin4
FoodMeatSpider
id"FoodMeatSpider"
name"Сырое мясо паука"
type"grindableRecipes"
input"FoodMeatSpider"
result
UncookedAnimalProteins9
Fat9
FoodBerries
id"FoodBerries"
name"Ягоды"
type"grindableRecipes"
input"FoodBerries"
result
Nutriment5
Vitamin4
FoodMeatSalamiSlice
id"FoodMeatSalamiSlice"
name"Ломтик салями"
type"grindableRecipes"
input"FoodMeatSalamiSlice"
result
Nutriment1
Protein1
FoodMeatRouny
id"FoodMeatRouny"
name"Сырое мясо руни"
type"grindableRecipes"
input"FoodMeatRouny"
result
SulfuricAcid20
FoodMeatMeatballCooked
id"FoodMeatMeatballCooked"
name"Фрикаделька"
type"grindableRecipes"
input"FoodMeatMeatballCooked"
result
Nutriment5
Protein5
FoodMeatBearCutlet
id"FoodMeatBearCutlet"
name"Сырая котлета из медведя"
type"grindableRecipes"
input"FoodMeatBearCutlet"
result
UncookedAnimalProteins3
Fat2
FoodMeatPenguinCutletCooked
id"FoodMeatPenguinCutletCooked"
name"Котлета из пингвина"
type"grindableRecipes"
input"FoodMeatPenguinCutletCooked"
result
Nutriment2
Protein2
FoodMeatDragon
id"FoodMeatDragon"
name"Плоть дракона"
type"grindableRecipes"
input"FoodMeatDragon"
result
Ichor2
FoodGrape
id"FoodGrape"
name"Виноград"
type"grindableRecipes"
input"FoodGrape"
result
Nutriment5
Vitamin4
FoodWatermelonSlice
id"FoodWatermelonSlice"
name"Ломтик арбуза"
type"grindableRecipes"
input"FoodWatermelonSlice"
result
Nutriment2
Vitamin1
Water2
FoodEggplant
id"FoodEggplant"
name"Баклажан"
type"grindableRecipes"
input"FoodEggplant"
result
Nutriment10
Vitamin4
FoodMeatPenguinCutlet
id"FoodMeatPenguinCutlet"
name"Сырая котлета из пингвина"
type"grindableRecipes"
input"FoodMeatPenguinCutlet"
result
UncookedAnimalProteins3
Fat2
FoodLemon
id"FoodLemon"
name"Лимон"
type"grindableRecipes"
input"FoodLemon"
result
Nutriment5
Vitamin4
FoodBloodTomato
id"FoodBloodTomato"
name"Кровяной помидор"
type"grindableRecipes"
input"FoodBloodTomato"
result
Blood10
Vitamin4
FoodMeatXenoCutletCooked
id"FoodMeatXenoCutletCooked"
name"Ксено котлета"
type"grindableRecipes"
input"FoodMeatXenoCutletCooked"
result
Nutriment1
Protein1
FoodTomato
id"FoodTomato"
name"Помидор"
type"grindableRecipes"
input"FoodTomato"
result
Nutriment7
Vitamin3
Water4
FoodOnionRed
id"FoodOnionRed"
name"Красный лук"
type"grindableRecipes"
input"FoodOnionRed"
result
Nutriment10
Vitamin4
Allicin4
FoodFlyAmanita
id"FoodFlyAmanita"
name"Мухомор"
type"grindableRecipes"
input"FoodFlyAmanita"
result
Amatoxin25
Nutriment5
FoodMeatDuckCutlet
id"FoodMeatDuckCutlet"
name"Сырая утиная котлета"
type"grindableRecipes"
input"FoodMeatDuckCutlet"
result
UncookedAnimalProteins3
Fat2
FoodLemoon
id"FoodLemoon"
name"Lemoon"
type"grindableRecipes"
input"FoodLemoon"
result
Vitamin4
Milk16
FoodMushroom
id"FoodMushroom"
name"Гроздь лисичек"
type"grindableRecipes"
input"FoodMushroom"
result
Nutriment5
FoodMeatSpiderLeg
id"FoodMeatSpiderLeg"
name"Сырая паучья нога"
type"grindableRecipes"
input"FoodMeatSpiderLeg"
result
UncookedAnimalProteins10
Fat3
FoodMeatGoliathCooked
id"FoodMeatGoliathCooked"
name"Стейк из голиафа"
type"grindableRecipes"
input"FoodMeatGoliathCooked"
result
Nutriment5
Protein5
FoodSpaceshroom
id"FoodSpaceshroom"
name"Космогриб"
type"grindableRecipes"
input"FoodSpaceshroom"
result
Nutriment3
Vitamin2
FoodCarrot
id"FoodCarrot"
name"Морковь"
type"grindableRecipes"
input"FoodCarrot"
result
JuiceCarrot5
Vitamin4
FoodLingzhi
id"FoodLingzhi"
name"Линчжи"
type"grindableRecipes"
input"FoodLingzhi"
result
Ultravasculine20
Epinephrine20
FoodMeatSpiderlegCooked
id"FoodMeatSpiderlegCooked"
name"Приготовленная паучья нога"
type"grindableRecipes"
input"FoodMeatSpiderlegCooked"
result
Nutriment5
Protein5
heatableRecipes
FoodMeatLizard
id"FoodMeatLizard"
name"Сырое мясо ящерицы"
type"heatableRecipes"
minTemp345
input"FoodMeatLizard"
result"FoodMeatLizardCooked"
FoodMeatBacon
id"FoodMeatBacon"
name"Сырой бекон"
type"heatableRecipes"
minTemp345
input"FoodMeatBacon"
result"FoodMeatBaconCooked"
FoodMeat
id"FoodMeat"
name"Сырое мясо"
type"heatableRecipes"
minTemp335
input"FoodMeat"
result"FoodMeatCooked"
FoodMeatChicken
id"FoodMeatChicken"
name"Сырое мясо курицы"
type"heatableRecipes"
minTemp345
input"FoodMeatChicken"
result"FoodMeatChickenCooked"
FoodMeatDuck
id"FoodMeatDuck"
name"Сырое мясо утки"
type"heatableRecipes"
minTemp335
input"FoodMeatDuck"
result"FoodMeatDuckCooked"
FoodMeatBear
id"FoodMeatBear"
name"Сырое мясо медведя"
type"heatableRecipes"
minTemp345
input"FoodMeatBear"
result"FoodMeatBearCooked"
FoodMeatPenguin
id"FoodMeatPenguin"
name"Сырое мясо пингвина"
type"heatableRecipes"
minTemp345
input"FoodMeatPenguin"
result"FoodMeatPenguinCooked"
FoodMeatCrab
id"FoodMeatCrab"
name"Сырое крабовое мясо"
type"heatableRecipes"
minTemp335
input"FoodMeatCrab"
result"FoodMeatCrabCooked"
FoodMeatGoliath
id"FoodMeatGoliath"
name"Сырое мясо голиафа"
type"heatableRecipes"
minTemp345
input"FoodMeatGoliath"
result"FoodMeatGoliathCooked"
FoodMeatRouny
id"FoodMeatRouny"
name"Сырое мясо руни"
type"heatableRecipes"
minTemp445
input"FoodMeatRouny"
result"FoodMeatRounyCooked"
toolmadeRecipes
FoodDough
id"FoodDough"
name"Тесто"
type"toolmadeRecipes"
tool"Rolling"
input"FoodDough"
result"FoodDoughFlat"
mixableRecipes
CreateDough
id"CreateDough"
type"mixableRecipes"
CreateCakeBatter
id"CreateCakeBatter"
type"mixableRecipes"
CreateChocolate
id"CreateChocolate"
type"mixableRecipes"
CreateCornmealDough
id"CreateCornmealDough"
type"mixableRecipes"
CreateVeganCakeBatter
id"CreateVeganCakeBatter"
type"mixableRecipes"
Curdling
id"Curdling"
type"mixableRecipes"
CreateTofu
id"CreateTofu"
type"mixableRecipes"
CreatePieDough
id"CreatePieDough"
type"mixableRecipes"
Meatification
id"Meatification"
type"mixableRecipes"
ChevreCurdling
id"ChevreCurdling"
type"mixableRecipes"
CreateButter
id"CreateButter"
type"mixableRecipes"
CreateMeatball
id"CreateMeatball"
type"mixableRecipes"
CreateTortillaDough
id"CreateTortillaDough"
type"mixableRecipes"