Участник:WikiBotADT/mealrecipes prototypes.json: различия между версиями
Материал из Adventure Station
(Update mealrecipes_prototypes.json via GitHub Actions) |
(Update mealrecipes_prototypes.json via GitHub Actions) |
||
(не показана 1 промежуточная версия этого же участника) | |||
Строка 1: | Строка 1: | ||
{ | { | ||
"microwaveRecipes": { | "microwaveRecipes": { | ||
" | "RecipeMeatPizza": { | ||
"id": " | "id": "RecipeMeatPizza", | ||
"name": " | "name": "Meat pizza recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 30, | ||
"solids": { | "solids": { | ||
" | "FoodDoughFlat": 1, | ||
"FoodMeat": 3, | |||
"FoodCheeseSlice": 1, | |||
"FoodTomato": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPizzaMeat" | ||
}, | }, | ||
" | "RecipeAnomalyMeatCooked": { | ||
"id": " | "id": "RecipeAnomalyMeatCooked", | ||
"name": " | "name": "Cooked meat anomaly recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodMeatAnomaly": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodMeatAnomalyCooked" | ||
}, | }, | ||
" | "RecipeRegenerativeMesh": { | ||
"id": " | "id": "RecipeRegenerativeMesh", | ||
"name": " | "name": "Regenerative mesh recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodAloe": 1, | ||
" | "Ointment": 1, | ||
"MaterialCloth1": 1 | |||
}, | |||
"reagents": { | |||
"Sigynate": 20, | |||
"Dermaline": 20 | |||
}, | }, | ||
"result": "RegenerativeMesh" | |||
"result": " | |||
}, | }, | ||
" | "RecipeADTHotCocoa": { | ||
"id": " | "id": "RecipeADTHotCocoa", | ||
"name": " | "name": "Hot cocoa recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "DrinkGlass": 1 | ||
}, | |||
" | "reagents": { | ||
"ADTCocoaDrink": 30 | |||
}, | }, | ||
"result": "ADTHotCocoaGlass" | |||
"result": " | |||
}, | }, | ||
" | "RecipeRibs": { | ||
"id": " | "id": "RecipeRibs", | ||
"name": " | "name": "BBQ ribs recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodMeat": 2, | ||
" | "FoodKebabSkewer": 1 | ||
}, | |||
"reagents": { | |||
"BbqSauce": 5 | |||
}, | }, | ||
"result": "FoodMealRibs" | |||
"result": " | |||
}, | }, | ||
" | "RecipeVegetableSoup": { | ||
"id": " | "id": "RecipeVegetableSoup", | ||
"name": " | "name": "Vegetable soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodCorn": 1, | ||
"FoodCarrot": 1, | |||
"FoodPotato": 1, | |||
"FoodEggplant": 1 | |||
}, | |||
"reagents": { | |||
"Water": 5 | |||
}, | }, | ||
"result": "FoodSoupVegetable" | |||
"result": " | |||
}, | }, | ||
" | "RecipeTofuBurger": { | ||
"id": " | "id": "RecipeTofuBurger", | ||
"name": " | "name": "Tofu burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "FoodTofuSlice": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerTofu" | ||
}, | }, | ||
" | "RecipeDonkpocketBerry": { | ||
"id": " | "id": "RecipeDonkpocketBerry", | ||
"name": " | "name": "Warm berry-pocket recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDonkpocketBerry": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodDonkpocketBerryWarm" | ||
}, | }, | ||
" | "RecipeWingFangChuSoup": { | ||
"id": " | "id": "RecipeWingFangChuSoup", | ||
"name": " | "name": "Wing fang chu recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodMeatXenoCutlet": 2 | ||
}, | |||
"reagents": { | |||
" | "Soysauce": 5 | ||
}, | }, | ||
"result": "FoodSoupWingFangChu" | |||
"result": " | |||
}, | }, | ||
" | "RecipeCookie": { | ||
"id": " | "id": "RecipeCookie", | ||
"name": " | "name": "Cookie recipe", | ||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodButterSlice": 1, | |||
"FoodSnackChocolateBar": 1 | |||
}, | |||
"reagents": { | |||
"Flour": 5, | |||
"Sugar": 5 | |||
}, | |||
"result": "FoodBakedCookie" | |||
}, | |||
"RecipeTacoChickenSupreme": { | |||
"id": "RecipeTacoChickenSupreme", | |||
"name": "Beef taco supreme recipe", | |||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodTacoShell": 1, | ||
"FoodCheeseSlice": 1, | |||
"FoodMeatChickenCutlet": 1, | |||
"FoodTomato": 1, | |||
"FoodCabbage": 1, | |||
"FoodOnionSlice": 2 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodTacoChickenSupreme" | ||
}, | }, | ||
" | "RecipeBaguetteSword": { | ||
"id": " | "id": "RecipeBaguetteSword", | ||
"name": " | "name": "Baguette sword recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDough": 1, | ||
"PartRodMetal1": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "TableSalt": 5, | ||
" | "Blackpepper": 5 | ||
}, | }, | ||
"result": " | "result": "WeaponBaguette" | ||
}, | }, | ||
" | "RecipeOnionSoup": { | ||
"id": " | "id": "RecipeOnionSoup", | ||
"name": " | "name": "Onion soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodOnionSlice": 5, | ||
" | "FoodCheeseSlice": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 10 | ||
}, | }, | ||
"result": " | "result": "FoodSoupOnion" | ||
}, | }, | ||
" | "RecipeRiceGumbo": { | ||
"id": " | "id": "RecipeRiceGumbo", | ||
"name": " | "name": "Black-eyed gumbo recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodRiceBoiled": 1, | ||
"FoodMeatCutlet": 3, | |||
"FoodChiliPepper": 2 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodRiceGumbo" | ||
}, | }, | ||
" | "RecipeBreadDog": { | ||
"id": " | "id": "RecipeBreadDog", | ||
"name": " | "name": "Bread dog recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodBreadSausage": 1, | ||
" | "OrganAnimalHeart": 1, | ||
" | "FoodSpaceshroomCooked": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Cognizine": 5 | ||
}, | }, | ||
"result": " | "result": "MobBreadDog" | ||
}, | }, | ||
" | "RecipeGrapeTart": { | ||
"id": " | "id": "RecipeGrapeTart", | ||
"name": " | "name": "Grape tart recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughPie": 1, | ||
" | "FoodGrape": 3, | ||
"FoodPlateTin": 1 | |||
" | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Sugar": 5, | ||
" | "Milk": 5 | ||
}, | }, | ||
"result": " | "result": "FoodTartGrape" | ||
}, | }, | ||
" | "RecipeCubanCarp": { | ||
"id": " | "id": "RecipeCubanCarp", | ||
"name": " | "name": "Cuban carp recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
"FoodCheeseSlice": 1, | "FoodDough": 1, | ||
" | "FoodCheeseSlice": 2, | ||
"FoodChiliPepper": 1, | |||
"FoodMeatFish": 2 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodMealCubancarp" | |||
"result": " | |||
}, | }, | ||
" | "RecipeLemonCake": { | ||
"id": " | "id": "RecipeLemonCake", | ||
"name": " | "name": "Lemon cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1, | ||
" | "FoodLemon": 3 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCakeLemon" | ||
}, | }, | ||
" | "RecipeJungleSalad": { | ||
"id": " | "id": "RecipeJungleSalad", | ||
"name": " | "name": "Jungle salad recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodBanana": 1, | ||
"FoodApple": 1, | |||
"FoodGrape": 1, | |||
"FoodWatermelonSlice": 2 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodSaladJungle" | ||
}, | }, | ||
" | "RecipeBananaBread": { | ||
"id": " | "id": "RecipeBananaBread", | ||
"name": " | "name": "Banana bread recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDough": 1, | ||
"FoodBanana": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadBanana" | ||
}, | }, | ||
" | "RecipeMimanaBread": { | ||
"id": " | "id": "RecipeMimanaBread", | ||
"name": " | "name": "Mimana bread recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDough": 1, | ||
"FoodMimana": 1 | |||
}, | |||
"reagents": { | |||
"Nothing": 5 | |||
}, | }, | ||
"result": "FoodBreadMimana" | |||
"result": " | |||
}, | }, | ||
" | "RecipeCherryPie": { | ||
"id": " | "id": "RecipeCherryPie", | ||
"name": " | "name": "Cherry pie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughPie": 1, | ||
"FoodCherry": 5, | |||
"FoodPlateTin": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPieCherry" | ||
}, | }, | ||
" | "RecipeCaesarSalad": { | ||
"id": " | "id": "RecipeCaesarSalad", | ||
"name": " | "name": "Caesar salad recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodOnionRedSlice": 1, | ||
" | "FoodBreadPlainSlice": 1, | ||
"FoodCheeseSlice": 1, | |||
"FoodCabbage": 1 | |||
}, | |||
"reagents": { | |||
"OilOlive": 5 | |||
}, | }, | ||
"result": "FoodSaladCaesar" | |||
"result": " | |||
}, | }, | ||
" | "RecipeJellyBurger": { | ||
"id": " | "id": "RecipeJellyBurger", | ||
"name": " | "name": "Jelly burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "FoodJellyAmanita": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBurgerJelly" | |||
"result": " | |||
}, | }, | ||
" | "RecipeLemoonCake": { | ||
"id": " | "id": "RecipeLemoonCake", | ||
"name": " | "name": "Lemoon cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1, | ||
"FoodLemoon": 2, | |||
"FoodBerries": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCakeLemoon" | ||
}, | }, | ||
" | "RecipeMimeBurger": { | ||
"id": " | "id": "RecipeMimeBurger", | ||
"name": " | "name": "Mime burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "ClothingMaskMime": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
" | "result": "FoodBurgerMime" | ||
}, | |||
"RecipeFrostyPie": { | |||
"id": "RecipeFrostyPie", | |||
"name": "Frosty pie recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodDoughPie": 1, | |||
"FoodChillyPepper": 3, | |||
"FoodPlateTin": 1 | |||
}, | }, | ||
"result": " | "reagents": {}, | ||
"result": "FoodPieFrosty" | |||
}, | }, | ||
" | "ADTFoodCakePuddingChristmasRecipe": { | ||
"id": " | "id": "ADTFoodCakePuddingChristmasRecipe", | ||
"name": " | "name": "Christmas puding recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodPlateSmall": 1, | ||
" | "ADTFoodSnackCandyStick": 2 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 15, | ||
"Milk": 10, | |||
"Flour": 10, | |||
"Sugar": 15, | |||
"Egg": 6 | |||
}, | }, | ||
"result": " | "result": "ADTFoodCakePuddingChristmas" | ||
}, | }, | ||
" | "RecipeADTHotChocolateAllergic": { | ||
"id": " | "id": "RecipeADTHotChocolateAllergic", | ||
"name": " | "name": "Hot hypoallergen chocolate recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "DrinkGlass": 1, | ||
" | "ADTHypoAllergenChocolateBar": 2 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "ADTHotChocolateAllergicGlass" | |||
"result": " | |||
}, | }, | ||
" | "ADTFoodMeatSalami": { | ||
"id": " | "id": "ADTFoodMeatSalami", | ||
"name": " | "name": "Salami recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
"FoodMeat": 1 | |||
"FoodMeat | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
"TableSalt": | "TableSalt": 5 | ||
}, | }, | ||
"result": " | "result": "FoodMeatSalami" | ||
}, | }, | ||
" | "RecipeCarpBurger": { | ||
"id": " | "id": "RecipeCarpBurger", | ||
"name": " | "name": "Fillet-o-carp burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
"FoodBreadBun": 1, | "FoodBreadBun": 1, | ||
" | "FoodMeatFish": 1, | ||
"FoodCheeseSlice": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerCarp" | ||
}, | }, | ||
" | "RecipeXenoPie": { | ||
"id": " | "id": "RecipeXenoPie", | ||
"name": " | "name": "Xeno pie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughPie": 1, | ||
" | "FoodMeatXeno": 3, | ||
"FoodPlateTin": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodPieXeno" | |||
}, | |||
" | "RecipeCopypasta": { | ||
"id": "RecipeCopypasta", | |||
"name": "Copypasta recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodNoodles": 2 | |||
}, | }, | ||
"result": " | "reagents": {}, | ||
"result": "FoodNoodlesCopy" | |||
}, | }, | ||
" | "RecipeBaconBurger": { | ||
"id": " | "id": "RecipeBaconBurger", | ||
"name": " | "name": "Bacon burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
"FoodBreadBun": 1, | "FoodBreadBun": 1, | ||
" | "FoodMeatBacon": 1, | ||
"FoodCheeseSlice": 2 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerBacon" | ||
}, | }, | ||
" | "RecipeKimchiSalad": { | ||
"id": " | "id": "RecipeKimchiSalad", | ||
"name": " | "name": "Kimchi salad recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
"FoodBowlBig": 1, | "FoodBowlBig": 1, | ||
"FoodCarrot": 1, | "FoodCarrot": 1, | ||
" | "FoodCabbage": 1, | ||
"FoodGarlic": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Vinegar": 5 | ||
}, | }, | ||
"result": " | "result": "FoodSaladKimchi" | ||
}, | }, | ||
" | "ADTFoodOlivierSaladRecipe": { | ||
"id": " | "id": "ADTFoodOlivierSaladRecipe", | ||
"name": " | "name": "Olivier salad recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
"FoodPotato": 1, | "FoodBowlBig": 1, | ||
" | "FoodPotato": 2, | ||
"FoodMeat": 1, | |||
"FoodCarrot": 1, | |||
"FoodEgg": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Mayo": 5 | ||
}, | }, | ||
"result": " | "result": "ADTFoodOlivierSalad" | ||
}, | }, | ||
" | "RecipeClownTearsSoup": { | ||
"id": " | "id": "RecipeClownTearsSoup", | ||
"name": " | "name": "Clown tears soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
"FoodBowlBig": 1, | "FoodBowlBig": 1, | ||
" | "FoodBanana": 1, | ||
" | "ShardGlass": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 10 | ||
}, | }, | ||
"result": " | "result": "FoodSoupClown" | ||
}, | }, | ||
" | "RecipeSashimi": { | ||
"id": " | "id": "RecipeSashimi", | ||
"name": " | "name": "Sashimi recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodMeatFish": 2 | ||
}, | |||
}, | |||
"reagents": { | "reagents": { | ||
" | "TableSalt": 1 | ||
}, | }, | ||
"result": " | "result": "FoodMealSashimi" | ||
}, | }, | ||
" | "ADTDrinkTeaMicOrange": { | ||
"id": " | "id": "ADTDrinkTeaMicOrange", | ||
"name": " | "name": "OrangeTeaMicrowave", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "DrinkGlass": 1 | ||
}, | |||
"reagents": { | |||
"ADTOrangepackReg": 5, | |||
"Water": 25 | |||
}, | }, | ||
"result": "ADTDrinkOrangeTeaGlass" | |||
"result": " | |||
}, | }, | ||
" | "RecipeBungoSoup": { | ||
"id": " | "id": "RecipeBungoSoup", | ||
"name": " | "name": "Bungo soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodBungo": 2, | ||
"FoodChiliPepper": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 5 | ||
}, | }, | ||
"result": " | "result": "FoodSoupBungo" | ||
}, | }, | ||
" | "ADTDrinkTeaMicWatermelon": { | ||
"id": " | "id": "ADTDrinkTeaMicWatermelon", | ||
"name": " | "name": "WatermelonTeaMicrowave", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "DrinkGlass": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
"Water": | "ADTWatermelonpackReg": 5, | ||
"Water": 25 | |||
}, | }, | ||
"result": " | "result": "ADTDrinkWatermelonTeaGlass" | ||
}, | }, | ||
" | "ADTDrinkTeaPackWatermelon": { | ||
"id": " | "id": "ADTDrinkTeaPackWatermelon", | ||
"name": " | "name": "WatermelonTeapack", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "ADTEmptyTeaPack": 1, | ||
" | "FoodWatermelonSlice": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "ADTWatermelonTeapack" | |||
"result": " | |||
}, | }, | ||
" | "RecipeADTHotChocolate2": { | ||
"id": " | "id": "RecipeADTHotChocolate2", | ||
"name": " | "name": "Hot chocolate recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "ADTHotChocolateGlass": 1, | ||
" | "FoodSnackChocolateBar": 2 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "ADTHotChocolateGlass" | |||
"result": " | |||
}, | }, | ||
" | "RecipeFries": { | ||
"id": " | "id": "RecipeFries", | ||
"name": " | "name": "Space fries recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodPotato": 1 | ||
" | }, | ||
"reagents": { | |||
"TableSalt": 5 | |||
}, | }, | ||
"result": "FoodMealFries" | |||
"result": " | |||
}, | }, | ||
" | "RecipeClownTears": { | ||
"id": " | "id": "RecipeClownTears", | ||
"name": " | "name": "Clown's tears recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodOnionSlice": 1, | ||
"FoodTomato": 1, | |||
"BikeHorn": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodSoupClown" | ||
}, | }, | ||
" | "RecipeAppleCake": { | ||
"id": " | "id": "RecipeAppleCake", | ||
"name": " | "name": "Apple cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1, | ||
" | "FoodApple": 3 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCakeApple" | ||
}, | }, | ||
" | "RecipeCookieOatmeal": { | ||
"id": " | "id": "RecipeCookieOatmeal", | ||
"name": " | "name": "Oatmeal cookie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodButterSlice": 1 | ||
}, | }, | ||
"reagents | "reagents": { | ||
"Oats": 5, | |||
"Sugar": 5 | |||
" | |||
" | |||
}, | }, | ||
"result": "FoodBakedCookieOatmeal" | |||
"result": " | |||
}, | }, | ||
"RecipeOatmeal": { | "RecipeOatmeal": { | ||
Строка 668: | Строка 663: | ||
"result": "FoodOatmeal" | "result": "FoodOatmeal" | ||
}, | }, | ||
" | "RecipeTomatoBloodSoup": { | ||
"id": " | "id": "RecipeTomatoBloodSoup", | ||
"name": " | "name": "Tomato blood soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodBloodTomato": 2 | ||
}, | }, | ||
"reagents": {}, | "reagents": { | ||
"result": " | "Blood": 10 | ||
}, | |||
"result": "FoodSoupTomatoBlood" | |||
}, | }, | ||
" | "RecipeChocolateCake": { | ||
"id": " | "id": "RecipeChocolateCake", | ||
"name": " | "name": "Chocolate cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1, | ||
" | "FoodSnackChocolateBar": 2 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCakeChocolate" | ||
}, | }, | ||
" | "RecipeCake": { | ||
"id": " | "id": "RecipeCake", | ||
"name": " | "name": "Cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodCakeBatter": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCakePlain" | ||
}, | }, | ||
" | "RecipeButterNoodles": { | ||
"id": " | "id": "RecipeButterNoodles", | ||
"name": " | "name": "Butter noodles recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodNoodlesBoiled": 1, | ||
" | "FoodButter": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodNoodlesButter" | ||
}, | }, | ||
" | "RecipeBerryClafoutis": { | ||
"id": " | "id": "RecipeBerryClafoutis", | ||
"name": " | "name": "Berry clafoutis recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughPie": 1, | ||
" | "FoodBerries": 3, | ||
"FoodPlateTin": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPieClafoutis" | ||
}, | }, | ||
" | "RecipeDonkpocketHonk": { | ||
"id": " | "id": "RecipeDonkpocketHonk", | ||
"name": " | "name": "Warm honk-pocket recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDonkpocketHonk": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodDonkpocketHonkWarm" | |||
"result": " | |||
}, | }, | ||
" | "RecipeStewSoup": { | ||
"id": " | "id": "RecipeStewSoup", | ||
"name": " | "name": "Stew recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodMeatCutlet": 3, | ||
"FoodTomato": 1, | |||
"FoodPotato": 1, | |||
"FoodCarrot": 1, | |||
"FoodEggplant": 1, | |||
"FoodMushroom": 1 | |||
}, | |||
"reagents": { | |||
"Water": 10 | |||
}, | }, | ||
"result": "FoodSoupStew" | |||
"result": " | |||
}, | }, | ||
" | "RecipeHawaiianPizza": { | ||
"id": " | "id": "RecipeHawaiianPizza", | ||
"name": " | "name": "Hawaiian pizza recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 30, | ||
"solids": { | "solids": { | ||
" | "FoodDoughFlat": 1, | ||
" | "FoodMeatChickenCutlet": 3, | ||
"FoodPineappleSlice": 5 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPizzaPineapple" | ||
}, | }, | ||
" | "ADTFoodRelaxPillRecipe": { | ||
"id": " | "id": "ADTFoodRelaxPillRecipe", | ||
"name": " | "name": "Relax pill", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "LeavesCannabis": 3, | ||
" | "LeavesTobacco": 2, | ||
" | "GroundCannabis": 1 | ||
}, | |||
"reagents": { | |||
"Water": 15 | |||
}, | }, | ||
"result": "ADTPillRelax" | |||
"result": " | |||
}, | }, | ||
" | "RecipeTacoRat": { | ||
"id": " | "id": "RecipeTacoRat", | ||
"name": " | "name": "Rat taco recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodTacoShell": 1, | ||
"FoodCheeseSlice": 1, | |||
"FoodMeatRat": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
" | "result": "FoodTacoRat" | ||
" | }, | ||
" | "RecipeCitrusSalad": { | ||
"id": "RecipeCitrusSalad", | |||
"name": "Citrus salad recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodBowlBig": 1, | |||
"FoodOrange": 1, | |||
"FoodLemon": 1, | |||
"FoodLime": 1 | |||
}, | }, | ||
"result": " | "reagents": {}, | ||
"result": "FoodSaladCitrus" | |||
}, | }, | ||
" | "RecipeCroissantCotton": { | ||
"id": " | "id": "RecipeCroissantCotton", | ||
"name": " | "name": "Cotton croissant recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCroissantRawCotton": 1, | ||
" | "FoodButterSlice": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBakedCroissantCotton" | ||
}, | }, | ||
" | "RecipeMisoColaSoup": { | ||
"id": " | "id": "RecipeMisoColaSoup", | ||
"name": " | "name": "Salty sweet misocola soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodSoupMiso": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Cola": 5 | ||
}, | }, | ||
"result": " | "result": "DisgustingSweptSoup" | ||
}, | }, | ||
" | "RecipeButteredToast": { | ||
"id": " | "id": "RecipeButteredToast", | ||
"name": " | "name": "Buttered toast recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBreadPlainSlice": 1, | ||
" | "FoodButterSlice": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadButteredToast" | ||
}, | }, | ||
" | "RecipeDonkpocketCarp": { | ||
"id": " | "id": "RecipeDonkpocketCarp", | ||
"name": " | "name": "Warm carp-pocket recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDonkpocketCarp": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodDonkpocketCarpWarm" | |||
"result": " | |||
}, | }, | ||
" | "RecipeOrangeCake": { | ||
"id": " | "id": "RecipeOrangeCake", | ||
"name": " | "name": "Orange cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1, | ||
" | "FoodOrange": 3 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCakeOrange" | ||
}, | }, | ||
" | "RecipeAmanitaJelly": { | ||
"id": " | "id": "RecipeAmanitaJelly", | ||
"name": " | "name": "Amanita jelly recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodFlyAmanita": 3 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 5, | ||
"Vodka": 5 | |||
}, | }, | ||
"result": " | "result": "FoodJellyAmanita" | ||
}, | }, | ||
" | "RecipePastaTomato": { | ||
"id": " | "id": "RecipePastaTomato", | ||
"name": " | "name": "Pasta tomato recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodNoodlesBoiled": 1, | ||
"FoodTomato": 2 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodNoodles" | ||
}, | }, | ||
" | "RecipeBlueberryPancake": { | ||
"id": " | "id": "RecipeBlueberryPancake", | ||
"name": " | "name": "Blueberry pancake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBerries": 2 | ||
" | }, | ||
"reagents": { | |||
"Flour": 5, | |||
"Milk": 5, | |||
"Egg": 6 | |||
}, | }, | ||
"result": "FoodBakedPancakeBb" | |||
"result": " | |||
}, | }, | ||
" | "RecipeAloeCream": { | ||
"id": " | "id": "RecipeAloeCream", | ||
"name": " | "name": "Aloe cream recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodAloe": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "AloeCream" | ||
}, | }, | ||
" | "RecipeEscargotSoup": { | ||
"id": " | "id": "RecipeEscargotSoup", | ||
"name": " | "name": "Escargot recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
"FoodBowlBig": 1, | "FoodBowlBig": 1, | ||
" | "FoodOnionSlice": 1, | ||
" | "FoodButter": 1, | ||
"FoodMeatSnailCooked": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
"Water": | "Water": 5 | ||
}, | }, | ||
"result": " | "result": "FoodSoupEscargot" | ||
}, | }, | ||
" | "RecipeCannabisButter": { | ||
"id": " | "id": "RecipeCannabisButter", | ||
"name": " | "name": "Cannabis butter recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodButter": 1, | ||
" | "LeavesCannabis": 6 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCannabisButter" | ||
}, | }, | ||
" | "RecipeTacoBeefSupreme": { | ||
"id": " | "id": "RecipeTacoBeefSupreme", | ||
"name": "Beef taco supreme recipe", | "name": "Beef taco supreme recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
Строка 971: | Строка 958: | ||
"FoodTacoShell": 1, | "FoodTacoShell": 1, | ||
"FoodCheeseSlice": 1, | "FoodCheeseSlice": 1, | ||
" | "FoodMeatCutlet": 1, | ||
"FoodTomato": 1, | "FoodTomato": 1, | ||
"FoodCabbage": 1, | "FoodCabbage": 1, | ||
Строка 977: | Строка 964: | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodTacoBeefSupreme" | ||
}, | }, | ||
" | "RecipeTacoFish": { | ||
"id": " | "id": "RecipeTacoFish", | ||
"name": " | "name": "Fish taco recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodTacoShell": 1, | ||
"FoodMeatFish": 1, | |||
"FoodOnionSlice": 2, | |||
"FoodTomato": 1, | |||
"FoodCabbage": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodTacoFish" | |||
"result": " | |||
}, | }, | ||
" | "RecipeCarrotFries": { | ||
"id": " | "id": "RecipeCarrotFries", | ||
"name": " | "name": "Carrot fries recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
"FoodCarrot": 1 | |||
}, | |||
"FoodCarrot | |||
}, | |||
"reagents": { | "reagents": { | ||
" | "TableSalt": 5 | ||
}, | }, | ||
"result": " | "result": "FoodMealFriesCarrot" | ||
}, | }, | ||
" | "RecipeBlueberryCake": { | ||
"id": " | "id": "RecipeBlueberryCake", | ||
"name": " | "name": "Blueberry cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
"FoodCakePlain": 1, | "FoodCakePlain": 1, | ||
" | "FoodBerries": 3 | ||
}, | |||
"reagents": {}, | |||
"result": "FoodCakeBlueberry" | |||
}, | |||
"RecipeClownCake": { | |||
"id": "RecipeClownCake", | |||
"name": "Clown cake recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"ClothingMaskClown": 1, | |||
"FoodCakePlain": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCakeClown" | ||
}, | }, | ||
" | "ADTFoodJelliedMeatRecipe": { | ||
"id": " | "id": "ADTFoodJelliedMeatRecipe", | ||
"name": " | "name": "Jellied meat recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 20, | ||
"solids": { | "solids": { | ||
" | "FoodMeat": 1, | ||
"FoodPlateSmall": 1 | "FoodPlateSmall": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 15, | ||
"TableSalt": 5, | |||
"UncookedAnimalProteins": 10 | |||
}, | }, | ||
"result": " | "result": "ADTFoodJelliedMeat" | ||
}, | }, | ||
" | "RecipeNettleSoup": { | ||
"id": " | "id": "RecipeNettleSoup", | ||
"name": " | "name": "Nettle soup recipe", | ||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBowlBig": 1, | |||
"Nettle": 1, | |||
"FoodPotato": 1 | |||
}, | |||
"reagents": { | |||
"Water": 10, | |||
"Egg": 6 | |||
}, | |||
"result": "FoodSoupNettle" | |||
}, | |||
"ADTFoodHerringUnderFurcoatRecipe": { | |||
"id": "ADTFoodHerringUnderFurcoatRecipe", | |||
"name": "Herring under furcoat recipe", | |||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodCarrot": 2, | ||
" | "FoodEgg": 1, | ||
" | "FoodMeatFish": 1, | ||
"FoodPlateSmall": 1 | |||
}, | |||
"reagents": { | |||
"Mayo": 5 | |||
}, | }, | ||
"result": "ADTFoodHerringUnderFurcoat" | |||
"result": " | |||
}, | }, | ||
" | "RecipeSausageBread": { | ||
"id": " | "id": "RecipeSausageBread", | ||
"name": " | "name": "Sausage bread recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDough": 1, | ||
" | "FoodMeat": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadSausage" | ||
}, | }, | ||
" | "RecipeAppendixBurger": { | ||
"id": " | "id": "RecipeAppendixBurger", | ||
"name": " | "name": "Appendix burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "OrganHumanAppendix": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerAppendix" | ||
}, | }, | ||
" | "RecipeMeatballSpaghetti": { | ||
"id": " | "id": "RecipeMeatballSpaghetti", | ||
"name": " | "name": "Spaghetti \u0026 meatballs recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodNoodlesBoiled": 1, | ||
" | "FoodMeatMeatball": 2 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodNoodlesMeatball" | ||
}, | }, | ||
"RecipeBoiledSpaghetti": { | "RecipeBoiledSpaghetti": { | ||
Строка 1100: | Строка 1115: | ||
"result": "FoodNoodlesBoiled" | "result": "FoodNoodlesBoiled" | ||
}, | }, | ||
" | "RecipeLoadedBakedPotato": { | ||
"id": " | "id": "RecipeLoadedBakedPotato", | ||
"name": " | "name": "Loaded baked potato recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodPotato": 1, | ||
" | "FoodCheeseSlice": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodMealPotatoLoaded" | ||
}, | }, | ||
" | "RecipeVegetablePizza": { | ||
"id": " | "id": "RecipeVegetablePizza", | ||
"name": " | "name": "Vegetable pizza recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 30, | ||
"solids": { | "solids": { | ||
" | "FoodDoughFlat": 1, | ||
" | "FoodEggplant": 1, | ||
" | "FoodCarrot": 1, | ||
"FoodCorn": 1, | |||
"FoodTomato": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodPizzaVegetable" | |||
"result": " | |||
}, | }, | ||
" | "RecipeCorgiBurger": { | ||
"id": " | "id": "RecipeCorgiBurger", | ||
"name": " | "name": "Corgi burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
"FoodMeatCorgi": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBurgerCorgi" | |||
"result": " | |||
}, | }, | ||
" | "RecipeBagelPoppy": { | ||
"id": " | "id": "RecipeBagelPoppy", | ||
"name": " | "name": "Poppyseed bagel recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDoughRope": 1, | ||
"PoppySeeds": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBagelPoppy" | |||
"result": " | |||
}, | }, | ||
" | "RecipeWarmDankpocket": { | ||
"id": " | "id": "RecipeWarmDankpocket", | ||
"name": " | "name": "Warm dank pocket recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDonkpocketDank": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodDonkpocketDankWarm" | ||
}, | }, | ||
" | "RecipeWarmDonkpocket": { | ||
"id": " | "id": "RecipeWarmDonkpocket", | ||
"name": " | "name": "Warm donk pocket recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDonkpocket": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodDonkpocketWarm" | ||
}, | }, | ||
" | "RecipeValidSalad": { | ||
"id": " | "id": "RecipeValidSalad", | ||
"name": " | "name": "Valid salad recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodAmbrosiaVulgaris": 3, | ||
" | "FoodPotato": 1, | ||
" | "FoodMeatMeatball": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodSaladValid" | |||
"result": " | |||
}, | }, | ||
" | "RecipeWatermelonFruitBowlSalad": { | ||
"id": " | "id": "RecipeWatermelonFruitBowlSalad", | ||
"name": " | "name": "Watermelon fruit bowl recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodWatermelon": 1, | ||
" | "FoodApple": 1, | ||
"FoodBanana": 1, | |||
"FoodLemon": 1, | |||
"FoodOrange": 1, | |||
"FoodAmbrosiaVulgaris": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodSaladWatermelonFruitBowl" | ||
}, | }, | ||
" | "RecipeBurgerMcguffin": { | ||
"id": " | "id": "RecipeBurgerMcguffin", | ||
"name": " | "name": "McGuffin recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
"FoodBreadBun": 1, | "FoodBreadBun": 1, | ||
"FoodCheeseSlice": 1 | "FoodCheeseSlice": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": { | ||
"result": " | "Egg": 12 | ||
}, | |||
"result": "FoodBurgerMcguffin" | |||
}, | }, | ||
" | "RecipeEggRice": { | ||
"id": " | "id": "RecipeEggRice", | ||
"name": " | "name": "Egg-fried rice recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodRiceBoiled": 1, | ||
" | "FoodCarrot": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Egg": 6 | ||
}, | }, | ||
"result": " | "result": "FoodRiceEgg" | ||
}, | }, | ||
" | "RecipeCheesyFries": { | ||
"id": " | "id": "RecipeCheesyFries", | ||
"name": " | "name": "Cheesy fries recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodPotato": 1, | ||
" | "FoodCheeseSlice": 1 | ||
}, | |||
"reagents": { | |||
"TableSalt": 5 | |||
}, | }, | ||
"result": "FoodMealFriesCheesy" | |||
"result": " | |||
}, | }, | ||
" | "RecipeQueso": { | ||
"id": " | "id": "RecipeQueso", | ||
"name": " | "name": "Queso recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodChiliPepper": 1, | ||
" | "FoodCheeseSlice": 2 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodMealQueso" | ||
}, | }, | ||
" | "RecipeTofuBread": { | ||
"id": " | "id": "RecipeTofuBread", | ||
"name": " | "name": "Tofu bread recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDough": 1, | ||
" | "FoodTofu": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadTofu" | ||
}, | }, | ||
" | "RecipeWarmDonkpocketTeriyaki": { | ||
"id": " | "id": "RecipeWarmDonkpocketTeriyaki", | ||
"name": " | "name": "Warm teriyaki-pocket recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDonkpocketTeriyaki": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodDonkpocketTeriyakiWarm" | |||
"result": " | |||
}, | }, | ||
" | "RecipeInertAnomalyMeat": { | ||
"id": " | "id": "RecipeInertAnomalyMeat", | ||
"name": " | "name": "Inert meat anomaly recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "AnomalyCoreFleshInert": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodMeatAnomaly" | |||
"result": " | |||
}, | }, | ||
" | "RecipeAnomalyMeat": { | ||
"id": " | "id": "RecipeAnomalyMeat", | ||
"name": " | "name": "Meat anomaly recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "AnomalyCoreFlesh": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodMeatAnomaly" | ||
}, | }, | ||
" | "RecipeTacoChicken": { | ||
"id": " | "id": "RecipeTacoChicken", | ||
"name": " | "name": "Chicken taco recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodTacoShell": 1, | ||
"FoodMeatChickenCutlet": 1, | |||
"FoodCheeseSlice": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodTacoChicken" | ||
}, | }, | ||
" | "RecipeMeatPie": { | ||
"id": " | "id": "RecipeMeatPie", | ||
"name": " | "name": "Meat pie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
"FoodDoughPie": 1, | "FoodDoughPie": 1, | ||
" | "FoodMeat": 3, | ||
"FoodPlateTin": 1 | "FoodPlateTin": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPieMeat" | ||
}, | }, | ||
" | "RecipeBakedVulpkanin": { | ||
"id": " | "id": "RecipeBakedVulpkanin", | ||
"name": " | "name": "Baked vulpkanin recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodPlate": 1, | ||
" | "FoodMeat": 1, | ||
"FoodApple": 1, | |||
"HeadVulpkanin": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "TableSalt": 2, | ||
" | "Blackpepper": 2 | ||
}, | }, | ||
"result": " | "result": "FoodBakedVulpkaninPlate" | ||
}, | }, | ||
" | "RecipeDriedTobacco": { | ||
"id": " | "id": "RecipeDriedTobacco", | ||
"name": " | "name": "Dried tobacco leaves recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "LeavesTobacco": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "LeavesTobaccoDried" | ||
}, | }, | ||
" | "RecipeMuffin": { | ||
"id": " | "id": "RecipeMuffin", | ||
"name": " | "name": "Muffin recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodPlateMuffinTin": 1, | ||
" | "FoodDoughSlice": 1 | ||
}, | |||
"reagents": { | |||
"Sugar": 10 | |||
}, | }, | ||
"result": "FoodBakedMuffin" | |||
"result": " | |||
}, | }, | ||
" | "RecipeFoodBakedChevreChaud": { | ||
"id": " | "id": "RecipeFoodBakedChevreChaud", | ||
"name": " | "name": "Chevre chaud recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodChevreSlice": 1, | ||
"FoodBreadBaguetteSlice": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBakedChevreChaud" | ||
}, | }, | ||
" | "RecipePlutonium": { | ||
"id": " | "id": "RecipePlutonium", | ||
"name": " | "name": "Plutonium recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 30, | ||
"solids": { | "solids": { | ||
" | "ADTUsedPlutoniumCore": 1 | ||
" | }, | ||
"reagents": { | |||
"Plasma": 5, | |||
"Uranium": 5, | |||
"Radium": 5 | |||
}, | |||
"result": "ADTPlutoniumCore" | |||
}, | |||
"RecipeCornbread": { | |||
"id": "RecipeCornbread", | |||
"name": "Cornbread recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodDoughCornmeal": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadCorn" | ||
}, | }, | ||
" | "RecipePumpkinPie": { | ||
"id": " | "id": "RecipePumpkinPie", | ||
"name": " | "name": "Pumpkin pie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
"FoodDoughPie": 1, | "FoodDoughPie": 1, | ||
" | "FoodPumpkin": 1, | ||
"FoodPlateTin": 1 | "FoodPlateTin": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodPiePumpkin" | |||
"result": " | |||
}, | }, | ||
" | "RecipeBoiledRice": { | ||
"id": " | "id": "RecipeBoiledRice", | ||
"name": " | "name": "Boiled rice recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
"Rice": 15, | |||
" | |||
"Water": 10 | "Water": 10 | ||
}, | }, | ||
"result": " | "result": "FoodRiceBoiled" | ||
}, | }, | ||
" | "RecipeRaisinCookie": { | ||
"id": " | "id": "RecipeRaisinCookie", | ||
"name": " | "name": "Raisin cookie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodSnackRaisins": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Flour": 5, | ||
"Sugar": 5 | |||
}, | }, | ||
"result": " | "result": "FoodBakedCookieRaisin" | ||
}, | }, | ||
" | "RecipeCheeseburger": { | ||
"id": " | "id": "RecipeCheeseburger", | ||
"name": " | "name": "Cheeseburger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
"FoodBreadBun": 1, | "FoodBreadBun": 1, | ||
" | "FoodMeat": 1, | ||
"FoodCheeseSlice": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerCheese" | ||
}, | }, | ||
" | "RecipeHerbSalad": { | ||
"id": " | "id": "RecipeHerbSalad", | ||
"name": " | "name": "Herb salad recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodAmbrosiaVulgaris": 3, | ||
"FoodApple": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodSaladHerb" | ||
}, | }, | ||
" | "RecipeMuffinCherry": { | ||
"id": " | "id": "RecipeMuffinCherry", | ||
"name": " | "name": "Cherry muffin recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodPlateMuffinTin": 1, | ||
" | "FoodDoughSlice": 1, | ||
" | "FoodCherry": 3 | ||
}, | |||
"reagents": { | |||
"Sugar": 10 | |||
}, | }, | ||
"result": "FoodBakedMuffinCherry" | |||
"result": " | |||
}, | }, | ||
" | "RecipeBananaCreamPie": { | ||
"id": " | "id": "RecipeBananaCreamPie", | ||
"name": " | "name": "Banana cream pie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughPie": 1, | ||
" | "FoodBanana": 3, | ||
"FoodPlateTin": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPieBananaCream" | ||
}, | }, | ||
" | "RecipeEmpoweredBurger": { | ||
"id": " | "id": "RecipeEmpoweredBurger", | ||
"name": " | "name": "Empowered burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "SheetPlasma1": 2 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBurgerEmpowered" | |||
"result": " | |||
}, | }, | ||
" | "RecipeCocoTart": { | ||
"id": " | "id": "RecipeCocoTart", | ||
"name": " | "name": "Chocolate lava tart recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughPie": 1, | ||
" | "FoodSnackChocolateBar": 3, | ||
" | "FoodPlateTin": 1 | ||
}, | |||
"reagents": { | |||
"Sugar": 5, | |||
"Milk": 5 | |||
}, | }, | ||
"result": "FoodTartCoco" | |||
"result": " | |||
}, | }, | ||
" | "RecipeHotChili": { | ||
"id": " | "id": "RecipeHotChili", | ||
"name": " | "name": "Hot chili recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 20, | "time": 20, | ||
"solids": { | "solids": { | ||
"FoodChiliPepper": | "FoodBowlBig": 1, | ||
"FoodChiliPepper": 1, | |||
"FoodMeatCutlet": 1, | "FoodMeatCutlet": 1, | ||
" | "FoodOnionSlice": 1, | ||
"FoodTomato": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodSoupChiliHot" | ||
}, | }, | ||
"RecipeSpellBurger": { | "RecipeSpellBurger": { | ||
Строка 1600: | Строка 1573: | ||
"result": "FoodBurgerSpell" | "result": "FoodBurgerSpell" | ||
}, | }, | ||
" | "RecipeNachosCuban": { | ||
"id": " | "id": "RecipeNachosCuban", | ||
"name": " | "name": "Cuban nachos recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodChiliPepper": 1, | ||
" | "FoodDoughTortillaFlat": 1, | ||
" | "FoodPlateSmall": 1 | ||
}, | |||
"reagents": { | |||
" | "Ketchup": 5 | ||
}, | }, | ||
"result": "FoodMealNachosCuban" | |||
"result": " | |||
}, | }, | ||
" | "RecipeBaseballBurger": { | ||
"id": " | "id": "RecipeBaseballBurger", | ||
"name": " | "name": "Baseball burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
"BaseBallBat": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBurgerBaseball" | |||
"result": " | |||
}, | }, | ||
" | "RecipeXenoMeatBread": { | ||
"id": " | "id": "RecipeXenoMeatBread", | ||
"name": " | "name": "Xeno meat bread recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDough": 1, | ||
" | "FoodMeatXenoCutlet": 2, | ||
"FoodCheeseSlice": 2 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBreadMeatXeno" | |||
"result": " | |||
}, | }, | ||
" | "RecipeSpiderMeatBread": { | ||
"id": " | "id": "RecipeSpiderMeatBread", | ||
"name": " | "name": "Spider meat bread recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
"FoodDough": 1, | "FoodDough": 1, | ||
" | "FoodMeatSpiderCutlet": 2, | ||
" | "FoodCheeseSlice": 2 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadMeatSpider" | ||
}, | }, | ||
" | "RecipeMeatBread": { | ||
"id": " | "id": "RecipeMeatBread", | ||
"name": " | "name": "Meat bread recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDough": 1, | ||
" | "FoodMeatCutlet": 2, | ||
"FoodCheeseSlice": 2 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadMeat" | ||
}, | |||
"RecipeDankPizza": { | |||
"id": "RecipeDankPizza", | |||
"name": "Dank pizza recipe", | |||
"type": "microwaveRecipes", | |||
"time": 30, | |||
"solids": { | |||
"FoodDoughFlat": 1, | |||
"LeavesCannabis": 2, | |||
"FoodCheeseSlice": 1, | |||
"FoodTomato": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodPizzaDank" | |||
}, | }, | ||
" | "RecipeMothRoachburger": { | ||
"id": " | "id": "RecipeMothRoachburger", | ||
"name": " | "name": "Mothroachburger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
"MobMothroach": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerMothRoach" | ||
}, | }, | ||
" | "RecipeBrownies": { | ||
"id": " | "id": "RecipeBrownies", | ||
"name": " | "name": "Brownie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 25, | ||
"solids": { | "solids": { | ||
" | "FoodButter": 2, | ||
" | "FoodSnackChocolateBar": 2 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Flour": 15, | ||
" | "Sugar": 30, | ||
"Egg": 18 | |||
}, | }, | ||
"result": " | "result": "FoodBakedBrownieBatch" | ||
}, | }, | ||
"RecipeCrabBurger": { | "RecipePeaSoup": { | ||
"id": "RecipePeaSoup", | |||
"name": "Pea soup recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodPeaPod": 2, | |||
"FoodBowlBig": 1 | |||
}, | |||
"reagents": { | |||
"Water": 10 | |||
}, | |||
"result": "FoodSoupPea" | |||
}, | |||
"RecipeCrabBurger": { | |||
"id": "RecipeCrabBurger", | "id": "RecipeCrabBurger", | ||
"name": "Crab burger recipe", | "name": "Crab burger recipe", | ||
Строка 1710: | Строка 1707: | ||
"result": "FoodBurgerCrab" | "result": "FoodBurgerCrab" | ||
}, | }, | ||
" | "RecipeCannabisBrownies": { | ||
"id": " | "id": "RecipeCannabisBrownies", | ||
"name": " | "name": "Cannabis brownie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 25, | "time": 25, | ||
"solids": { | "solids": { | ||
" | "FoodCannabisButter": 2, | ||
"FoodSnackChocolateBar": 2 | |||
" | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Flour": 15, | ||
"Sugar": 30, | |||
"Egg": 18 | |||
}, | }, | ||
"result": " | "result": "FoodBakedCannabisBrownieBatch" | ||
}, | }, | ||
" | "RecipeBaguette": { | ||
"id": " | "id": "RecipeBaguette", | ||
"name": " | "name": "Baguette recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDough": 1 | ||
" | }, | ||
" | "reagents": { | ||
"TableSalt": 5, | |||
"Blackpepper": 5 | |||
}, | }, | ||
"result": "FoodBreadBaguette" | |||
"result": " | |||
}, | }, | ||
" | "RecipeBread": { | ||
"id": " | "id": "RecipeBread", | ||
"name": " | "name": "Bread recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodDough": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadPlain" | ||
}, | }, | ||
" | "RecipeOnionRings": { | ||
"id": " | "id": "RecipeOnionRings", | ||
"name": " | "name": "Onion rings recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodOnionSlice": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodOnionRings" | ||
}, | }, | ||
" | "RecipeCarrotCake": { | ||
"id": " | "id": "RecipeCarrotCake", | ||
"name": " | "name": "Carrot cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1, | ||
" | "FoodCarrot": 3 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodCakeCarrot" | |||
"result": " | |||
}, | }, | ||
" | "RecipeDonkpocketStonk": { | ||
"id": " | "id": "RecipeDonkpocketStonk", | ||
"name": " | "name": "Warm stonk-pocket recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDonkpocketStonk": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodDonkpocketStonkWarm" | ||
}, | }, | ||
" | "RecipeEyeballSoup": { | ||
"id": " | "id": "RecipeEyeballSoup", | ||
"name": " | "name": "Eyeball soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
"OrganHumanEyes": 1, | |||
"FoodCarrot": 1, | |||
"FoodPotato": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 10 | ||
}, | }, | ||
"result": " | "result": "FoodSoupEyeball" | ||
}, | }, | ||
" | "RecipeWingFangChuSoupSpider": { | ||
"id": " | "id": "RecipeWingFangChuSoupSpider", | ||
"name": " | "name": "Wing fang chu recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodMeatSpider": 2 | ||
" | }, | ||
"reagents": { | |||
"Soysauce": 5 | |||
}, | }, | ||
"result": "FoodSoupWingFangChu" | |||
"result": " | |||
}, | }, | ||
" | "RecipeChiliClown": { | ||
"id": " | "id": "RecipeChiliClown", | ||
"name": " | "name": "Chili con carnival recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 30, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
"FoodChiliPepper": 1, | |||
"FoodMeatCutlet": 1, | |||
"FoodOnionSlice": 1, | |||
"FoodTomato": 1, | |||
"ClothingShoesClown": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodSoupChiliClown" | |||
"result": " | |||
}, | }, | ||
" | "RecipeBirthdayCake": { | ||
"id": " | "id": "RecipeBirthdayCake", | ||
"name": " | "name": "Birthday cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1 | ||
" | }, | ||
"reagents": { | |||
"Cream": 5 | |||
}, | }, | ||
"result": "FoodCakeBirthday" | |||
"result": " | |||
}, | }, | ||
" | "RecipeMeatballSoup": { | ||
"id": " | "id": "RecipeMeatballSoup", | ||
"name": " | "name": "Meatball soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
"FoodMeatMeatball": 1, | |||
"FoodCarrot": 1, | |||
"FoodPotato": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 10 | ||
}, | }, | ||
"result": " | "result": "FoodSoupMeatball" | ||
}, | |||
"RecipeCatBurger": { | |||
"id": "RecipeCatBurger", | |||
"name": "Cat burger recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"FoodMeat": 1, | |||
"ClothingHeadHatCatEars": 1 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBurgerCat" | |||
}, | }, | ||
" | "RecipeGrilledCheeseSandwich": { | ||
"id": " | "id": "RecipeGrilledCheeseSandwich", | ||
"name": " | "name": "Grilled cheese sandwich recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadPlainSlice": 2, | ||
"FoodCheeseSlice": 1, | |||
"FoodButterSlice": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBakedGrilledCheeseSandwich" | ||
}, | }, | ||
" | "RecipeLimeCake": { | ||
"id": " | "id": "RecipeLimeCake", | ||
"name": " | "name": "Lime cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1, | ||
"FoodLime": 3 | |||
"FoodLime": | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCakeLime" | ||
}, | }, | ||
" | "RecipeRatBurger": { | ||
"id": " | "id": "RecipeRatBurger", | ||
"name": " | "name": "Rat burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "FoodMeatRat": 1 | ||
}, | |||
"reagents": {}, | |||
"result": "FoodBurgerRat" | |||
}, | |||
"RecipeChickenSandwich": { | |||
"id": "RecipeChickenSandwich", | |||
"name": "Chicken sandwich recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"FoodMeatChicken": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Mayo": 5 | ||
}, | }, | ||
"result": " | "result": "FoodBurgerChicken" | ||
}, | }, | ||
" | "RecipePelmeni": { | ||
"id": " | "id": "RecipePelmeni", | ||
"name": " | "name": "Pelmeni recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
"FoodBowlBig": 1, | "FoodBowlBig": 1, | ||
" | "FoodMeatMeatball": 1, | ||
"FoodDoughSlice": 3 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
"Water": | "Water": 20 | ||
}, | }, | ||
"result": " | "result": "FoodPelmeniBowl" | ||
}, | }, | ||
" | "RecipeTomatoSoup": { | ||
"id": " | "id": "RecipeTomatoSoup", | ||
"name": " | "name": "Tomato soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodTomato": 2 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
"Water": 10 | |||
}, | }, | ||
"result": "FoodSoupTomato" | |||
"result": " | |||
}, | }, | ||
" | "RecipeChocolateChipPancake": { | ||
"id": " | "id": "RecipeChocolateChipPancake", | ||
"name": " | "name": "Chocolate chip pancake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodSnackChocolateBar": 1 | ||
" | }, | ||
" | "reagents": { | ||
"Flour": 5, | |||
"Milk": 5, | |||
"Egg": 6 | |||
}, | }, | ||
"result": "FoodBakedPancakeCc" | |||
"result": " | |||
}, | }, | ||
" | "ADTFoodKhachapuriRecipe": { | ||
"id": " | "id": "ADTFoodKhachapuriRecipe", | ||
"name": " | "name": "Khachapuri recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodCheeseSlice": 1, | ||
" | "FoodBreadPlainSlice": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": { | ||
"result": " | "Egg": 12, | ||
"TableSalt": 5, | |||
"Milk": 5 | |||
}, | |||
"result": "ADTFoodMealKhachapuri" | |||
}, | }, | ||
" | "RecipeColdChili": { | ||
"id": " | "id": "RecipeColdChili", | ||
"name": " | "name": "Cold chili recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodSoupChiliHot": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Nitrogen": 5 | ||
}, | }, | ||
"result": " | "result": "FoodSoupChiliCold" | ||
}, | }, | ||
" | "RecipeCreamCheeseBread": { | ||
"id": " | "id": "RecipeCreamCheeseBread", | ||
"name": " | "name": "Cream cheese bread recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDough": 1, | ||
" | "FoodCheeseSlice": 2 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Milk": 5 | ||
}, | }, | ||
"result": " | "result": "FoodBreadCreamcheese" | ||
}, | }, | ||
" | "RecipeAmanitaPie": { | ||
"id": " | "id": "RecipeAmanitaPie", | ||
"name": " | "name": "Amanita pie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughPie": 1, | ||
"FoodFlyAmanita": 1, | |||
"FoodPlateTin": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodPieAmanita" | |||
"result": " | |||
}, | }, | ||
" | "RecipeMulledWineWarm2": { | ||
"id": " | "id": "RecipeMulledWineWarm2", | ||
"name": " | "name": "Warm mulled wine recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "ADTMulledWineGlass": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "ADTMulledWineCold": 30 | ||
}, | }, | ||
"result": " | "result": "ADTMulledWineGlass" | ||
}, | }, | ||
" | "RecipeBearger": { | ||
"id": " | "id": "RecipeBearger", | ||
"name": " | "name": "Bearger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
"FoodBreadBun": 1, | |||
"FoodMeatBear": 1 | |||
" | |||
" | |||
}, | }, | ||
"result": " | "reagents": {}, | ||
"result": "FoodBurgerBear" | |||
}, | }, | ||
" | "RecipeCrazyHamburger": { | ||
"id": " | "id": "RecipeCrazyHamburger", | ||
"name": " | "name": "Crazy hamburger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
"FoodMeat": 2, | |||
"FoodCheeseSlice": 2, | |||
"FoodChiliPepper": 1, | |||
"FoodCabbage": 1, | |||
"CrayonGreen": 1, | |||
"Flare": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "OilOlive": 15 | ||
}, | }, | ||
"result": " | "result": "FoodBurgerCrazy" | ||
}, | }, | ||
" | "RecipeBrainBurger": { | ||
"id": " | "id": "RecipeBrainBurger", | ||
"name": " | "name": "Brain burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "OrganHumanBrain": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerBrain" | ||
}, | }, | ||
" | "RecipePlainBurger": { | ||
"id": " | "id": "RecipePlainBurger", | ||
"name": " | "name": "Plain burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "FoodMeat": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerPlain" | ||
}, | }, | ||
" | "RecipeDonkpocketPizza": { | ||
"id": " | "id": "RecipeDonkpocketPizza", | ||
"name": " | "name": "Donk-pocket pizza recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 30, | ||
"solids": { | "solids": { | ||
" | "FoodDoughFlat": 1, | ||
" | "FoodDonkpocketWarm": 3, | ||
"FoodCheeseSlice": 1, | |||
"FoodTomato": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
" | "result": "FoodPizzaDonkpocket" | ||
}, | |||
"RecipeWarmDonkpocketPizza": { | |||
"id": "RecipeWarmDonkpocketPizza", | |||
"name": "Warm pizza-pocket recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodDonkpocketPizza": 1 | |||
}, | }, | ||
"result": " | "reagents": {}, | ||
"result": "FoodDonkpocketPizzaWarm" | |||
}, | }, | ||
" | "RecipeDuckBurger": { | ||
"id": " | "id": "RecipeDuckBurger", | ||
"name": " | "name": "Duck sandwich recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
"FoodMeatDuck": 1, | |||
"FoodCheeseSlice": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBurgerDuck" | |||
"result": " | |||
}, | }, | ||
" | "RecipeColeslaw": { | ||
"id": " | "id": "RecipeColeslaw", | ||
"name": " | "name": "Coleslaw recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
"FoodOnionRed": 1, | |||
"FoodCabbage": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Vinaigrette": 5 | ||
}, | }, | ||
"result": " | "result": "FoodSaladColeslaw" | ||
}, | }, | ||
" | "RecipeADTHotChocolateAllergic2": { | ||
"id": " | "id": "RecipeADTHotChocolateAllergic2", | ||
"name": " | "name": "Hot hypoallergen chocolate recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "ADTHotChocolateAllergicGlass": 1, | ||
" | "ADTHypoAllergenChocolateBar": 2 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "ADTHotChocolateAllergicGlass" | ||
}, | }, | ||
" | "ADTDrinkTeaPackCherry": { | ||
"id": " | "id": "ADTDrinkTeaPackCherry", | ||
"name": " | "name": "CherryTeapack", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "ADTEmptyTeaPack": 1, | ||
"FoodCherry": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "ADTCherryTeapack" | ||
}, | }, | ||
" | "RecipeApplePie": { | ||
"id": " | "id": "RecipeApplePie", | ||
"name": " | "name": "Apple pie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
"FoodDoughPie": 1, | "FoodDoughPie": 1, | ||
" | "FoodApple": 3, | ||
"FoodPlateTin": 1 | "FoodPlateTin": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPieApple" | ||
}, | }, | ||
" | "ADTRecipeBakedChickenWing": { | ||
"id": " | "id": "ADTRecipeBakedChickenWing", | ||
"name": " | "name": "Baked chicken wing", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "ADTFoodMeatChickenWing": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "ADTFoodMeatChickenBakedWing" | ||
}, | }, | ||
" | "RecipeMuffinBanana": { | ||
"id": " | "id": "RecipeMuffinBanana", | ||
"name": " | "name": "Banana muffin recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodPlateMuffinTin": 1, | ||
"FoodDoughSlice": 1, | |||
"FoodBanana": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Sugar": 10 | ||
}, | }, | ||
"result": " | "result": "FoodBakedMuffinBanana" | ||
}, | }, | ||
" | "RecipeDriedCannabisRainbow": { | ||
"id": " | "id": "RecipeDriedCannabisRainbow", | ||
"name": " | "name": "Dried rainbow cannabis leaves recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "LeavesCannabisRainbow": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "LeavesCannabisRainbowDried" | ||
}, | }, | ||
" | "ADTRecipeBakedChickenLeg": { | ||
"id": " | "id": "ADTRecipeBakedChickenLeg", | ||
"name": " | "name": "Baked chicken leg", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "ADTFoodMeatChickenLeg": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "ADTFoodMeatChickenBakedLeg" | |||
"result": " | |||
}, | }, | ||
" | "RecipePopcorn": { | ||
"id": " | "id": "RecipePopcorn", | ||
"name": " | "name": "Popcorn recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 20, | ||
"solids": { | "solids": { | ||
" | "FoodCorn": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodSnackPopcorn" | ||
}, | }, | ||
" | "RecipeTwoBreadSlice": { | ||
"id": " | "id": "RecipeTwoBreadSlice", | ||
"name": " | "name": "Two slice recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBreadPlainSlice": 2 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Wine": 5 | ||
}, | }, | ||
"result": " | "result": "FoodBreadTwoSlice" | ||
}, | }, | ||
" | "RecipeMoldyBreadSlice": { | ||
"id": " | "id": "RecipeMoldyBreadSlice", | ||
"name": " | "name": "Moldy bread slice recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBreadPlainSlice": 1, | ||
" | "FoodFlyAmanita": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadMoldySlice" | ||
}, | }, | ||
" | "RecipeMedicatedSuture": { | ||
"id": " | "id": "RecipeMedicatedSuture", | ||
"name": " | "name": "Medicated suture recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodPoppy": 1, | ||
"Brutepack": 1, | |||
"MaterialCloth1": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "TranexamicAcid": 20, | ||
"Cryptobiolin": 20 | |||
}, | }, | ||
"result": " | "result": "MedicatedSuture" | ||
}, | }, | ||
" | "RecipeFiveBurger": { | ||
"id": " | "id": "RecipeFiveBurger", | ||
"name": " | "name": "Five alarm burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "FoodMeat": 1, | ||
"FoodChiliPepper": 3 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerFive" | ||
}, | }, | ||
" | "RecipeMuffinBerry": { | ||
"id": " | "id": "RecipeMuffinBerry", | ||
"name": " | "name": "Berry muffin recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodPlateMuffinTin": 1, | ||
" | "FoodDoughSlice": 1, | ||
"FoodBerries": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Sugar": 10 | ||
" | }, | ||
"result": "FoodBakedMuffinBerry" | |||
}, | |||
"RecipePancake": { | |||
"id": "RecipePancake", | |||
"name": "Pancake recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": {}, | |||
"reagents": { | |||
"Flour": 5, | |||
"Milk": 5, | |||
"Egg": 6 | |||
}, | }, | ||
"result": " | "result": "FoodBakedPancake" | ||
}, | }, | ||
" | "RecipeUraniumPizza": { | ||
"id": " | "id": "RecipeUraniumPizza", | ||
"name": " | "name": "Spicy rock pizza recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 30, | "time": 30, | ||
"solids": { | "solids": { | ||
"FoodDoughFlat": 1, | "FoodDoughFlat": 1, | ||
" | "FoodChiliPepper": 2, | ||
" | "FoodTomato": 2, | ||
" | "SheetUranium1": 2 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPizzaUranium" | ||
}, | }, | ||
" | "ADTFoodVulpixRecipe": { | ||
"id": " | "id": "ADTFoodVulpixRecipe", | ||
"name": " | "name": "Vulpix recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodPlateSmall": 1, | ||
" | "FoodCheeseSlice": 1, | ||
" | "FoodOnion": 1, | ||
"ADTOrganVulpkaninAnimalLiver": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "ADTFoodVulpix" | |||
"result": " | |||
}, | }, | ||
" | "RecipeSlimeCake": { | ||
"id": " | "id": "RecipeSlimeCake", | ||
"name": " | "name": "Slime cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Slime": 15 | ||
}, | }, | ||
"result": " | "result": "FoodCakeSlime" | ||
}, | }, | ||
" | "RecipeGarlicBread": { | ||
"id": " | "id": "RecipeGarlicBread", | ||
"name": " | "name": "Garlic bread slice recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBreadPlainSlice": 1, | ||
" | "FoodGarlic": 1, | ||
"FoodButterSlice": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadGarlicSlice" | ||
}, | }, | ||
" | "RecipeBoiledSnail": { | ||
"id": " | "id": "RecipeBoiledSnail", | ||
"name": " | "name": "Boiled snail recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodMeatSnail": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": { | ||
"result": " | "Water": 10 | ||
}, | |||
"result": "FoodMeatSnailCooked" | |||
}, | }, | ||
" | "RecipeBreadCotton": { | ||
"id": " | "id": "RecipeBreadCotton", | ||
"name": " | "name": "Cotton bread recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodDoughCotton": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadCotton" | ||
}, | }, | ||
" | "RecipeMuffinChocolate": { | ||
"id": " | "id": "RecipeMuffinChocolate", | ||
"name": " | "name": "Chocolate muffin recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodPlateMuffinTin": 1, | ||
" | "FoodDoughSlice": 1, | ||
" | "FoodSnackChocolateBar": 1 | ||
}, | |||
" | "reagents": { | ||
"Sugar": 10 | |||
}, | }, | ||
"result": "FoodBakedMuffinChocolate" | |||
"result": " | |||
}, | }, | ||
" | "RecipeADTHotChocolate": { | ||
"id": " | "id": "RecipeADTHotChocolate", | ||
"name": " | "name": "Hot chocolate recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "DrinkGlass": 1, | ||
"FoodSnackChocolateBar": 2 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "ADTHotChocolateGlass" | ||
}, | }, | ||
" | "RecipeCornInButter": { | ||
"id": " | "id": "RecipeCornInButter", | ||
"name": " | "name": "Corn in butter recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodCorn": 1, | ||
"FoodPlate": 1, | |||
"FoodButter": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodMealCornInButter" | |||
"result": " | |||
}, | }, | ||
"RecipeFrenchToast": { | "RecipeFrenchToast": { | ||
Строка 2440: | Строка 2452: | ||
"result": "FoodBreadFrenchToast" | "result": "FoodBreadFrenchToast" | ||
}, | }, | ||
" | "RecipeRicePudding": { | ||
"id": " | "id": "RecipeRicePudding", | ||
"name": " | "name": "Rice pudding recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
"Milk": 5 | "Rice": 15, | ||
"Milk": 10, | |||
"Sugar": 5 | |||
}, | }, | ||
"result": " | "result": "FoodRicePudding" | ||
}, | }, | ||
" | "RecipeRobotBurger": { | ||
"id": " | "id": "RecipeRobotBurger", | ||
"name": " | "name": "Roburger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "CapacitorStockPart": 2 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBurgerRobot" | |||
"result": " | |||
}, | }, | ||
" | "RecipeTrashBakedBananaPeel": { | ||
"id": " | "id": "RecipeTrashBakedBananaPeel", | ||
"name": " | "name": "Baked banana peel recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "TrashBananaPeel": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "TrashBakedBananaPeel" | |||
"result": " | |||
}, | }, | ||
" | "RecipeBagelCotton": { | ||
"id": " | "id": "RecipeBagelCotton", | ||
"name": "Cotton | "name": "Cotton bagel recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDoughCottonRope": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBagelCotton" | ||
}, | }, | ||
" | "RecipePumpkinCake": { | ||
"id": " | "id": "RecipePumpkinCake", | ||
"name": " | "name": "Pumpkin cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1, | ||
"FoodPumpkin": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCakePumpkin" | ||
}, | }, | ||
" | "RecipeMargheritaPizza": { | ||
"id": " | "id": "RecipeMargheritaPizza", | ||
"name": " | "name": "Margherita pizza recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 30, | ||
"solids": { | "solids": { | ||
" | "FoodDoughFlat": 1, | ||
"FoodCheeseSlice": 1, | |||
"FoodTomato": 4 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPizzaMargherita" | ||
}, | }, | ||
" | "RecipeADTHotCocoa2": { | ||
"id": " | "id": "RecipeADTHotCocoa2", | ||
"name": " | "name": "Hot cocoa recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "ADTHotCocoaGlass": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "ADTCocoaDrink": 30 | ||
}, | }, | ||
"result": " | "result": "ADTHotCocoaGlass" | ||
}, | }, | ||
"RecipeJellyToast": { | "RecipeJellyToast": { | ||
Строка 2545: | Строка 2551: | ||
"result": "FoodBreadJellySlice" | "result": "FoodBreadJellySlice" | ||
}, | }, | ||
" | "RecipeCatCake": { | ||
"id": " | "id": "RecipeCatCake", | ||
"name": " | "name": "Cat cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1, | ||
"FoodSnackRaisins": 1, | |||
"OrganAnimalHeart": 1 | |||
}, | |||
"reagents": { | |||
"Milk": 15, | |||
"Cognizine": 5 | |||
}, | }, | ||
"result": "MobCatCake" | |||
"result": " | |||
}, | }, | ||
" | "ADTDrinkTeaMicCherry": { | ||
"id": " | "id": "ADTDrinkTeaMicCherry", | ||
"name": " | "name": "CherryTeaMicrowave", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "DrinkGlass": 1 | ||
" | }, | ||
"reagents": { | |||
"ADTCherrypackReg": 5, | |||
"Water": 25 | |||
}, | }, | ||
"result": "ADTDrinkCherryTeaGlass" | |||
"result": " | |||
}, | }, | ||
" | "ADTFoodSawdustSoupRecipe": { | ||
"id": " | "id": "ADTFoodSawdustSoupRecipe", | ||
"name": " | "name": "Sawdust soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
"FoodBowlBig": 1, | "FoodBowlBig": 1, | ||
" | "MaterialWoodPlank1": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 10, | ||
"TableSalt": | "TableSalt": 10 | ||
}, | }, | ||
"result": " | "result": "ADTFoodSoupSawdust" | ||
}, | }, | ||
" | "RecipeFruitSalad": { | ||
"id": " | "id": "RecipeFruitSalad", | ||
"name": " | "name": "Fruit salad recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodOrange": 1, | ||
"FoodApple": 1, | |||
"FoodGrape": 1, | |||
"FoodWatermelonSlice": 2 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodSaladFruit" | ||
}, | }, | ||
" | "RecipeXenoburger": { | ||
"id": " | "id": "RecipeXenoburger", | ||
"name": " | "name": "Xenoburger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "FoodMeatXeno": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBurgerXeno" | |||
"result": " | |||
}, | }, | ||
" | "ADTDrinkTeaPackOrange": { | ||
"id": " | "id": "ADTDrinkTeaPackOrange", | ||
"name": " | "name": "OrangeTeapack", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "ADTEmptyTeaPack": 1, | ||
" | "FoodOrange": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "ADTOrangeTeapack" | ||
}, | }, | ||
" | "RecipeWaffles": { | ||
"id": " | "id": "RecipeWaffles", | ||
"name": " | "name": "Waffle recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": {}, | ||
"reagents": { | "reagents": { | ||
" | "Flour": 5, | ||
"Milk": 5, | |||
"Egg": 6, | |||
"SodaWater": 5 | |||
}, | }, | ||
"result": " | "result": "FoodBakedWaffle" | ||
}, | }, | ||
" | "RecipeWaffleSoy": { | ||
"id": " | "id": "RecipeWaffleSoy", | ||
"name": " | "name": "Soy waffle recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": {}, | ||
"reagents": { | "reagents": { | ||
" | "Flour": 5, | ||
"MilkSoy": 5, | |||
"Egg": 6, | |||
"SodaWater": 5 | |||
}, | }, | ||
"result": " | "result": "FoodBakedWaffleSoy" | ||
}, | }, | ||
" | "RecipeBaklava": { | ||
"id": " | "id": "RecipeBaklava", | ||
"name": " | "name": "Baklava recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughPie": 1, | ||
"FoodSnackPistachios": 1, | |||
"FoodPlateTin": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPieBaklava" | ||
}, | }, | ||
" | "RecipeDumplings": { | ||
"id": " | "id": "RecipeDumplings", | ||
"name": " | "name": "Dumplings recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughSlice": 3 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 10, | ||
" | "UncookedAnimalProteins": 6 | ||
}, | }, | ||
"result": " | "result": "FoodBakedDumplings" | ||
}, | }, | ||
" | "RecipeFoodBakedChevreChaudCotton": { | ||
"id": " | "id": "RecipeFoodBakedChevreChaudCotton", | ||
"name": " | "name": "Cotton chevre chaud recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodChevreSlice": 1, | ||
"FoodBreadBaguetteCottonSlice": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBakedChevreChaudCotton" | |||
"result": " | |||
}, | }, | ||
" | "RecipeTacoShell": { | ||
"id": " | "id": "RecipeTacoShell", | ||
"name": " | "name": "Taco shell recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDoughTortillaFlat": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodTacoShell" | ||
}, | }, | ||
" | "RecipeClownBurger": { | ||
"id": " | "id": "RecipeClownBurger", | ||
"name": " | "name": "Clownburger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
" | "ClothingMaskClown": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
" | "result": "FoodBurgerClown" | ||
}, | |||
"RecipeDriedTeaLeaves": { | |||
"id": "RecipeDriedTeaLeaves", | |||
"name": "Dried tea leaves recipe", | |||
"type": "microwaveRecipes", | |||
"time": 10, | |||
"solids": { | |||
"LeavesTea": 1 | |||
}, | }, | ||
"result": " | "reagents": {}, | ||
"result": "LeavesTeaDried" | |||
}, | }, | ||
" | "RecipeMulledWineWarm": { | ||
"id": " | "id": "RecipeMulledWineWarm", | ||
"name": " | "name": "Warm mulled wine recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "DrinkGlass": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "ADTMulledWineCold": 30 | ||
}, | }, | ||
"result": " | "result": "ADTMulledWineGlass" | ||
}, | }, | ||
" | "RecipeNachosCheesy": { | ||
"id": " | "id": "RecipeNachosCheesy", | ||
"name": " | "name": "Cheesy nachos recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodCheeseSlice": 1, | ||
" | "FoodDoughTortillaFlat": 1, | ||
" | "FoodPlateSmall": 1 | ||
}, | |||
"reagents": { | |||
"TableSalt": 1 | |||
}, | }, | ||
"result": "FoodMealNachosCheesy" | |||
"result": " | |||
}, | }, | ||
" | "RecipeSoylentBurger": { | ||
"id": " | "id": "RecipeSoylentBurger", | ||
"name": " | "name": "Soylent burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
"FoodCheeseSlice": 2, | |||
"FoodSoybeans": 2 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerSoy" | ||
}, | }, | ||
" | "RecipeGhostBurger": { | ||
"id": " | "id": "RecipeGhostBurger", | ||
"name": " | "name": "Ghost burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
"Ectoplasm": 1 | |||
" | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBurgerGhost" | ||
}, | }, | ||
" | "ADTFoodCakePuddingRecipe": { | ||
"id": " | "id": "ADTFoodCakePuddingRecipe", | ||
"name": " | "name": "Puding recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodPlateSmall": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Water": 15, | ||
"Milk": 10, | |||
"Flour": 10, | |||
"Sugar": 15, | |||
"Egg": 6 | |||
}, | }, | ||
"result": " | "result": "ADTFoodCakePudding" | ||
}, | }, | ||
" | "RecipeCheeseCake": { | ||
"id": " | "id": "RecipeCheeseCake", | ||
"name": " | "name": "Cheese cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCakePlain": 1, | ||
" | "FoodCheeseSlice": 3 | ||
}, | |||
"reagents": { | |||
"Cream": 10 | |||
}, | }, | ||
"result": "FoodCakeCheese" | |||
"result": " | |||
}, | }, | ||
" | "RecipeMushroomPizza": { | ||
"id": " | "id": "RecipeMushroomPizza", | ||
"name": " | "name": "Mushroom pizza recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 30, | ||
"solids": { | "solids": { | ||
" | "FoodDoughFlat": 1, | ||
" | "FoodMushroom": 5 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPizzaMushroom" | ||
}, | }, | ||
" | "RecipeDriedCannabis": { | ||
"id": " | "id": "RecipeDriedCannabis", | ||
"name": " | "name": "Dried cannabis leaves recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "LeavesCannabis": 1 | ||
" | }, | ||
" | "reagents": {}, | ||
"result": "LeavesCannabisDried" | |||
}, | |||
"ADTFoodMeatHamRecipe": { | |||
"id": "ADTFoodMeatHamRecipe", | |||
"name": "Ham with mead recipe", | |||
"type": "microwaveRecipes", | |||
"time": 25, | |||
"solids": { | |||
"FoodMeat": 2, | |||
"FoodPlate": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Blackpepper": 5, | ||
"TableSalt": 5 | |||
}, | }, | ||
"result": " | "result": "ADTFoodMeatHam" | ||
}, | }, | ||
" | "RecipeMonkeysDelightSoup": { | ||
"id": " | "id": "RecipeMonkeysDelightSoup", | ||
"name": " | "name": "Monkeys delight recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodBanana": 1, | ||
"MonkeyCube": 1 | |||
}, | |||
"reagents": { | |||
"Flour": 5, | |||
"TableSalt": 1, | |||
"Blackpepper": 1 | |||
}, | }, | ||
"result": "FoodSoupMonkey" | |||
"result": " | |||
}, | }, | ||
" | "RecipeEnchiladas": { | ||
"id": " | "id": "RecipeEnchiladas", | ||
"name": " | "name": "Enchiladas recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 20, | ||
"solids": { | "solids": { | ||
" | "FoodChiliPepper": 2, | ||
" | "FoodMeatCutlet": 1, | ||
"FoodCorn": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodMealEnchiladas" | ||
}, | |||
"RecipeSuperBiteBurger": { | |||
"id": "RecipeSuperBiteBurger", | |||
"name": "Super bite burger recipe", | |||
"type": "microwaveRecipes", | |||
"time": 25, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"FoodMeat": 2, | |||
"FoodCheeseSlice": 2, | |||
"FoodTomato": 2 | |||
}, | |||
"reagents": { | |||
"TableSalt": 5, | |||
"Egg": 12 | |||
}, | |||
"result": "FoodBurgerSuper" | |||
}, | |||
"RecipeBigBiteBurger": { | |||
"id": "RecipeBigBiteBurger", | |||
"name": "Big bite burger recipe", | |||
"type": "microwaveRecipes", | |||
"time": 15, | |||
"solids": { | |||
"FoodBreadBun": 1, | |||
"FoodMeat": 2, | |||
"FoodCheeseSlice": 1, | |||
"FoodTomato": 1, | |||
"FoodOnionSlice": 2 | |||
}, | |||
"reagents": {}, | |||
"result": "FoodBurgerBig" | |||
}, | }, | ||
"RecipeBurgerMcrib": { | "RecipeBurgerMcrib": { | ||
Строка 2878: | Строка 2933: | ||
"result": "FoodBurgerMcrib" | "result": "FoodBurgerMcrib" | ||
}, | }, | ||
" | "RecipeChowMein": { | ||
"id": " | "id": "RecipeChowMein", | ||
"name": " | "name": "Chow mein recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodNoodlesBoiled": 1, | ||
" | "FoodEggplant": 1, | ||
" | "FoodCarrot": 1, | ||
"FoodCorn": 1 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Egg": 6 | ||
}, | }, | ||
"result": " | "result": "FoodNoodlesChowmein" | ||
}, | }, | ||
" | "RecipeTacoBeef": { | ||
"id": " | "id": "RecipeTacoBeef", | ||
"name": " | "name": "Beef taco recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodTacoShell": 1, | ||
" | "FoodMeatCutlet": 1, | ||
"FoodCheeseSlice": 1 | |||
" | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodTacoBeef" | ||
}, | }, | ||
" | "RecipeSugarCookie": { | ||
"id": " | "id": "RecipeSugarCookie", | ||
"name": " | "name": "Sugar cookie recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodButterSlice": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Flour": 5, | ||
"Sugar": 10 | |||
}, | }, | ||
"result": " | "result": "FoodBakedCookieSugar" | ||
}, | }, | ||
" | "RecipeMushroomSoup": { | ||
"id": " | "id": "RecipeMushroomSoup", | ||
"name": " | "name": "Mushroom soup recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
" | "FoodMushroom": 2 | ||
" | }, | ||
"reagents": { | |||
"Water": 5, | |||
"Milk": 5 | |||
}, | }, | ||
"result": "FoodSoupMushroom" | |||
"result": " | |||
}, | }, | ||
" | "RecipeSuppermatter": { | ||
"id": " | "id": "RecipeSuppermatter", | ||
"name": " | "name": "Suppermatter recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 30, | ||
"solids": { | "solids": { | ||
" | "FoodCakeBatter": 2 | ||
" | }, | ||
"reagents": { | |||
"Sugar": 30, | |||
"Nitrogen": 10, | |||
"Plasma": 10 | |||
}, | }, | ||
"result": "FoodCakeSuppermatter" | |||
"result": " | |||
}, | }, | ||
" | "RecipeBagel": { | ||
"id": " | "id": "RecipeBagel", | ||
"name": " | "name": "Bagel recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 5, | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDoughRope": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBagel" | |||
"result": " | |||
}, | }, | ||
" | "RecipeBrainCake": { | ||
"id": " | "id": "RecipeBrainCake", | ||
"name": " | "name": "Brain cake recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 15, | "time": 15, | ||
"solids": { | "solids": { | ||
"FoodCakePlain": 1, | "FoodCakePlain": 1, | ||
" | "OrganHumanBrain": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodCakeBrain" | ||
}, | }, | ||
" | "RecipeMimeTart": { | ||
"id": " | "id": "RecipeMimeTart", | ||
"name": " | "name": "Mime tart recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughPie": 1, | ||
" | "FoodMimana": 3, | ||
" | "FoodPlateTin": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "Sugar": 5, | ||
"Milk": 5 | |||
}, | }, | ||
"result": " | "result": "FoodTartMime" | ||
}, | }, | ||
" | "ADTFoodSoupUzbekPilafRecipe": { | ||
"id": " | "id": "ADTFoodSoupUzbekPilafRecipe", | ||
"name": " | "name": "Uzbek pilaf", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodRiceBoiled": 1, | ||
" | "FoodGarlic": 1, | ||
" | "FoodMeat": 1, | ||
"FoodCarrot": 1, | |||
"FoodOnionSlice": 2 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "ADTFoodSoupUzbekPilaf" | ||
}, | }, | ||
" | "RecipeNachos": { | ||
"id": " | "id": "RecipeNachos", | ||
"name": " | "name": "Nachos recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 10, | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodDoughTortillaFlat": 1, | ||
" | "FoodPlateSmall": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "TableSalt": 1 | ||
}, | }, | ||
"result": " | "result": "FoodMealNachos" | ||
}, | }, | ||
" | "RecipeHumanBurger": { | ||
"id": " | "id": "RecipeHumanBurger", | ||
"name": " | "name": "Human burger recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBreadBun": 1, | ||
"FoodMeatHuman": 1 | |||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
"result": "FoodBurgerHuman" | |||
"result": " | |||
}, | }, | ||
" | "RecipeWarmDonkpocketSpicy": { | ||
"id": " | "id": "RecipeWarmDonkpocketSpicy", | ||
"name": " | "name": "Warm spicy donk-pocket recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDonkpocketSpicy": 1 | ||
}, | }, | ||
"reagents": { | "reagents": {}, | ||
" | "result": "FoodDonkpocketSpicyWarm" | ||
}, | |||
"RecipeCroissant": { | |||
"id": "RecipeCroissant", | |||
"name": "Croissant recipe", | |||
"type": "microwaveRecipes", | |||
"time": 5, | |||
"solids": { | |||
"FoodCroissantRaw": 1, | |||
"FoodButterSlice": 1 | |||
}, | }, | ||
"result": " | "reagents": {}, | ||
"result": "FoodBakedCroissant" | |||
}, | }, | ||
" | "RecipeThrowingCroissant": { | ||
"id": " | "id": "RecipeThrowingCroissant", | ||
"name": " | "name": "Throwing croissant recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodCroissantRaw": 1, | ||
" | "FoodButterSlice": 1, | ||
"ShardGlass": 1 | |||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "WeaponCroissant" | ||
}, | }, | ||
" | "RecipeBaguetteCotton": { | ||
"id": " | "id": "RecipeBaguetteCotton", | ||
"name": " | "name": "Baguette recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughCotton": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "TableSalt": 5, | ||
"Blackpepper": 5 | |||
}, | }, | ||
"result": " | "result": "FoodBreadBaguetteCotton" | ||
}, | }, | ||
" | "ADTRecipeBakedChicken": { | ||
"id": " | "id": "ADTRecipeBakedChicken", | ||
"name": " | "name": "Baked chicken", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 25, | "time": 25, | ||
"solids": { | "solids": { | ||
" | "ADTChickenBody": 1 | ||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "BbqSauce": 5 | ||
}, | }, | ||
"result": " | "result": "ADTFoodMeatChickenBaked" | ||
}, | }, | ||
" | "ADTRecipeBakedStuffedChicken": { | ||
"id": " | "id": "ADTRecipeBakedStuffedChicken", | ||
"name": " | "name": "Baked stuffed chicken", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 30, | ||
"solids": { | "solids": { | ||
" | "ADTChickenBody": 1, | ||
"FoodPlate": 1, | |||
"FoodCabbage": 1, | |||
"FoodTomato": 1, | |||
"FoodPotato": 1, | |||
"FoodCorn": 1, | |||
"FoodMeatCutlet": 2 | |||
}, | }, | ||
"reagents": { | "reagents": { | ||
" | "BbqSauce": 5 | ||
}, | }, | ||
"result": " | "result": "ADTFoodMeatChickenBakedWithVegetables" | ||
}, | }, | ||
" | "RecipeBisque": { | ||
"id": " | "id": "RecipeBisque", | ||
"name": " | "name": "Bisque recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 10, | ||
"solids": { | "solids": { | ||
" | "FoodBowlBig": 1, | ||
}, | "FoodTomato": 1, | ||
"reagents": {}, | "FoodMushroom": 1, | ||
"result": " | "FoodMeatFish": 1 | ||
}, | |||
"reagents": { | |||
"Water": 10 | |||
}, | |||
"result": "FoodSoupBisque" | |||
}, | }, | ||
" | "RecipeGappleTart": { | ||
"id": " | "id": "RecipeGappleTart", | ||
"name": " | "name": "Golden apple streusel tart recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodDoughPie": 1, | ||
"FoodApple": 2, | |||
"FoodPlateTin": 1 | |||
}, | |||
"reagents": { | |||
"Gold": 10, | |||
"Sugar": 5, | |||
"Milk": 5 | |||
}, | }, | ||
"result": "FoodTartGapple" | |||
"result": " | |||
}, | }, | ||
" | "RecipeRicePork": { | ||
"id": " | "id": "RecipeRicePork", | ||
"name": " | "name": "Rice and pork recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 15, | ||
"solids": { | "solids": { | ||
" | "FoodRiceBoiled": 1, | ||
" | "FoodMeatCutlet": 3 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodRicePork" | ||
}, | }, | ||
" | "RecipeBun": { | ||
"id": " | "id": "RecipeBun", | ||
"name": " | "name": "Bun recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": | "time": 5, | ||
"solids": { | "solids": { | ||
" | "FoodDoughSlice": 1 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodBreadBun" | ||
}, | }, | ||
" | "RecipeCottonPizza": { | ||
"id": " | "id": "RecipeCottonPizza", | ||
"name": " | "name": "Cotton pizza recipe", | ||
"type": "microwaveRecipes", | "type": "microwaveRecipes", | ||
"time": 30, | "time": 30, | ||
"solids": { | "solids": { | ||
" | "FoodDoughCottonFlat": 1, | ||
" | "CottonBol": 4 | ||
}, | }, | ||
"reagents": {}, | "reagents": {}, | ||
"result": " | "result": "FoodPizzaCotton" | ||
} | } | ||
}, | }, | ||
"sliceableRecipes": { | "sliceableRecipes": { | ||
" | "FoodDoughCottonFlat": { | ||
"id": " | "id": "FoodDoughCottonFlat", | ||
"name": " | "name": "Плоское хлопковое тесто", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodDoughCottonFlat", | ||
"result": " | "result": "FoodCroissantRawCotton", | ||
"count": | "count": 3 | ||
}, | |||
"FoodMeatHuman": { | |||
"id": "FoodMeatHuman", | |||
"name": "Сырое мясо человека", | |||
"type": "sliceableRecipes", | |||
"input": "FoodMeatHuman", | |||
"result": "FoodMeatCutlet", | |||
"count": 3 | |||
}, | }, | ||
" | "FoodPizzaDonkpocket": { | ||
"id": " | "id": "FoodPizzaDonkpocket", | ||
"name": " | "name": "Пицца донк-покет", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPizzaDonkpocket", | ||
"result": " | "result": "FoodPizzaDonkpocketSlice", | ||
"count": | "count": 8 | ||
}, | }, | ||
" | "FoodPineapple": { | ||
"id": " | "id": "FoodPineapple", | ||
"name": " | "name": "Ананас", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPineapple", | ||
"result": " | "result": "FoodPineappleSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "ADTFoodMeatChickenWing": { | ||
"id": " | "id": "ADTFoodMeatChickenWing", | ||
"name": "Сырое | "name": "Сырое куриное крылышко", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenWing", | ||
"result": " | "result": "FoodMeatChickenCutlet", | ||
"count": | "count": 1 | ||
}, | }, | ||
" | "ADTFoodFishCooked": { | ||
"id": " | "id": "ADTFoodFishCooked", | ||
"name": " | "name": "Рыбный стейк", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADTFoodFishCooked", | ||
"result": " | "result": "ADTFoodFishCutletCooked", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodCannabisButter": { | ||
"id": " | "id": "FoodCannabisButter", | ||
"name": " | "name": "Брусок конопляного масла", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCannabisButter", | ||
"result": " | "result": "FoodButterSlice", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodCakeBirthday": { | ||
"id": " | "id": "FoodCakeBirthday", | ||
"name": " | "name": "Именинный торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeBirthday", | ||
"result": " | "result": "FoodCakeBirthdaySlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodMeatRat": { | ||
"id": " | "id": "FoodMeatRat", | ||
"name": " | "name": "Сырое мясо крысы", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatRat", | ||
"result": " | "result": "FoodMeatCutlet", | ||
"count": | "count": 3 | ||
}, | }, | ||
" | "FoodOnion": { | ||
"id": " | "id": "FoodOnion", | ||
"name": " | "name": "Лук", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodOnion", | ||
"result": " | "result": "FoodOnionSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "ADTFoodMeatShadekinCooked": { | ||
"id": " | "id": "ADTFoodMeatShadekinCooked", | ||
"name": " | "name": "Стейк из сумеречника", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADTFoodMeatShadekinCooked", | ||
"result": " | "result": "ADTFoodMeatShadekinCutletCooked", | ||
"count": | "count": 3 | ||
}, | }, | ||
" | "FoodChevre": { | ||
"id": " | "id": "FoodChevre", | ||
"name": " | "name": "Брусок козьего сыра", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodChevre", | ||
"result": " | "result": "FoodChevreSlice", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodCakePlain": { | ||
"id": " | "id": "FoodCakePlain", | ||
"name": " | "name": "Торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakePlain", | ||
"result": " | "result": "FoodCakePlainSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
"FoodCheese": { | "FoodPizzaCotton": { | ||
"id": "FoodCheese", | "id": "FoodPizzaCotton", | ||
"name": "Головка сыра", | "name": "Хлопковая пицца", | ||
"type": "sliceableRecipes", | |||
"input": "FoodPizzaCotton", | |||
"result": "FoodPizzaCottonSlice", | |||
"count": 8 | |||
}, | |||
"FoodCakeSpaceman": { | |||
"id": "FoodCakeSpaceman", | |||
"name": "Космонавтский торт", | |||
"type": "sliceableRecipes", | |||
"input": "FoodCakeSpaceman", | |||
"result": "FoodCakeSpacemanSlice", | |||
"count": 5 | |||
}, | |||
"FoodCheese": { | |||
"id": "FoodCheese", | |||
"name": "Головка сыра", | |||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": "FoodCheese", | "input": "FoodCheese", | ||
Строка 3323: | Строка 3366: | ||
"count": 4 | "count": 4 | ||
}, | }, | ||
" | "FoodMeatPenguin": { | ||
"id": " | "id": "FoodMeatPenguin", | ||
"name": " | "name": "Сырое мясо пингвина", | ||
"type": "sliceableRecipes", | |||
"input": "FoodMeatPenguin", | |||
"result": "FoodMeatPenguinCutlet", | |||
"count": 3 | |||
}, | |||
"FoodBreadCorn": { | |||
"id": "FoodBreadCorn", | |||
"name": "Кукурузный хлеб", | |||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadCorn", | ||
"result": " | "result": "FoodBreadCornSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodMeatBear": { | ||
"id": " | "id": "FoodMeatBear", | ||
"name": " | "name": "Сырое мясо медведя", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatBear", | ||
"result": " | "result": "FoodMeatBearCutlet", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
"FoodPizzaMeat": { | "FoodBreadPlain": { | ||
"id": "FoodPizzaMeat", | "id": "FoodBreadPlain", | ||
"name": "Хлеб", | |||
"type": "sliceableRecipes", | |||
"input": "FoodBreadPlain", | |||
"result": "FoodBreadPlainSlice", | |||
"count": 5 | |||
}, | |||
"FoodPizzaMeat": { | |||
"id": "FoodPizzaMeat", | |||
"name": "Мясная пицца", | "name": "Мясная пицца", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
Строка 3347: | Строка 3406: | ||
"count": 8 | "count": 8 | ||
}, | }, | ||
" | "FoodPieCherry": { | ||
"id": " | "id": "FoodPieCherry", | ||
"name": " | "name": "Вишнёвый пирог", | ||
"type": "sliceableRecipes", | |||
"input": "FoodPieCherry", | |||
"result": "FoodPieCherrySlice", | |||
"count": 4 | |||
}, | |||
"FoodMeatAnomalyCooked": { | |||
"id": "FoodMeatAnomalyCooked", | |||
"name": "Аномальный стейк", | |||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatAnomalyCooked", | ||
"result": " | "result": "FoodMeatCooked", | ||
"count": | "count": 10 | ||
}, | }, | ||
" | "FoodCakeBrain": { | ||
"id": " | "id": "FoodCakeBrain", | ||
"name": " | "name": "Торт с мозгами", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeBrain", | ||
"result": " | "result": "FoodCakeBrainSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodPizzaSassysage": { | ||
"id": " | "id": "FoodPizzaSassysage", | ||
"name": " | "name": "Дерзкалбасная пицца", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPizzaSassysage", | ||
"result": " | "result": "FoodPizzaSassysageSlice", | ||
"count": 8 | "count": 8 | ||
}, | }, | ||
" | "FoodBreadCreamcheese": { | ||
"id": " | "id": "FoodBreadCreamcheese", | ||
"name": " | "name": "Хлеб со сливочным сыром", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadCreamcheese", | ||
"result": " | "result": "FoodBreadCreamcheeseSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodMeatSalami": { | ||
"id": " | "id": "FoodMeatSalami", | ||
"name": " | "name": "Салями", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatSalami", | ||
"result": " | "result": "FoodMeatSalamiSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodCakeBlueberry": { | ||
"id": " | "id": "FoodCakeBlueberry", | ||
"name": " | "name": "Черничный торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeBlueberry", | ||
"result": " | "result": "FoodCakeBlueberrySlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodBreadMeatSpider": { | ||
"id": " | "id": "FoodBreadMeatSpider", | ||
"name": " | "name": "Хлеб из паучьего мяса", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadMeatSpider", | ||
"result": " | "result": "FoodBreadMeatSpiderSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
"FoodMeatXeno": { | "FoodBreadMeatXeno": { | ||
"id": "FoodMeatXeno", | "id": "FoodBreadMeatXeno", | ||
"name": "Хлеб из ксено-мяса", | |||
"type": "sliceableRecipes", | |||
"input": "FoodBreadMeatXeno", | |||
"result": "FoodBreadMeatXenoSlice", | |||
"count": 5 | |||
}, | |||
"FoodMeatXeno": { | |||
"id": "FoodMeatXeno", | |||
"name": "Сырое ксено мясо", | "name": "Сырое ксено мясо", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
Строка 3411: | Строка 3486: | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodBreadBaguetteCotton": { | ||
"id": " | "id": "FoodBreadBaguetteCotton", | ||
"name": " | "name": "Хлопковый багет", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadBaguetteCotton", | ||
"result": " | "result": "FoodBreadBaguetteCottonSlice", | ||
"count": | "count": 12 | ||
}, | }, | ||
" | "FoodOnionRed": { | ||
"id": " | "id": "FoodOnionRed", | ||
"name": " | "name": "Красный лук", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodOnionRed", | ||
"result": " | "result": "FoodOnionRedSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodBreadBanana": { | ||
"id": " | "id": "FoodBreadBanana", | ||
"name": " | "name": "Бананово-ореховый хлеб", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadBanana", | ||
"result": " | "result": "FoodBreadBananaSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodPieXeno": { | ||
"id": " | "id": "FoodPieXeno", | ||
"name": " | "name": "Ксено-пирог", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPieXeno", | ||
"result": " | "result": "FoodPieXenoSlice", | ||
"count": | "count": 4 | ||
}, | }, | ||
"FoodMeatLizardCooked": { | "FoodMeatLizardCooked": { | ||
Строка 3467: | Строка 3526: | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodTofu": { | ||
"id": " | "id": "FoodTofu", | ||
"name": " | "name": "Тофу", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodTofu", | ||
"result": " | "result": "FoodTofuSlice", | ||
"count": | "count": 3 | ||
}, | }, | ||
" | "FoodCakeVanilla": { | ||
"id": " | "id": "FoodCakeVanilla", | ||
"name": " | "name": "Ванильный торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeVanilla", | ||
"result": " | "result": "FoodCakeVanillaSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodDoughCotton": { | ||
"id": " | "id": "FoodDoughCotton", | ||
"name": " | "name": "Хлопковое тесто", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodDoughCotton", | ||
"result": " | "result": "FoodDoughCottonSlice", | ||
"count": | "count": 3 | ||
}, | }, | ||
" | "FoodBreadSausage": { | ||
"id": " | "id": "FoodBreadSausage", | ||
"name": " | "name": "Сосисочный хлеб", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadSausage", | ||
"result": " | "result": "FoodBreadSausageSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "ADTFoodCakeChocolateHeart": { | ||
"id": " | "id": "ADTFoodCakeChocolateHeart", | ||
"name": " | "name": "Торт в виде сердечка", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADTFoodCakeChocolateHeart", | ||
"result": " | "result": "ADTFoodCakeChocolateHeartSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodCakeLemoon": { | ||
"id": " | "id": "FoodCakeLemoon", | ||
"name": " | "name": "Лилунный торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeLemoon", | ||
"result": " | "result": "FoodCakeLemoonSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodPieFrosty": { | ||
"id": " | "id": "FoodPieFrosty", | ||
"name": " | "name": "Морозный пирог", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPieFrosty", | ||
"result": " | "result": "FoodPieFrostySlice", | ||
"count": | "count": 4 | ||
}, | }, | ||
" | "ADRFoodPizzaSindi": { | ||
"id": " | "id": "ADRFoodPizzaSindi", | ||
"name": " | "name": "Пицца синдиката", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADRFoodPizzaSindi", | ||
"result": " | "result": "ADTFoodPizzaSindiSlice", | ||
"count": | "count": 8 | ||
}, | }, | ||
" | "FoodDoughTortilla": { | ||
"id": " | "id": "FoodDoughTortilla", | ||
"name": " | "name": "Тесто тортильи", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodDoughTortilla", | ||
"result": " | "result": "FoodDoughTortillaSlice", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodBakedBrownieBatch": { | ||
"id": " | "id": "FoodBakedBrownieBatch", | ||
"name": " | "name": "Брауни", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBakedBrownieBatch", | ||
"result": " | "result": "FoodBakedBrownie", | ||
"count": | "count": 6 | ||
}, | }, | ||
" | "FoodCakeClown": { | ||
"id": " | "id": "FoodCakeClown", | ||
"name": " | "name": "Клоунский торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeClown", | ||
"result": " | "result": "FoodCakeClownSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodDough": { | ||
"id": " | "id": "FoodDough", | ||
"name": " | "name": "Тесто", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodDough", | ||
"result": " | "result": "FoodDoughSlice", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodBakedCannabisBrownieBatch": { | ||
"id": " | "id": "FoodBakedCannabisBrownieBatch", | ||
"name": " | "name": "Особые брауни", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBakedCannabisBrownieBatch", | ||
"result": " | "result": "FoodBakedCannabisBrownie", | ||
"count": | "count": 6 | ||
}, | }, | ||
" | "WeaponBaguette": { | ||
"id": " | "id": "WeaponBaguette", | ||
"name": " | "name": "Багет", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "WeaponBaguette", | ||
"result": " | "result": "FoodBreadBaguetteSlice", | ||
"count": 12 | "count": 12 | ||
}, | }, | ||
" | "FoodBreadTofu": { | ||
"id": " | "id": "FoodBreadTofu", | ||
"name": " | "name": "Хлеб из тофу", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadTofu", | ||
"result": " | "result": "FoodBreadTofuSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "ADTFoodMeatShadekin": { | ||
"id": " | "id": "ADTFoodMeatShadekin", | ||
"name": " | "name": "Сырое мясо сумеречника", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADTFoodMeatShadekin", | ||
"result": " | "result": "ADTFoodMeatShadekinCutlet", | ||
"count": | "count": 3 | ||
}, | }, | ||
" | "FoodPieBaklava": { | ||
"id": " | "id": "FoodPieBaklava", | ||
"name": " | "name": "Пахлава", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPieBaklava", | ||
"result": " | "result": "FoodPieBaklavaSlice", | ||
"count": 4 | "count": 4 | ||
}, | }, | ||
" | "FoodHolymelon": { | ||
"id": " | "id": "FoodHolymelon", | ||
"name": " | "name": "Святой арбуз", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodHolymelon", | ||
"result": " | "result": "FoodHolymelonSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodMeatCooked": { | ||
"id": " | "id": "FoodMeatCooked", | ||
"name": " | "name": "Стейк", | ||
"type": "sliceableRecipes", | |||
"input": "FoodMeatCooked", | |||
"result": "FoodMeatCutletCooked", | |||
"count": 3 | |||
}, | |||
"FoodMeatBearCooked": { | |||
"id": "FoodMeatBearCooked", | |||
"name": "Жареное мясо медведя", | |||
"type": "sliceableRecipes", | |||
"input": "FoodMeatBearCooked", | |||
"result": "FoodMeatBearCutletCooked", | |||
"count": 3 | |||
}, | |||
"FoodCakeApple": { | |||
"id": "FoodCakeApple", | |||
"name": "Яблочный торт", | |||
"type": "sliceableRecipes", | |||
"input": "FoodCakeApple", | |||
"result": "FoodCakeAppleSlice", | |||
"count": 5 | |||
}, | |||
"FoodWatermelon": { | |||
"id": "FoodWatermelon", | |||
"name": "Арбуз", | |||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodWatermelon", | ||
"result": " | "result": "FoodWatermelonSlice", | ||
"count": 5 | "count": 5 | ||
}, | |||
"FoodPiePumpkin": { | |||
"id": "FoodPiePumpkin", | |||
"name": "Тыквенный пирог", | |||
"type": "sliceableRecipes", | |||
"input": "FoodPiePumpkin", | |||
"result": "FoodPiePumpkinSlice", | |||
"count": 4 | |||
}, | |||
"ADTFoodMeatChickenBakedWithVegetables": { | |||
"id": "ADTFoodMeatChickenBakedWithVegetables", | |||
"name": "Запеченная фаршированная курица с овощами", | |||
"type": "sliceableRecipes", | |||
"input": "ADTFoodMeatChickenBakedWithVegetables", | |||
"result": "ADTFoodMeatChickenBakedStuffedSlice", | |||
"count": 12 | |||
}, | }, | ||
"FoodMeatChickenCooked": { | "FoodMeatChickenCooked": { | ||
Строка 3651: | Строка 3726: | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodCakeLemon": { | ||
"id": " | "id": "FoodCakeLemon", | ||
"name": " | "name": "Лимонный торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeLemon", | ||
"result": " | "result": "FoodCakeLemonSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "ADTFoodMeatChickenLeg": { | ||
"id": " | "id": "ADTFoodMeatChickenLeg", | ||
"name": " | "name": "Сырая куриная ножка", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenLeg", | ||
"result": " | "result": "FoodMeatChickenCutlet", | ||
"count": | "count": 1 | ||
}, | }, | ||
" | "FoodPizzaPineapple": { | ||
"id": " | "id": "FoodPizzaPineapple", | ||
"name": " | "name": "Гавайская пицца", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPizzaPineapple", | ||
"result": " | "result": "FoodPizzaPineappleSlice", | ||
"count": 8 | "count": 8 | ||
}, | }, | ||
" | "FoodPizzaDank": { | ||
"id": " | "id": "FoodPizzaDank", | ||
"name": " | "name": "Расслабляющая пицца", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPizzaDank", | ||
"result": " | "result": "FoodPizzaDankSlice", | ||
"count": 8 | "count": 8 | ||
}, | }, | ||
" | "FoodPizzaMargherita": { | ||
"id": " | "id": "FoodPizzaMargherita", | ||
"name": "Пицца | "name": "Пицца маргарита", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPizzaMargherita", | ||
"result": " | "result": "FoodPizzaMargheritaSlice", | ||
"count": 8 | "count": 8 | ||
}, | }, | ||
" | "FoodPieClafoutis": { | ||
"id": " | "id": "FoodPieClafoutis", | ||
"name": " | "name": "Ягодный клафути", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPieClafoutis", | ||
"result": " | "result": "FoodPieClafoutisSlice", | ||
"count": | "count": 4 | ||
}, | }, | ||
" | "FoodCakeSlime": { | ||
"id": " | "id": "FoodCakeSlime", | ||
"name": " | "name": "Слаймовый торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeSlime", | ||
"result": " | "result": "FoodCakeSlimeSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodBreadVolcanic": { | ||
"id": " | "id": "FoodBreadVolcanic", | ||
"name": " | "name": "Вулканический хлеб", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadVolcanic", | ||
"result": " | "result": "FoodBreadVolcanicSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodMeatTomato": { | ||
"id": " | "id": "FoodMeatTomato", | ||
"name": " | "name": "Мясо помидора-убийцы", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatTomato", | ||
"result": " | "result": "FoodMeatTomatoCutlet", | ||
"count": | "count": 3 | ||
}, | }, | ||
" | "FoodMeatClown": { | ||
"id": " | "id": "FoodMeatClown", | ||
"name": " | "name": "Мясо клоуна", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatClown", | ||
"result": " | "result": "FoodMeatSalamiSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodMeat": { | ||
"id": " | "id": "FoodMeat", | ||
"name": " | "name": "Сырое мясо", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeat", | ||
"result": " | "result": "FoodMeatCutlet", | ||
"count": | "count": 3 | ||
}, | }, | ||
" | "FoodCakeCarrot": { | ||
"id": " | "id": "FoodCakeCarrot", | ||
"name": " | "name": "Морковный торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeCarrot", | ||
"result": " | "result": "FoodCakeCarrotSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodDoughFlat": { | ||
"id": " | "id": "FoodDoughFlat", | ||
"name": " | "name": "Плоское тесто", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodDoughFlat", | ||
"result": " | "result": "FoodCroissantRaw", | ||
"count": | "count": 3 | ||
}, | }, | ||
" | "FoodBreadBaguette": { | ||
"id": " | "id": "FoodBreadBaguette", | ||
"name": "Багет", | "name": "Багет", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadBaguette", | ||
"result": "FoodBreadBaguetteSlice", | "result": "FoodBreadBaguetteSlice", | ||
"count": 12 | "count": 12 | ||
}, | }, | ||
" | "FoodPizzaVegetable": { | ||
"id": " | "id": "FoodPizzaVegetable", | ||
"name": " | "name": "Овощная пицца", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPizzaVegetable", | ||
"result": " | "result": "FoodPizzaVegetableSlice", | ||
"count": | "count": 8 | ||
}, | }, | ||
" | "ADTFoodMeatHam": { | ||
"id": " | "id": "ADTFoodMeatHam", | ||
"name": " | "name": "Жареная ветчина с мёдом", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADTFoodMeatHam", | ||
"result": " | "result": "ADTFoodMeatHamPiece", | ||
"count": | "count": 6 | ||
}, | }, | ||
" | "FoodPizzaMushroom": { | ||
"id": " | "id": "FoodPizzaMushroom", | ||
"name": " | "name": "Грибная пицца", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPizzaMushroom", | ||
"result": " | "result": "FoodPizzaMushroomSlice", | ||
"count": | "count": 8 | ||
}, | }, | ||
" | "FoodCakeSuppermatter": { | ||
"id": " | "id": "FoodCakeSuppermatter", | ||
"name": " | "name": "Суперматерия", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeSuppermatter", | ||
"result": " | "result": "FoodCakeSuppermatterSlice", | ||
"count": | "count": 8 | ||
}, | }, | ||
"FoodPieBananaCream": { | "FoodPieBananaCream": { | ||
Строка 3819: | Строка 3878: | ||
"count": 4 | "count": 4 | ||
}, | }, | ||
" | "FoodMeatAnomaly": { | ||
"id": " | "id": "FoodMeatAnomaly", | ||
"name": " | "name": "Масса аномального мяса", | ||
"type": "sliceableRecipes", | |||
"input": "FoodMeatAnomaly", | |||
"result": "FoodMeat", | |||
"count": 10 | |||
}, | |||
"FoodCakeLime": { | |||
"id": "FoodCakeLime", | |||
"name": "Лаймовый торт", | |||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeLime", | ||
"result": " | "result": "FoodCakeLimeSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodMeatChicken": { | ||
"id": " | "id": "FoodMeatChicken", | ||
"name": "Сырое мясо | "name": "Сырое мясо курицы", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatChicken", | ||
"result": " | "result": "FoodMeatChickenCutlet", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodDoughCornmeal": { | ||
"id": " | "id": "FoodDoughCornmeal", | ||
"name": " | "name": "Кукурузное тесто", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodDoughCornmeal", | ||
"result": " | "result": "FoodDoughCornmealSlice", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodMeatDuck": { | ||
"id": " | "id": "FoodMeatDuck", | ||
"name": " | "name": "Сырое мясо утки", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatDuck", | ||
"result": " | "result": "FoodMeatDuckCutlet", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodCakeCheese": { | ||
"id": " | "id": "FoodCakeCheese", | ||
"name": " | "name": "Сырный торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeCheese", | ||
"result": " | "result": "FoodCakeCheeseSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodPizzaUranium": { | ||
"id": " | "id": "FoodPizzaUranium", | ||
"name": " | "name": "Острокаменная пицца", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPizzaUranium", | ||
"result": " | "result": "FoodPizzaUraniumSlice", | ||
"count": | "count": 8 | ||
}, | }, | ||
" | "ADTFoodPiePumpkin": { | ||
"id": " | "id": "ADTFoodPiePumpkin", | ||
"name": " | "name": "Тыквенный пирог", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADTFoodPiePumpkin", | ||
"result": " | "result": "ADTFoodPiePumpkinSlice", | ||
"count": 4 | "count": 4 | ||
}, | }, | ||
" | "FoodPieApple": { | ||
"id": " | "id": "FoodPieApple", | ||
"name": " | "name": "Яблочный пирог", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodPieApple", | ||
"result": " | "result": "FoodPieAppleSlice", | ||
"count": | "count": 4 | ||
}, | }, | ||
" | "MobBreadDog": { | ||
"id": " | "id": "MobBreadDog", | ||
"name": " | "name": "Хлебака", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "MobBreadDog", | ||
"result": " | "result": "FoodBreadSausageSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodTartMime": { | ||
"id": " | "id": "FoodTartMime", | ||
"name": " | "name": "Мимский тарт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodTartMime", | ||
"result": " | "result": "FoodTartMimeSlice", | ||
"count": 4 | "count": 4 | ||
}, | }, | ||
" | "FoodMeatPenguinCooked": { | ||
"id": " | "id": "FoodMeatPenguinCooked", | ||
"name": " | "name": "Филе пингвина", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatPenguinCooked", | ||
"result": " | "result": "FoodMeatPenguinCutletCooked", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodCakePumpkin": { | ||
"id": " | "id": "FoodCakePumpkin", | ||
"name": " | "name": "Пряный тыквенный торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakePumpkin", | ||
"result": " | "result": "FoodCakePumpkinSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodBreadMimana": { | ||
"id": " | "id": "FoodBreadMimana", | ||
"name": " | "name": "Хлеб мимана", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadMimana", | ||
"result": " | "result": "FoodBreadMimanaSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
"FoodCakeOrange": { | "FoodCakeOrange": { | ||
Строка 3955: | Строка 3998: | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodMeatLizard": { | ||
"id": " | "id": "FoodMeatLizard", | ||
"name": " | "name": "Сырое мясо ящерицы", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatLizard", | ||
"result": " | "result": "FoodMeatLizardCutlet", | ||
"count": | "count": 3 | ||
}, | }, | ||
" | "ADTFoodMeatChickenBaked": { | ||
"id": " | "id": "ADTFoodMeatChickenBaked", | ||
"name": " | "name": "Запеченная курица", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenBaked", | ||
"result": " | "result": "ADTFoodMeatChickenBakedSlice", | ||
"count": | "count": 12 | ||
}, | }, | ||
" | "FoodCakeChristmas": { | ||
"id": " | "id": "FoodCakeChristmas", | ||
"name": " | "name": "Рождественский торт", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodCakeChristmas", | ||
"result": " | "result": "FoodCakeChristmasSlice", | ||
"count": 5 | "count": 5 | ||
}, | }, | ||
" | "FoodBreadCotton": { | ||
"id": " | "id": "FoodBreadCotton", | ||
"name": " | "name": "Хлопковый хлеб", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodBreadCotton", | ||
"result": " | "result": "FoodBreadCottonSlice", | ||
"count": | "count": 5 | ||
}, | }, | ||
" | "FoodMeatDuckCooked": { | ||
"id": " | "id": "FoodMeatDuckCooked", | ||
"name": " | "name": "Приготовленная мясо утки", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodMeatDuckCooked", | ||
"result": " | "result": "FoodMeatDuckCutletCooked", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodPieMeat": { | ||
"id": " | "id": "FoodPieMeat", | ||
"name": " | "name": "Мясной пирог", | ||
"type": "sliceableRecipes", | |||
"input": "FoodPieMeat", | |||
"result": "FoodPieMeatSlice", | |||
"count": 4 | |||
}, | |||
"FoodPizzaArnold": { | |||
"id": "FoodPizzaArnold", | |||
"name": "Пицца Арнольда", | |||
"type": "sliceableRecipes", | |||
"input": "FoodPizzaArnold", | |||
"result": "FoodPizzaArnoldSlice", | |||
"count": 8 | |||
}, | |||
"FoodBreadMeat": { | |||
"id": "FoodBreadMeat", | |||
"name": "Мясной хлеб", | |||
"type": "sliceableRecipes", | |||
"input": "FoodBreadMeat", | |||
"result": "FoodBreadMeatSlice", | |||
"count": 5 | |||
}, | |||
"FoodCakeChocolate": { | |||
"id": "FoodCakeChocolate", | |||
"name": "Шоколадный торт", | |||
"type": "sliceableRecipes", | |||
"input": "FoodCakeChocolate", | |||
"result": "FoodCakeChocolateSlice", | |||
"count": 5 | |||
}, | |||
"ADTFoodMeatFish": { | |||
"id": "ADTFoodMeatFish", | |||
"name": "Сырой кусок рыбы", | |||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "ADTFoodMeatFish", | ||
"result": " | "result": "ADTFoodFishCutlet", | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
Строка 4011: | Строка 4086: | ||
"count": 3 | "count": 3 | ||
}, | }, | ||
" | "FoodButter": { | ||
"id": " | "id": "FoodButter", | ||
"name": " | "name": "Брусок сливочного масла", | ||
"type": "sliceableRecipes", | "type": "sliceableRecipes", | ||
"input": " | "input": "FoodButter", | ||
"result": " | "result": "FoodButterSlice", | ||
"count": | "count": 3 | ||
} | |||
}, | |||
"grindableRecipes": { | |||
"FoodMeatHuman": { | |||
"id": "FoodMeatHuman", | |||
"name": "Сырое мясо человека", | |||
"type": "grindableRecipes", | |||
"input": "FoodMeatHuman", | |||
"result": { | |||
"UncookedAnimalProteins": 9 | |||
} | |||
}, | }, | ||
" | "FoodWatermelonSlice": { | ||
"id": " | "id": "FoodWatermelonSlice", | ||
"name": " | "name": "Ломтик арбуза", | ||
"type": " | "type": "grindableRecipes", | ||
"input": " | "input": "FoodWatermelonSlice", | ||
"result": " | "result": { | ||
"Nutriment": 2, | |||
"Vitamin": 1, | |||
"Water": 2 | |||
} | |||
}, | }, | ||
" | "FoodPumpkin": { | ||
"id": " | "id": "FoodPumpkin", | ||
"name": " | "name": "Тыква", | ||
"type": " | "type": "grindableRecipes", | ||
"input": " | "input": "FoodPumpkin", | ||
"result": " | "result": { | ||
"PumpkinFlesh": 20, | |||
"Vitamin": 5 | |||
} | |||
}, | }, | ||
" | "FoodMeatPenguinCutlet": { | ||
"id": " | "id": "FoodMeatPenguinCutlet", | ||
"name": " | "name": "Сырая котлета из пингвина", | ||
"type": " | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatPenguinCutlet", | ||
"result": " | "result": { | ||
"UncookedAnimalProteins": 3, | |||
"Fat": 2 | |||
} | |||
}, | }, | ||
"FoodPineapple": { | "FoodPineapple": { | ||
"id": "FoodPineapple", | "id": "FoodPineapple", | ||
"name": "Ананас", | "name": "Ананас", | ||
"type": " | "type": "grindableRecipes", | ||
"input": "FoodPineapple", | "input": "FoodPineapple", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 10, | ||
"Vitamin": 2, | |||
"Water": 4 | |||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatChickenWing": { | ||
"id": " | "id": "ADTFoodMeatChickenWing", | ||
"name": " | "name": "Сырое куриное крылышко", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenWing", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 6, | ||
" | "Fat": 3 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodFishCooked": { | ||
"id": " | "id": "ADTFoodFishCooked", | ||
"name": " | "name": "Рыбный стейк", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodFishCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 14, | ||
" | "Protein": 14 | ||
} | } | ||
}, | }, | ||
" | "FoodCannabisButter": { | ||
"id": " | "id": "FoodCannabisButter", | ||
"name": " | "name": "Брусок конопляного масла", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodCannabisButter", | ||
"result": { | "result": { | ||
" | "Butter": 10, | ||
"THC": 82 | |||
" | |||
} | } | ||
}, | }, | ||
" | "ADTFoodFishCutletCooked": { | ||
"id": " | "id": "ADTFoodFishCutletCooked", | ||
"name": " | "name": "Рыбная котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodFishCutletCooked", | ||
"result": { | "result": { | ||
" | "Nutriment": 5, | ||
"Protein": 5 | |||
} | } | ||
}, | }, | ||
" | "FoodGoldenApple": { | ||
"id": " | "id": "FoodGoldenApple", | ||
"name": " | "name": "Золотое яблоко", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodGoldenApple", | ||
"result": { | "result": { | ||
" | "Nutriment": 10, | ||
" | "Vitamin": 4, | ||
"DoctorsDelight": 13 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatRat": { | ||
"id": " | "id": "FoodMeatRat", | ||
"name": " | "name": "Сырое мясо крысы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatRat", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 3, | ||
" | "Fat": 3 | ||
} | } | ||
}, | }, | ||
" | "FoodOnion": { | ||
"id": " | "id": "FoodOnion", | ||
"name": " | "name": "Лук", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodOnion", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 10, | ||
" | "Vitamin": 4, | ||
"Allicin": 4 | |||
} | } | ||
}, | }, | ||
" | "ADTFoodSnackChocolateBarTwo": { | ||
"id": " | "id": "ADTFoodSnackChocolateBarTwo", | ||
"name": " | "name": "Двойной батончик", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodSnackChocolateBarTwo", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 10, | ||
" | "Theobromine": 3, | ||
"CocoaPowder": 1 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatSpiderLeg": { | ||
"id": " | "id": "FoodMeatSpiderLeg", | ||
"name": " | "name": "Сырая паучья нога", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatSpiderLeg", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 10, | ||
" | "Fat": 3 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatShadekinCooked": { | ||
"id": " | "id": "ADTFoodMeatShadekinCooked", | ||
"name": " | "name": "Стейк из сумеречника", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatShadekinCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 8, | ||
" | "Protein": 3 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatSlime": { | ||
"id": " | "id": "FoodMeatSlime", | ||
"name": " | "name": "Шар слизи", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatSlime", | ||
"result": { | "result": { | ||
"UncookedAnimalProteins": | "Nutriment": 5, | ||
"Fat": | "UncookedAnimalProteins": 1, | ||
"Fat": 5 | |||
} | } | ||
}, | }, | ||
" | "FoodEggplant": { | ||
"id": " | "id": "FoodEggplant", | ||
"name": " | "name": "Баклажан", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodEggplant", | ||
"result": { | "result": { | ||
" | "Nutriment": 10, | ||
" | "Vitamin": 4 | ||
} | } | ||
}, | }, | ||
" | "FoodBlueTomato": { | ||
"id": " | "id": "FoodBlueTomato", | ||
"name": " | "name": "Синий помидор", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodBlueTomato", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
" | "SpaceLube": 15, | ||
"Vitamin": 4 | |||
} | } | ||
}, | }, | ||
" | "FoodCocoaPod": { | ||
"id": " | "id": "FoodCocoaPod", | ||
"name": " | "name": "Стручок какао-боба", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodCocoaPod", | ||
"result": { | "result": { | ||
" | "Nutriment": 2, | ||
"Vitamin": 1, | |||
"CocoaPowder": 1 | |||
" | |||
" | |||
} | } | ||
}, | }, | ||
Строка 4240: | Строка 4303: | ||
} | } | ||
}, | }, | ||
" | "ADTFoodSnackChocolateBarPink": { | ||
"id": " | "id": "ADTFoodSnackChocolateBarPink", | ||
"name": " | "name": "Розовый шоколадный батончик", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodSnackChocolateBarPink", | ||
"result": { | "result": { | ||
"Nutriment": 10, | "Nutriment": 10, | ||
" | "Theobromine": 3, | ||
" | "CocoaPowder": 1 | ||
} | } | ||
}, | }, | ||
" | "FoodSoybeans": { | ||
"id": " | "id": "FoodSoybeans", | ||
"name": " | "name": "Соевые бобы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodSoybeans", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 4 | ||
} | } | ||
}, | }, | ||
" | "FoodFakeCapfruit": { | ||
"id": " | "id": "FoodFakeCapfruit", | ||
"name": " | "name": "Пистофрукт", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodFakeCapfruit", | ||
"result": { | "result": { | ||
" | "Nutriment": 5, | ||
" | "Sulfur": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodCarrot": { | ||
"id": " | "id": "FoodCarrot", | ||
"name": " | "name": "Морковь", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodCarrot", | ||
"result": { | "result": { | ||
" | "JuiceCarrot": 5, | ||
" | "Vitamin": 4, | ||
" | "Oculine": 3 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatPenguin": { | ||
"id": " | "id": "FoodMeatPenguin", | ||
"name": " | "name": "Сырое мясо пингвина", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatPenguin", | ||
"result": { | "result": { | ||
"UncookedAnimalProteins": | "UncookedAnimalProteins": 9, | ||
"Fat": | "Fat": 9 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatBear": { | ||
"id": " | "id": "FoodMeatBear", | ||
"name": " | "name": "Сырое мясо медведя", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatBear", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 9, | ||
" | "Fat": 9 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatSpiderlegCooked": { | ||
"id": " | "id": "FoodMeatSpiderlegCooked", | ||
"name": " | "name": "Приготовленная паучья нога", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatSpiderlegCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
" | "Protein": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatBearCutletCooked": { | ||
"id": " | "id": "FoodMeatBearCutletCooked", | ||
"name": " | "name": "Котлета из медведя", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatBearCutletCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2, | ||
" | "Protein": 2 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodCinnamon": { | ||
"id": " | "id": "ADTFoodCinnamon", | ||
"name": " | "name": "Палочка корицы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodCinnamon", | ||
"result": { | "result": { | ||
" | "ADTСinnamon": 5 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodPapaverSomniferum": { | ||
"id": " | "id": "ADTFoodPapaverSomniferum", | ||
"name": " | "name": "Мак снотворный", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodPapaverSomniferum", | ||
"result": { | "result": { | ||
"Nutriment": 2, | "Nutriment": 2, | ||
" | "Toxin": 4, | ||
"ADTOpium": 10 | |||
} | } | ||
}, | }, | ||
" | "ADTFoodCarnation": { | ||
"id": " | "id": "ADTFoodCarnation", | ||
"name": " | "name": "Гвоздика", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodCarnation", | ||
"result": { | "result": { | ||
" | "ADTCarnation": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatBaconCooked": { | ||
"id": " | "id": "FoodMeatBaconCooked", | ||
"name": " | "name": "Бекон", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatBaconCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
" | "Protein": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatAnomalyCooked": { | ||
"id": " | "id": "FoodMeatAnomalyCooked", | ||
"name": " | "name": "Аномальный стейк", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatAnomalyCooked", | ||
"result": { | "result": { | ||
" | "Nutriment": 100, | ||
" | "Protein": 50 | ||
} | } | ||
}, | }, | ||
" | "FoodLingzhi": { | ||
"id": " | "id": "FoodLingzhi", | ||
"name": " | "name": "Линчжи", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodLingzhi", | ||
"result": { | "result": { | ||
" | "Ultravasculine": 20, | ||
" | "Epinephrine": 20 | ||
} | } | ||
}, | }, | ||
" | "FoodLaughinPeaPod": { | ||
"id": " | "id": "FoodLaughinPeaPod", | ||
"name": " | "name": "Стручок смешного горошка", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodLaughinPeaPod", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 3, | ||
" | "Sugar": 5, | ||
"Laughter": 5 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatDuckCutlet": { | ||
"id": " | "id": "FoodMeatDuckCutlet", | ||
"name": " | "name": "Сырая утиная котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatDuckCutlet", | ||
"result": { | "result": { | ||
"UncookedAnimalProteins": 3, | |||
"UncookedAnimalProteins": | "Fat": 2 | ||
"Fat": | |||
} | } | ||
}, | }, | ||
Строка 4422: | Строка 4475: | ||
} | } | ||
}, | }, | ||
" | "FoodMeatSnail": { | ||
"id": " | "id": "FoodMeatSnail", | ||
"name": " | "name": "Сырое мясо улитки", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatSnail", | ||
"result": { | "result": { | ||
"UncookedAnimalProteins": | "UncookedAnimalProteins": 3, | ||
"Fat": | "Fat": 3, | ||
"Water": 4 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatSnake": { | ||
"id": " | "id": "FoodMeatSnake", | ||
"name": " | "name": "Сырое мясо змеи", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatSnake", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 10, | ||
" | "Toxin": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatBacon": { | ||
"id": " | "id": "FoodMeatBacon", | ||
"name": " | "name": "Сырой бекон", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatBacon", | ||
"result": { | "result": { | ||
"UncookedAnimalProteins": | "UncookedAnimalProteins": 2, | ||
"Fat": | "Fat": 9 | ||
} | } | ||
}, | }, | ||
" | "FoodBloodTomato": { | ||
"id": " | "id": "FoodBloodTomato", | ||
"name": " | "name": "Кровяной помидор", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodBloodTomato", | ||
"result": { | "result": { | ||
" | "Blood": 10, | ||
" | "Vitamin": 4 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatXeno": { | ||
"id": " | "id": "FoodMeatXeno", | ||
"name": " | "name": "Сырое ксено мясо", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatXeno", | ||
"result": { | "result": { | ||
" | "SulfuricAcid": 20 | ||
} | } | ||
}, | }, | ||
" | "FoodAloe": { | ||
"id": " | "id": "FoodAloe", | ||
"name": " | "name": "Алоэ", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodAloe", | ||
"result": { | "result": { | ||
" | "Aloe": 10, | ||
" | "Dermaline": 10 | ||
} | } | ||
}, | }, | ||
" | "FoodOnionRed": { | ||
"id": " | "id": "FoodOnionRed", | ||
"name": " | "name": "Красный лук", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodOnionRed", | ||
"result": { | "result": { | ||
" | "Nutriment": 10, | ||
" | "Vitamin": 4, | ||
"Allicin": 4 | |||
} | } | ||
}, | }, | ||
" | "FoodMushroom": { | ||
"id": " | "id": "FoodMushroom", | ||
"name": " | "name": "Гроздь лисичек", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMushroom", | ||
"result": { | "result": { | ||
" | "Nutriment": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodCocoaBeans": { | ||
"id": " | "id": "FoodCocoaBeans", | ||
"name": " | "name": "Какао-бобы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodCocoaBeans", | ||
"result": { | "result": { | ||
"Nutriment": 2, | "Nutriment": 2, | ||
" | "Vitamin": 1, | ||
"CocoaPowder": 2 | |||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatChickenBakedLeg": { | ||
"id": " | "id": "ADTFoodMeatChickenBakedLeg", | ||
"name": " | "name": "Запеченная куриная ножка", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenBakedLeg", | ||
"result": { | "result": { | ||
" | "Nutriment": 4, | ||
" | "Protein": 3 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatLizardCooked": { | ||
"id": " | "id": "FoodMeatLizardCooked", | ||
"name": " | "name": "Стейк из ящерицы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatLizardCooked", | ||
"result": { | "result": { | ||
"Nutriment": 5, | "Nutriment": 5, | ||
Строка 4533: | Строка 4586: | ||
} | } | ||
}, | }, | ||
" | "FoodCorn": { | ||
"id": " | "id": "FoodCorn", | ||
"name": " | "name": "Початок кукурузы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodCorn", | ||
"result": { | "result": { | ||
"Nutriment": | "Cornmeal": 15, | ||
"Nutriment": 5 | |||
} | } | ||
}, | }, | ||
" | "FoodOrange": { | ||
"id": " | "id": "FoodOrange", | ||
"name": " | "name": "Апельсин", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodOrange", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
"Vitamin | "Vitamin": 4 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatChickenFried": { | ||
"id": " | "id": "FoodMeatChickenFried", | ||
"name": " | "name": "Жареная курица", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatChickenFried", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
" | "Protein": 5 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodSnackChocolateBarNuts": { | ||
"id": " | "id": "ADTFoodSnackChocolateBarNuts", | ||
"name": " | "name": "Шоколадный батончик с орехами", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodSnackChocolateBarNuts", | ||
"result": { | "result": { | ||
"Nutriment": 10, | "Nutriment": 10, | ||
" | "Theobromine": 3, | ||
" | "CocoaPowder": 1 | ||
} | } | ||
}, | }, | ||
" | "FoodBanana": { | ||
"id": " | "id": "FoodBanana", | ||
"name": " | "name": "Банан", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodBanana", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 4, | ||
" | "Vitamin": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatSpiderCutlet": { | ||
"id": " | "id": "FoodMeatSpiderCutlet", | ||
"name": " | "name": "Сырая паучья котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatSpiderCutlet", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 3, | ||
"Fat": 2 | |||
} | } | ||
}, | }, | ||
Строка 4604: | Строка 4657: | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatShadekin": { | ||
"id": " | "id": "ADTFoodMeatShadekin", | ||
"name": "Сырое мясо | "name": "Сырое мясо сумеречника", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatShadekin", | ||
"result": { | "result": { | ||
"UncookedAnimalProteins": | "UncookedAnimalProteins": 7, | ||
"Fat": | "Fat": 1 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatPlant": { | ||
"id": " | "id": "FoodMeatPlant", | ||
"name": "Сырое мясо | "name": "Сырое мясо растения", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatPlant", | ||
"result": { | "result": { | ||
" | "Nutriment": 5, | ||
"UncookedAnimalProteins": 1, | |||
"Fat": 5 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatXenoCutletCooked": { | ||
"id": " | "id": "FoodMeatXenoCutletCooked", | ||
"name": " | "name": "Ксено котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatXenoCutletCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 1, | ||
"Protein": | "Protein": 1 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatGoliath": { | ||
"id": " | "id": "FoodMeatGoliath", | ||
"name": " | "name": "Сырое мясо голиафа", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatGoliath", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 5, | ||
" | "Fat": 3 | ||
} | } | ||
}, | }, | ||
" | "FoodHolymelon": { | ||
"id": " | "id": "FoodHolymelon", | ||
"name": " | "name": "Святой арбуз", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodHolymelon", | ||
"result": { | "result": { | ||
" | "Nutriment": 10, | ||
" | "Vitamin": 5, | ||
"Holywater": 10 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatCooked": { | ||
"id": " | "id": "FoodMeatCooked", | ||
"name": " | "name": "Стейк", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatCooked", | ||
"result": { | "result": { | ||
" | "Nutriment": 10, | ||
" | "Protein": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodCabbage": { | ||
"id": " | "id": "FoodCabbage", | ||
"name": " | "name": "Кочан капусты", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodCabbage", | ||
"result": { | "result": { | ||
" | "Nutriment": 10, | ||
" | "Vitamin": 4 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatGoliathCooked": { | ||
"id": " | "id": "FoodMeatGoliathCooked", | ||
"name": " | "name": "Стейк из голиафа", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatGoliathCooked", | ||
"result": { | "result": { | ||
" | "Nutriment": 5, | ||
" | "Protein": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatBearCooked": { | ||
"id": " | "id": "FoodMeatBearCooked", | ||
"name": " | "name": "Жареное мясо медведя", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatBearCooked", | ||
"result": { | "result": { | ||
" | "Nutriment": 5, | ||
" | "Protein": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodWatermelon": { | ||
"id": " | "id": "FoodWatermelon", | ||
"name": " | "name": "Арбуз", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodWatermelon", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 10, | ||
" | "Vitamin": 5, | ||
" | "Water": 10 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatCutletCooked": { | ||
"id": " | "id": "FoodMeatCutletCooked", | ||
"name": "Котлета | "name": "Котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatCutletCooked", | ||
"result": { | "result": { | ||
"Nutriment": 2, | "Nutriment": 2, | ||
Строка 4716: | Строка 4770: | ||
} | } | ||
}, | }, | ||
" | "FoodGarlic": { | ||
"id": " | "id": "FoodGarlic", | ||
"name": " | "name": "Чеснок", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodGarlic", | ||
"result": { | "result": { | ||
" | "Nutriment": 10, | ||
"Vitamin": 4, | |||
"Allicin": 4 | |||
} | } | ||
}, | }, | ||
" | "FoodPotato": { | ||
"id": " | "id": "FoodPotato", | ||
"name": " | "name": "Картофель", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodPotato", | ||
"result": { | "result": { | ||
" | "Nutriment": 10, | ||
" | "Vitamin": 4 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMandarinSlice": { | ||
"id": " | "id": "ADTFoodMandarinSlice", | ||
"name": " | "name": "Мандариновая долька", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMandarinSlice", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatRotten": { | ||
"id": " | "id": "FoodMeatRotten", | ||
"name": " | "name": "Тухлое мясо", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatRotten", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 5, | ||
" | "GastroToxin": 4, | ||
"Fat": 4 | |||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatChickenBakedWithVegetables": { | ||
"id": " | "id": "ADTFoodMeatChickenBakedWithVegetables", | ||
"name": " | "name": "Запеченная фаршированная курица с овощами", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenBakedWithVegetables", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 36, | ||
" | "Protein": 24 | ||
} | } | ||
}, | }, | ||
" | "FoodLime": { | ||
"id": " | "id": "FoodLime", | ||
"name": " | "name": "Лайм", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodLime", | ||
"result": { | "result": { | ||
"Nutriment": 5, | "Nutriment": 5, | ||
" | "Vitamin": 4 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatSalamiSlice": { | ||
"id": " | "id": "FoodMeatSalamiSlice", | ||
"name": " | "name": "Ломтик салями", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatSalamiSlice", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 1, | ||
"Protein": | "Protein": 1 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatChickenCooked": { | ||
"id": " | "id": "FoodMeatChickenCooked", | ||
"name": " | "name": "Приготовленное мясо курицы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatChickenCooked", | ||
"result": { | "result": { | ||
"Nutriment": 5, | "Nutriment": 5, | ||
Строка 4797: | Строка 4851: | ||
} | } | ||
}, | }, | ||
" | "FoodChiliPepper": { | ||
"id": " | "id": "FoodChiliPepper", | ||
"name": " | "name": "Перец чили", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodChiliPepper", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 4, | ||
"CapsaicinOil": 10, | |||
"Vitamin": 4 | "Vitamin": 4 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatChickenLeg": { | ||
"id": " | "id": "ADTFoodMeatChickenLeg", | ||
"name": " | "name": "Сырая куриная ножка", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenLeg", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 6, | ||
" | "Fat": 6 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatPenguinCutletCooked": { | ||
"id": " | "id": "FoodMeatPenguinCutletCooked", | ||
"name": " | "name": "Котлета из пингвина", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatPenguinCutletCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2, | ||
"Protein": | "Protein": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatSnailCooked": { | ||
"id": " | "id": "FoodMeatSnailCooked", | ||
"name": " | "name": "Варёная улитка", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatSnailCooked", | ||
"result": { | "result": { | ||
" | "Nutriment": 3, | ||
"Protein": 3, | |||
"Water": 4 | |||
} | } | ||
}, | }, | ||
" | "FoodOnionSlice": { | ||
"id": " | "id": "FoodOnionSlice", | ||
"name": " | "name": "Ломтик лука", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodOnionSlice", | ||
"result": { | "result": { | ||
" | "Nutriment": 2, | ||
" | "Allicin": 1, | ||
" | "Vitamin": 1 | ||
} | } | ||
}, | }, | ||
" | "FoodPoppy": { | ||
"id": " | "id": "FoodPoppy", | ||
"name": " | "name": "Мак", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodPoppy", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2, | ||
" | "Bicaridine": 20 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatTomato": { | ||
"id": " | "id": "FoodMeatTomato", | ||
"name": " | "name": "Мясо помидора-убийцы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatTomato", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
" | "UncookedAnimalProteins": 1, | ||
"Fat": 5 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatClown": { | ||
"id": " | "id": "FoodMeatClown", | ||
"name": " | "name": "Мясо клоуна", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatClown", | ||
"result": { | "result": { | ||
" | "Nutriment": 5, | ||
"UncookedAnimalProteins": 1, | |||
"Fat": 5 | |||
} | } | ||
}, | }, | ||
" | "FoodGrape": { | ||
"id": " | "id": "FoodGrape", | ||
"name": " | "name": "Виноград", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodGrape", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
"Vitamin": 4 | |||
"Vitamin": | |||
} | } | ||
}, | }, | ||
" | "FoodTomato": { | ||
"id": " | "id": "FoodTomato", | ||
"name": " | "name": "Помидор", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodTomato", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 7, | ||
"Vitamin": 3, | |||
"Water": 4 | |||
} | } | ||
}, | }, | ||
" | "FoodKoibean": { | ||
"id": " | "id": "FoodKoibean", | ||
"name": " | "name": "Коибобы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodKoibean", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
" | "CarpoToxin": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatDuckCutletCooked": { | ||
"id": " | "id": "FoodMeatDuckCutletCooked", | ||
"name": " | "name": "Утиная котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatDuckCutletCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2, | ||
" | "Protein": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodSpaceshroom": { | ||
"id": " | "id": "FoodSpaceshroom", | ||
"name": " | "name": "Космогриб", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodSpaceshroom", | ||
"result": { | "result": { | ||
"Nutriment": 3, | "Nutriment": 3, | ||
Строка 4926: | Строка 4987: | ||
} | } | ||
}, | }, | ||
" | "FoodMeat": { | ||
"id": " | "id": "FoodMeat", | ||
"name": " | "name": "Сырое мясо", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeat", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 9, | ||
" | "Fat": 9 | ||
} | } | ||
}, | }, | ||
" | "FoodAmbrosiaDeus": { | ||
"id": " | "id": "FoodAmbrosiaDeus", | ||
"name": " | "name": "Амброзия деус", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodAmbrosiaDeus", | ||
"result": { | "result": { | ||
"Nutriment": | "Omnizine": 3, | ||
" | "SpaceDrugs": 5, | ||
"Nutriment": 2, | |||
"Desoxyephedrine": 10 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatChickenCutletCooked": { | ||
"id": " | "id": "FoodMeatChickenCutletCooked", | ||
"name": " | "name": "Куриная котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatChickenCutletCooked", | ||
"result": { | "result": { | ||
" | "Nutriment": 2, | ||
" | "Protein": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodCherry": { | ||
"id": " | "id": "FoodCherry", | ||
"name": " | "name": "Вишня", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodCherry", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 3, | ||
"Vitamin": 3 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatTomatoCutlet": { | ||
"id": " | "id": "FoodMeatTomatoCutlet", | ||
"name": " | "name": "Сырая котлета из помидора-убийцы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatTomatoCutlet", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
" | "UncookedAnimalProteins": 1, | ||
"Fat": 5 | |||
} | } | ||
}, | }, | ||
" | "ADTFoodSnackChocolateBarEnergy": { | ||
"id": " | "id": "ADTFoodSnackChocolateBarEnergy", | ||
"name": " | "name": "Энергетический батончик", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodSnackChocolateBarEnergy", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 10, | ||
" | "Theobromine": 3, | ||
" | "CocoaPowder": 1 | ||
} | } | ||
}, | }, | ||
" | "FoodRealCapfruit": { | ||
"id": " | "id": "FoodRealCapfruit", | ||
"name": " | "name": "Пистофрукт", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodRealCapfruit", | ||
"result": { | "result": { | ||
" | "Nutriment": 5, | ||
" | "Sulfur": 5 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodFishCutlet": { | ||
"id": " | "id": "ADTFoodFishCutlet", | ||
"name": " | "name": "Рыбный слайс", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodFishCutlet", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 2 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatChickenBakedStuffedSlice": { | ||
"id": " | "id": "ADTFoodMeatChickenBakedStuffedSlice", | ||
"name": " | "name": "Кусок запеченной фаршированной курицы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenBakedStuffedSlice", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 3, | ||
"Protein": | "Protein": 2 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatBratWurst": { | ||
"id": " | "id": "ADTFoodMeatBratWurst", | ||
"name": " | "name": "Братвурст", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatBratWurst", | ||
"result": { | "result": { | ||
" | "Nutriment": 8, | ||
" | "Protein": 8, | ||
"Vitamin": 8 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatAnomaly": { | ||
"id": " | "id": "FoodMeatAnomaly", | ||
"name": " | "name": "Масса аномального мяса", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatAnomaly", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 90, | ||
" | "Fat": 90 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatRouny": { | ||
"id": " | "id": "FoodMeatRouny", | ||
"name": " | "name": "Сырое мясо руни", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatRouny", | ||
"result": { | "result": { | ||
" | "SulfuricAcid": 20 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodSnackChocolateBarChoco": { | ||
"id": " | "id": "ADTFoodSnackChocolateBarChoco", | ||
"name": " | "name": "Шоколадный батончик", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodSnackChocolateBarChoco", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 10, | ||
" | "Theobromine": 3, | ||
" | "CocoaPowder": 1 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatChickenBakedWing": { | ||
"id": " | "id": "ADTFoodMeatChickenBakedWing", | ||
"name": " | "name": "Запеченное куриное крылышко", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenBakedWing", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 3, | ||
"Protein": | "Protein": 3 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatChicken": { | ||
"id": " | "id": "FoodMeatChicken", | ||
"name": " | "name": "Сырое мясо курицы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatChicken", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 9, | ||
" | "Fat": 9 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatLizardCutlet": { | ||
"id": " | "id": "FoodMeatLizardCutlet", | ||
"name": " | "name": "Сырая котлета из ящерицы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatLizardCutlet", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 3, | ||
"Fat": 2 | |||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatWeissWurst": { | ||
"id": " | "id": "ADTFoodMeatWeissWurst", | ||
"name": " | "name": "Вайсвурст", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatWeissWurst", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 8, | ||
" | "Protein": 8, | ||
"Vitamin": 8 | |||
} | } | ||
}, | }, | ||
" | "FoodSpaceshroomCooked": { | ||
"id": " | "id": "FoodSpaceshroomCooked", | ||
"name": " | "name": "Приготовленный космогриб", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodSpaceshroomCooked", | ||
"result": { | "result": { | ||
" | "Nutriment": 10, | ||
" | "Vitamin": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatDuck": { | ||
"id": " | "id": "FoodMeatDuck", | ||
"name": "Сырое мясо | "name": "Сырое мясо утки", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatDuck", | ||
"result": { | "result": { | ||
"UncookedAnimalProteins": 9, | "UncookedAnimalProteins": 9, | ||
Строка 5118: | Строка 5182: | ||
} | } | ||
}, | }, | ||
" | "FoodMeatBearCutlet": { | ||
"id": " | "id": "FoodMeatBearCutlet", | ||
"name": " | "name": "Сырая котлета из медведя", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatBearCutlet", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 3, | ||
" | "Fat": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodSpacemansTrumpet": { | ||
"id": " | "id": "FoodSpacemansTrumpet", | ||
"name": " | "name": "Космонавтская труба", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodSpacemansTrumpet", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 1, | ||
" | "PolypyryliumOligomers": 3 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatFish": { | ||
"id": " | "id": "FoodMeatFish", | ||
"name": " | "name": "Сырое филе карпа", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatFish", | ||
"result": { | "result": { | ||
" | "CarpoToxin": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodWorldPeas": { | ||
"id": " | "id": "FoodWorldPeas", | ||
"name": " | "name": "Стручок гороха мира", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodWorldPeas", | ||
"result": { | "result": { | ||
"Nutriment": | "Happiness": 3, | ||
" | "Nutriment": 3, | ||
"Pax": 2 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatPenguinCooked": { | ||
"id": " | "id": "FoodMeatPenguinCooked", | ||
"name": " | "name": "Филе пингвина", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatPenguinCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
" | "Protein": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatSpiderCutletCooked": { | ||
"id": " | "id": "FoodMeatSpiderCutletCooked", | ||
"name": " | "name": "Паучья котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatSpiderCutletCooked", | ||
"result": { | "result": { | ||
"Nutriment | "Nutriment": 1, | ||
"Protein": 1 | |||
" | |||
} | } | ||
}, | }, | ||
" | "FoodGatfruit": { | ||
"id": " | "id": "FoodGatfruit", | ||
"name": " | "name": "Гатфрукт", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodGatfruit", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
" | "Sulfur": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodLemon": { | ||
"id": " | "id": "FoodLemon", | ||
"name": " | "name": "Лимон", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodLemon", | ||
"result": { | "result": { | ||
" | "Nutriment": 5, | ||
"Vitamin": 4 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatCutlet": { | ||
"id": " | "id": "FoodMeatCutlet", | ||
"name": " | "name": "Сырая котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatCutlet", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 3, | ||
" | "Fat": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodPineappleSlice": { | ||
"id": " | "id": "FoodPineappleSlice", | ||
"name": " | "name": "Ломтик ананаса", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodPineappleSlice", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodOnionRedSlice": { | ||
"id": " | "id": "FoodOnionRedSlice", | ||
"name": " | "name": "Ломтик красного лука", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodOnionRedSlice", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2, | ||
" | "Allicin": 1, | ||
" | "Vitamin": 1 | ||
} | } | ||
}, | }, | ||
" | "FoodPeaPod": { | ||
"id": " | "id": "FoodPeaPod", | ||
"name": " | "name": "Стручок гороха", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodPeaPod", | ||
"result": { | "result": { | ||
"Nutriment | "Nutriment": 3, | ||
"Vitamin": 2 | |||
" | |||
} | } | ||
}, | }, | ||
" | "FoodBungoPit": { | ||
"id": " | "id": "FoodBungoPit", | ||
"name": " | "name": "Косточка бунго", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodBungoPit", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2, | ||
" | "Bungotoxin": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodMimana": { | ||
"id": " | "id": "FoodMimana", | ||
"name": " | "name": "Миман", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMimana", | ||
"result": { | "result": { | ||
" | "MuteToxin": 5, | ||
"Vitamin": 2 | |||
"Vitamin": | |||
} | } | ||
}, | }, | ||
" | "FoodLemoon": { | ||
"id": " | "id": "FoodLemoon", | ||
"name": " | "name": "Лилун", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodLemoon", | ||
"result": { | "result": { | ||
" | "Vitamin": 4, | ||
" | "Milk": 16 | ||
} | } | ||
}, | }, | ||
" | "FoodChillyPepper": { | ||
"id": " | "id": "FoodChillyPepper", | ||
"name": " | "name": "Перец чилли", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodChillyPepper", | ||
"result": { | "result": { | ||
" | "Nutriment": 4, | ||
" | "FrostOil": 10, | ||
"Vitamin": 4 | |||
" | |||
} | } | ||
}, | }, | ||
" | "FoodMeatLizard": { | ||
"id": " | "id": "FoodMeatLizard", | ||
"name": " | "name": "Сырое мясо ящерицы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatLizard", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 9, | ||
" | "Fat": 9 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatChickenBaked": { | ||
"id": " | "id": "ADTFoodMeatChickenBaked", | ||
"name": " | "name": "Запеченная курица", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenBaked", | ||
"result": { | "result": { | ||
" | "Nutriment": 24, | ||
"Protein": 24 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatChickenCutlet": { | ||
"id": " | "id": "FoodMeatChickenCutlet", | ||
"name": " | "name": "Сырая куриная котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatChickenCutlet", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 3, | ||
" | "Fat": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodAnomalyBerry": { | ||
"id": " | "id": "FoodAnomalyBerry", | ||
"name": " | "name": "Аномальная ягода", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodAnomalyBerry", | ||
"result": { | "result": { | ||
" | "Nutriment": 2, | ||
" | "Vitamin": 2, | ||
"Artifexium": 1 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatLizardCutletCooked": { | ||
"id": " | "id": "FoodMeatLizardCutletCooked", | ||
"name": " | "name": "Котлета из ящерицы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatLizardCutletCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2, | ||
"Protein": | "Protein": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodLily": { | ||
"id": " | "id": "FoodLily", | ||
"name": " | "name": "Лилия", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodLily", | ||
"result": { | "result": { | ||
" | "Nutriment": 2, | ||
" | "Bicaridine": 20 | ||
} | } | ||
}, | }, | ||
" | "FoodExtradimensionalOrange": { | ||
"id": " | "id": "FoodExtradimensionalOrange", | ||
"name": " | "name": "Внепространственный апельсин", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodExtradimensionalOrange", | ||
"result": { | "result": { | ||
" | "Haloperidol": 5, | ||
"Nutriment": 5, | |||
"Vitamin": 4 | |||
} | } | ||
}, | }, | ||
" | "FoodBerries": { | ||
"id": " | "id": "FoodBerries", | ||
"name": " | "name": "Ягоды", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodBerries", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
"Vitamin": | "Vitamin": 4 | ||
} | } | ||
}, | }, | ||
" | "FoodHolymelonSlice": { | ||
"id": " | "id": "FoodHolymelonSlice", | ||
"name": " | "name": "Ломтик святого арбуза", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodHolymelonSlice", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2, | ||
" | "Vitamin": 1, | ||
"Holywater": 2 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatMeatball": { | ||
"id": " | "id": "FoodMeatMeatball", | ||
"name": " | "name": "Фрикаделька", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatMeatball", | ||
"result": { | "result": { | ||
"Nutriment": 5, | "Nutriment": 5, | ||
" | "UncookedAnimalProteins": 1, | ||
"Fat": 5 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatDuckCooked": { | ||
"id": " | "id": "FoodMeatDuckCooked", | ||
"name": " | "name": "Приготовленная мясо утки", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatDuckCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
"Protein": | "Protein": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatDragon": { | ||
"id": " | "id": "FoodMeatDragon", | ||
"name": " | "name": "Плоть дракона", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatDragon", | ||
"result": { | "result": { | ||
" | "Ichor": 10 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatXenoCutlet": { | ||
"id": " | "id": "FoodMeatXenoCutlet", | ||
"name": " | "name": "Сырая ксено котлета", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatXenoCutlet", | ||
"result": { | "result": { | ||
" | "SulfuricAcid": 20 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodSnackChocolateBarCoconut": { | ||
"id": " | "id": "ADTFoodSnackChocolateBarCoconut", | ||
"name": " | "name": "Кокосовый батончик", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodSnackChocolateBarCoconut", | ||
"result": { | "result": { | ||
"Nutriment": 3, | "Nutriment": 10, | ||
" | "Theobromine": 3, | ||
"CocoaPowder": 1 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatCrabCooked": { | ||
"id": " | "id": "FoodMeatCrabCooked", | ||
"name": " | "name": "Приготовленное мясо краба", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatCrabCooked", | ||
"result": { | "result": { | ||
" | "Nutriment": 5, | ||
" | "Protein": 5 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatShadekinCutlet": { | ||
"id": " | "id": "ADTFoodMeatShadekinCutlet", | ||
"name": " | "name": "Сырая котлета из сумеречника", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatShadekinCutlet", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 3, | ||
"Fat": 1 | |||
} | } | ||
}, | }, | ||
" | "FoodGlasstle": { | ||
"id": " | "id": "FoodGlasstle", | ||
"name": " | "name": "Стеклополох", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodGlasstle", | ||
"result": { | "result": { | ||
" | "Razorium": 15 | ||
} | } | ||
}, | }, | ||
" | "FoodBungo": { | ||
"id": " | "id": "FoodBungo", | ||
"name": " | "name": "Плод бунго", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodBungo", | ||
"result": { | "result": { | ||
" | "Nutriment": 10, | ||
" | "Enzyme": 10 | ||
} | } | ||
}, | }, | ||
" | "FoodAmbrosiaVulgaris": { | ||
"id": " | "id": "FoodAmbrosiaVulgaris", | ||
"name": " | "name": "Амброзия вульгарис", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodAmbrosiaVulgaris", | ||
"result": { | "result": { | ||
"Nutriment": | "Bicaridine": 5, | ||
" | "Kelotane": 5, | ||
"Nutriment": 2, | |||
"Desoxyephedrine": 10, | |||
"Vitamin": 2 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatWheat": { | ||
"id": " | "id": "FoodMeatWheat", | ||
"name": " | "name": "Мясной комок", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatWheat", | ||
"result": { | "result": { | ||
"UncookedAnimalProteins": | "UncookedAnimalProteins": 1 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatChickenBakedSlice": { | ||
"id": " | "id": "ADTFoodMeatChickenBakedSlice", | ||
"name": " | "name": "Кусок запеченной курицы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatChickenBakedSlice", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 2, | ||
" | "Protein": 2 | ||
} | } | ||
}, | }, | ||
" | "FoodBluePumpkin": { | ||
"id": " | "id": "FoodBluePumpkin", | ||
"name": " | "name": "Синяя тыква", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodBluePumpkin", | ||
"result": { | "result": { | ||
" | "Ammonia": 10, | ||
"Vitamin": | "Chlorine": 5, | ||
"Vitamin": 10 | |||
} | } | ||
}, | }, | ||
" | "FoodMeatRounyCooked": { | ||
"id": " | "id": "FoodMeatRounyCooked", | ||
"name": " | "name": "Стейк из руни", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatRounyCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 10, | ||
" | "Protein": 10 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatFish": { | ||
"id": " | "id": "ADTFoodMeatFish", | ||
"name": " | "name": "Сырой кусок рыбы", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatFish", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 9 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatSpider": { | ||
"id": " | "id": "FoodMeatSpider", | ||
"name": " | "name": "Сырое мясо паука", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatSpider", | ||
"result": { | "result": { | ||
" | "UncookedAnimalProteins": 9, | ||
" | "Fat": 9 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMeatShadekinCutletCooked": { | ||
"id": " | "id": "ADTFoodMeatShadekinCutletCooked", | ||
"name": " | "name": "Котлета из сумеречника", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMeatShadekinCutletCooked", | ||
"result": { | "result": { | ||
"Nutriment": 3, | "Nutriment": 3, | ||
" | "Protein": 1 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatCorgi": { | ||
"id": " | "id": "FoodMeatCorgi", | ||
"name": " | "name": "Первосортное мясо корги", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatCorgi", | ||
"result": { | "result": { | ||
" | "Bicaridine": 20 | ||
} | } | ||
}, | }, | ||
" | "ADTFoodMandarin": { | ||
"id": " | "id": "ADTFoodMandarin", | ||
"name": " | "name": "Мандарин", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "ADTFoodMandarin", | ||
"result": { | "result": { | ||
" | "Nutriment": 5, | ||
"Vitamin": | "Vitamin": 4 | ||
} | } | ||
}, | }, | ||
" | "FoodMeatMeatballCooked": { | ||
"id": " | "id": "FoodMeatMeatballCooked", | ||
"name": " | "name": "Фрикаделька", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodMeatMeatballCooked", | ||
"result": { | "result": { | ||
"Nutriment": | "Nutriment": 5, | ||
" | "Protein": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodFlyAmanita": { | ||
"id": " | "id": "FoodFlyAmanita", | ||
"name": " | "name": "Мухомор", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodFlyAmanita", | ||
"result": { | "result": { | ||
" | "Amatoxin": 25, | ||
" | "Nutriment": 5 | ||
} | } | ||
}, | }, | ||
" | "FoodGalaxythistle": { | ||
"id": " | "id": "FoodGalaxythistle", | ||
"name": " | "name": "Галакточертополох", | ||
"type": "grindableRecipes", | "type": "grindableRecipes", | ||
"input": " | "input": "FoodGalaxythistle", | ||
"result": { | "result": { | ||
" | "Stellibinin": 25 | ||
} | } | ||
} | } | ||
}, | }, | ||
"heatableRecipes": { | "heatableRecipes": { | ||
" | "FoodMeatPenguin": { | ||
"id": " | "id": "FoodMeatPenguin", | ||
"name": "Сырое мясо | "name": "Сырое мясо пингвина", | ||
"type": "heatableRecipes", | "type": "heatableRecipes", | ||
"minTemp": | "minTemp": 345, | ||
"input": " | "input": "FoodMeatPenguin", | ||
"result": " | "result": "FoodMeatPenguinCooked" | ||
}, | }, | ||
" | "FoodMeatBear": { | ||
"id": " | "id": "FoodMeatBear", | ||
"name": "Сырое мясо", | "name": "Сырое мясо медведя", | ||
"type": "heatableRecipes", | "type": "heatableRecipes", | ||
"minTemp": | "minTemp": 345, | ||
"input": " | "input": "FoodMeatBear", | ||
"result": " | "result": "FoodMeatBearCooked" | ||
}, | }, | ||
"FoodMeatBacon": { | "FoodMeatBacon": { | ||
Строка 5669: | Строка 5680: | ||
"input": "FoodMeatBacon", | "input": "FoodMeatBacon", | ||
"result": "FoodMeatBaconCooked" | "result": "FoodMeatBaconCooked" | ||
}, | }, | ||
"FoodMeatCrab": { | "FoodMeatCrab": { | ||
Строка 5686: | Строка 5689: | ||
"result": "FoodMeatCrabCooked" | "result": "FoodMeatCrabCooked" | ||
}, | }, | ||
" | "ADTFoodMeatShadekin": { | ||
"id": " | "id": "ADTFoodMeatShadekin", | ||
"name": "Сырое мясо | "name": "Сырое мясо сумеречника", | ||
"type": "heatableRecipes", | "type": "heatableRecipes", | ||
"minTemp": | "minTemp": 340, | ||
"input": " | "input": "ADTFoodMeatShadekin", | ||
"result": " | "result": "ADTFoodMeatShadekinCooked" | ||
}, | }, | ||
"FoodMeatGoliath": { | "FoodMeatGoliath": { | ||
Строка 5718: | Строка 5705: | ||
"result": "FoodMeatGoliathCooked" | "result": "FoodMeatGoliathCooked" | ||
}, | }, | ||
"FoodMeatDuck": { | "FoodMeat": { | ||
"id": "FoodMeat", | |||
"name": "Сырое мясо", | |||
"type": "heatableRecipes", | |||
"minTemp": 335, | |||
"input": "FoodMeat", | |||
"result": "FoodMeatCooked" | |||
}, | |||
"FoodMeatAnomaly": { | |||
"id": "FoodMeatAnomaly", | |||
"name": "Масса аномального мяса", | |||
"type": "heatableRecipes", | |||
"minTemp": 335, | |||
"input": "FoodMeatAnomaly", | |||
"result": "FoodMeatAnomalyCooked" | |||
}, | |||
"FoodMeatRouny": { | |||
"id": "FoodMeatRouny", | |||
"name": "Сырое мясо руни", | |||
"type": "heatableRecipes", | |||
"minTemp": 445, | |||
"input": "FoodMeatRouny", | |||
"result": "FoodMeatRounyCooked" | |||
}, | |||
"FoodMeatChicken": { | |||
"id": "FoodMeatChicken", | |||
"name": "Сырое мясо курицы", | |||
"type": "heatableRecipes", | |||
"minTemp": 345, | |||
"input": "FoodMeatChicken", | |||
"result": "FoodMeatChickenCooked" | |||
}, | |||
"FoodMeatDuck": { | |||
"id": "FoodMeatDuck", | "id": "FoodMeatDuck", | ||
"name": "Сырое мясо утки", | "name": "Сырое мясо утки", | ||
Строка 5733: | Строка 5752: | ||
"input": "FoodMeatLizard", | "input": "FoodMeatLizard", | ||
"result": "FoodMeatLizardCooked" | "result": "FoodMeatLizardCooked" | ||
}, | }, | ||
"ADTFoodMeatFish": { | "ADTFoodMeatFish": { | ||
Строка 5787: | Строка 5790: | ||
"mixableRecipes": { | "mixableRecipes": { | ||
"CreateVeganCakeBatter": { | "CreateVeganCakeBatter": { | ||
"id": "CreateVeganCakeBatter", | "id": "CreateVeganCakeBatter", | ||
"type": "mixableRecipes" | "type": "mixableRecipes" | ||
}, | }, | ||
"CreatePieDough": { | "ChevreCurdling": { | ||
"id": "CreatePieDough", | "id": "ChevreCurdling", | ||
"type": "mixableRecipes" | "type": "mixableRecipes" | ||
}, | }, | ||
" | "CreateDough": { | ||
"id": " | "id": "CreateDough", | ||
"type": "mixableRecipes" | |||
}, | |||
"CreateCornmealDough": { | |||
"id": "CreateCornmealDough", | |||
"type": "mixableRecipes" | |||
}, | |||
"CreateDoughCotton": { | |||
"id": "CreateDoughCotton", | |||
"type": "mixableRecipes" | |||
}, | |||
"CreateTofu": { | |||
"id": "CreateTofu", | |||
"type": "mixableRecipes" | |||
}, | |||
"Curdling": { | |||
"id": "Curdling", | |||
"type": "mixableRecipes" | |||
}, | |||
"CreateMeatball": { | |||
"id": "CreateMeatball", | |||
"type": "mixableRecipes" | |||
}, | |||
"CreateChocolate": { | |||
"id": "CreateChocolate", | |||
"type": "mixableRecipes" | |||
}, | |||
"Meatification": { | |||
"id": "Meatification", | |||
"type": "mixableRecipes" | |||
}, | |||
"CreatePieDough": { | |||
"id": "CreatePieDough", | |||
"type": "mixableRecipes" | |||
}, | |||
"CreateButter": { | |||
"id": "CreateButter", | |||
"type": "mixableRecipes" | |||
}, | |||
"CreateTortillaDough": { | |||
"id": "CreateTortillaDough", | |||
"type": "mixableRecipes" | "type": "mixableRecipes" | ||
}, | }, | ||
"CreateCakeBatter": { | "CreateCakeBatter": { | ||
"id": "CreateCakeBatter", | "id": "CreateCakeBatter", | ||
"type": "mixableRecipes" | "type": "mixableRecipes" | ||
} | } | ||
} | } | ||
} | } |
Текущая версия от 19:40, 12 апреля 2025
microwaveRecipes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sliceableRecipes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
grindableRecipes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
heatableRecipes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
toolmadeRecipes |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mixableRecipes |
|