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

Версия от 16:30, 16 декабря 2023

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