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

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

Текущая версия от 17:01, 1 июля 2024

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