Рецепты еды

Материал из Rogalia wiki
Версия от 23:23, 10 декабря 2014; 5.18.154.245 (обсуждение)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к навигации Перейти к поиску
        "copper-gear": {
            "Recipe": {
                "Skill": "Mechanics",
                "Equipment": "anvil",
		"Tool": "Hammer",
                "Ingredients": {
                    "copper-ignot": 1
                }
            }
        },
	    

        "low-quality-crossbow": {
            "Props": {
		"Ranged weapon"
            },
            "Recipe": {
                "Skill": "Mechanics",
		"Lvl": 5
                "Ingredients": {
                    "copper-gear": 2,
		    "board": 2
                }
            }
        },
        "glass-tube": {
            "Recipe": {
                "Skill": "Pottery",
                "Equipment": "bonfire",
		"Lvl": 10
                "Ingredients": {
                    "glass": 1
                }
            }
        },
        "injector": {
            "Recipe": {
                "Skill": "Mechanics",
                "Equipment": "anvil",
		"Tool": "Hammer",
		"Lvl": 10
                "Ingredients": {
                    "copper-ignot": 1,
		    "copper-gear": 1,
		    "glass-tube": 1
                }
            }
        },
	    "protein-drug": {
            	"Props": {
		"Protein": 0.5,
		"Health": -25
            	},
           	 "Recipe": {
              	  "Skill": "Alchemy",
			"Tool": "Small-transmutation-circle",
			"Lvl": 35
              	  "Ingredients": {
              	      "injector": 1,
		      "meat": 3,
		      "shufle": 2
             	   }
               }
      	  },
	    "Carbohydrate-drug": {
            	"Props": {
		"Carbohydrate": 0.5,
		"Health": -25
            	},
           	 "Recipe": {
              	  "Skill": "Alchemy",
			"Tool": "Small-transmutation-circle",
			"Lvl": 35
              	  "Ingredients": {
              	      "injector": 1,
		      "potato": 3,
		      "shufle": 2
             	   }
               }
      	  },
	    "Fat-drug": {
            	"Props": {
		"Fat": 0.5,
		"Health": -25
            	},
           	 "Recipe": {
              	  "Skill": "Alchemy",
			"Tool": "Small-transmutation-circle",
			"Lvl": 35
              	  "Ingredients": {
              	      "injector": 1,
		      "coconut": 3,
		      "shufle": 2
             	   }
               }
      	  },
	    "Calcium-drug": {
            	"Props": {
		"Calcium": 0.5,
		"Health": -25
            	},
           	 "Recipe": {
              	  "Skill": "Alchemy",
			"Tool": "Small-transmutation-circle",
			"Lvl": 35
              	  "Ingredients": {
              	      "injector": 1,
		      "Apple": 3,
		      "shufle": 2
             	   }
               }
      	  },
    "sterile-injector": {
            "Recipe": {
                "Skill": "Mechanics",
                "Equipment": "anvil",
		"Tool": "Hammer",
		"Lvl": 20
                "Ingredients": {
		    "copper-gear": 1,
		    "silver-ignot":1,
		    "glass-tube": 1
                }
            }
        },
	    "purified-protein-drug": {
            	"Props": {
		"Strenght": 0.01,
		"Health": -25
            	},
           	 "Recipe": {
              	  "Skill": "Alchemy",
			"Tool": "Small-transmutation-circle",
			"Lvl": 45
              	  "Ingredients": {
              	      "sterile-injector": 1,
		      "meat": 3,
		      "energy": 2
             	   }
               }
      	  },
	    "purified-Carbohydrate-drug": {
            	"Props": {
		"Intilegence": 0.01,
		"Health": -25
            	},
           	 "Recipe": {
              	  "Skill": "Alchemy",
			"Tool": "Small-transmutation-circle",
			"Lvl": 45
              	  "Ingredients": {
              	      "sterile-injector": 1,
		      "potato": 3,
		      "energy": 2
             	   }
               }
      	  },
	    "purified-Fat-drug": {
            	"Props": {
		"Vitality": 0.01,
		"Health": -25
            	},
           	 "Recipe": {
              	  "Skill": "Alchemy",
			"Tool": "Small-transmutation-circle",
			"Lvl": 45
              	  "Ingredients": {
              	      "sterile-injector": 1,
		      "coconut": 3,
		      "energy": 2
             	   }
               }
      	  },
	    "purified-Calcium-drug": {
            	"Props": {
		"Agility": 0.01,
		"Health": -25
            	},
           	 "Recipe": {
              	  "Skill": "Alchemy",
			"Tool": "Small-transmutation-circle",
			"Lvl": 45
              	  "Ingredients": {
              	      "sterile-injector": 1,
		      "Apple": 3,
		      "energy": 2
             	   }
               }
      	  },
        "cured-meat": {
            "Props": {
		"Slice": "pice-of-cured-meat"
		"Count": 3
                "Energy": 90,
		"Protein": 0.3
		"Stamina": -9
            },
            "Recipe": {
                "Skill": "Cooking",
                "Equipment": "bonfire",
		"Lvl": 2
                "Ingredients": {
                    "meat": 3,
		    "ash": 1
                }
            }
        },
        "pice-of-cured-meat": {
            "Props": {
                "Energy": 30,
		"Protein": 0.1
		"Stamina": -3
                }
            }
        },	    
        "onion": {
            "Props": {
                "Energy": 10,
		"Calcium": 0.05
                }
            }
        },
        "potato": {
            "Props": {
                "Energy": 15,
		"Carbohydrate": 0.1
                }
            }
        },
        "baked-potato": {
            "Props": {
                "Energy": 20,
		"Carbohydrate": 0.2
            },
            "Recipe": {
                "Skill": "Cooking",
                "Equipment": "bonfire",
                "Ingredients": {
                    "potato": 2,
		    "ash": 1
                }
            }
        },
        "vegetables": {
            "Props": {
                "Energy": 30,
		"Carbohydrate": 0.15,
		"Calcium": 0.05
            },
            "Recipe": {
                "Skill": "Cooking",
                "Equipment": "bonfire",
		"Tool": "frying-pan",
		"Lvl": 3,
                "Ingredients": {
                    "potato": 1,
		    "onion": 1,
		    "carrot": 1
                }
            }
        },
	    
        },
        "awesome-rabbit-with-vegetables": {
            "Props": {
		"Slice": "portion-ov-awesome-rabbit"
		"Count": 3
                "Energy": 105,
		"Protein": 4.8,
		"Carbohydrate": 1.2,
		"HealthPoints": 18
            },
            "Recipe": {
                "Skill": "Cooking",
                "Equipment": "bonfire",
		"Tool": "frying-pan",
		"Lvl": 25,
                "Ingredients": {
                    "vegetables": 2,
		    "rabbit": 5,
		    "wine": 1,
		    "HotPepper": 1
                }
            }
        },
        "portion-ov-awesome-rabbit": {
            "Props": {
                "Energy": 35,
		"Protein": 1.6,
		"Carbohydrate": 0.4,
		"HealthPoints": 6
                }
            }
        },
        "raw-meat-pie": {
            "Bakeinto": "meat-pie",
	    "Readiness": {"Max": 13}
            "Recipe": {
                "Skill": "Cooking",
		"Lvl": 7,
                "Ingredients": {
                    "dough": 2,
		    "meat": 3,
                }
            }
        },
        "meat-pie": {
            "Props": {
                "Energy": 66,
                "Protein": 1.2,
		"Fat": 0.5,
		"Carbohydrate": 0.7
            },
	    
        },
        "raw-mutton-pie": {
            "Bakeinto": "mutton-pie",
	    "Readiness": {"Max": 13}
            "Recipe": {
                "Skill": "Cooking",
		"Lvl": 10,
                "Ingredients": {
                    "dough": 2,
		    "mutton": 3,
                }
            }
        },
        "mutton-pie": {
            "Props": {
                "Energy": 72,
                "Protein": 1.3,
		"Fat": 0.7,
		"Carbohydrate": 0.6
            },
	    
        },
      "mutton": {
            "Props": {
                "Energy": 30,
                "Protein": 0.06
            }
        },
        "roasted-mutton: {
            "Props": {
                "Energy": 30,
                "Protein": 0.1
                "Fat": 0.04
            },
            "Recipe": {
                "Skill": "Cooking",
                "Equipment": "bonfire",
                "Ingredients": {
                    "mutton": 1,
                    "twig": 1
                }
            }
        },
      "HotPepper": {
            "Props": {
            }
        },
        "shashlik": {
            "Props": {
                "Energy": 50,
                "Protein": 0.3
		"Fat": 0.1
            },
	    "Lvl": 5,
            "Recipe": {
                "Skill": "Cooking",
                "Equipment": "bonfire",
		"Tool": "knife",
		"Lvl": 5,
                "Ingredients": {
                    "mutton": 2,
		    "HotPepper": 1,
                    "twig": 1
                }
            }
        },
       "hemp": {
        },
        "shit": {
            "Props": {
                "Energy": 1
            }
        },
        "vomit": {
            "Props": {
                "Energy": 1
            }
        },
        "wheat": {
            "Props": {
                "Energy": 1
            }
        },
        "dough": {
            "Recipe": {
                "Skill": "Cooking",
                "Lvl": 3,
                "Liquid": {
                    "Type": "water",
                    "Volume": 10
                },
                "Ingredients": {
                    "flour": 2,
                    "chicken-egg": 1
                }
            }
        },
        "flour": {
            "Recipe": {
                "Skill": "Cooking",
                "Equipment": "millstone",
                "Duration": 5,
                "Lvl": 1,
                "Ingredients": {
                    "wheat": 2
                }
            }
        },
        "raw-carrot-cake": {
            "Bakeinto": "carrot-cake",
            "Readiness": {"Max": 9},
            "Recipe": {
                "Skill": "Cooking",
                "Lvl": 5,
                "Ingredients": {
                    "dough": 2,
                    "carrot": 4
                }
            }
        },
        "raw-hemp-cake": {
            "Bakeinto": "hemp-cake",
            "Readiness": {"Max": 17},
            "Recipe": {
                "Skill": "Cooking",
                "Lvl": 30,
                "Ingredients": {
                    "dough": 2,
                    "hemp": 2
                }
            }
        },
        "raw-apple-pie": {
            "Bakeinto": "apple-pie",
            "Readiness": {"Max": 13},
            "Recipe": {
                "Skill": "Cooking",
                "Lvl": 10,
                "Ingredients": {
                    "apple": 4,
                    "dough": 2
                }
            }
        },
        "carrot-cake": {
            "Lvl": 5,
            "Props": {
                "Energy": 50,
                "Carbohydrate": 1,
                "Fat": 1,
                "Calcium": 0.5
            }
        },
        "hemp-cake": {
            "Lvl": 30,
            "Props": {
                "Energy": 30,
                "Carbohydrate": 2
            }
        },
        "apple-pie": {
            "Lvl": 10,
            "Props": {
                "Energy": 30,
                "Calcium": 1
            }
        },
        "butterfly-wings": {
            "Props": {
                "Energy": 20,
                "Carbohydrate": 1
            }
        },
        "carrot": {
            "Props": {
                "Energy": 10,
                "Carbohydrate": 0.05
            }
        },
        "apple": {
            "Props": {
                "Energy": 10,
                "Calcium": 0.05
            }
        },
        "grape": {
            "Props": {
                "Energy": 10,
                "Carbohydrate": 0.05
            }
        },
        "coconut": {
            "Props": {
                "Energy": 10,
                "Fat": 0.05
            }
        },
        "banana": {
            "Props": {
                "Energy": 10,
                "Protein": 0.05
            }
        },
        "turnip": {
            "Radius": 24,
            "MoveType": "liftable",
            "CanCollide": true,
            "Props": {
                "Energy": 75,
                "Protein": 0.1,
                "Fat": 0.1
            }
        },
        "pumpkin": {
            "Radius": 24,
            "MoveType": "liftable",
            "CanCollide": true,
            "Props": {
                "Slice": "pumpkin-slice",
                "Energy": 75,
                "Carbohydrate": 0.1,
                "Calcium": 0.1
            }
        },
        "pumpkin-slice": {
            "Props": {
                "Energy": 15,
                "Carbohydrate": 0.2,
                "Calcium": 0.02
            }
        },
        "meat": {
            "Props": {
                "Energy": 30,
                "Protein": 0.05
            }
        },
        "roasted-meat": {
            "Props": {
                "Energy": 30,
                "Protein": 0.1
            },
            "Recipe": {
                "Skill": "Cooking",
                "Equipment": "bonfire",
                "Ingredients": {
                    "meat": 1,
                    "twig": 1
                }
            }
        },
        "rabbit-meat": {
            "Props": {
                "Energy": 25,
                "Protein": 0.05
            }
        },
        "rabbit-roast": {
            "Props": {
                "Energy": 50,
                "Protein": 0.3
            },
            "Lvl": 3,
            "recipe": {
                "Skill": "Cooking",
                "Equipment": "bonfire",
                "Tool": "knife",
                "Lvl": 3,
                "Ingredients": {
                    "rabbit-meat": 3,
                    "twig": 1
                }
            }
        },
        "chicken-egg": {
            "Props": {
                "Energy": 10,
                "Protein": 0.01
            }
        },
        "fried-egg": {
            "Props": {
                "Energy": 15,
                "Protein": 0.1
            },
            "Lvl": 2,
            "Recipe": {
                "Skill": "Cooking",
                "Lvl": 2,
                "Equipment": "bonfire",
                "Tool": "frying-pan",
                "Ingredients": {
                    "chicken-egg": 1
                }
            }
        },
        "chicken-brisket": {
            "Props": {
                "Energy": 10,
                "Protein": 0.01
            },
            "Readiness": {"Max": 3},
            "Bakeinto": "baked-chicken-brisket"
        },
        "chicken-leg": {
            "Props": {
                "Energy": 10,
                "Protein": 0.01
            }
        },
        "chicken-wing": {
            "Props": {
                "Energy": 10,
                "Protein": 0.01
            }
        },
        "baked-chicken-brisket": {
            "Props": {
                "Energy": 15,
                "Protein": 0.2
            }
        },
        "roasted-chicken-brisket": {
            "Props": {
                "Energy": 15,
                "Protein": 0.1
            },
            "Lvl": 2,
            "Recipe": {
                "Skill": "Cooking",
                "Lvl": 2,
                "Equipment": "bonfire",
                "Ingredients": {
                    "chicken-brisket": 1,
                    "twig": 1
                }
            }
        },
        "roasted-chicken-leg": {
            "Props": {
                "Energy": 15,
                "Protein": 0.1
            },
            "Lvl": 2,
            "Recipe": {
                "Skill": "Cooking",
                "Lvl": 2,
                "Equipment": "bonfire",
                "Ingredients": {
                    "chicken-leg": 1,
                    "twig": 1
                }
            }
        },
        "roasted-chicken-wing": {
            "Props": {
                "Energy": 15,
                "Protein": 0.1
            },
            "Lvl": 2,
            "Recipe": {
                "Skill": "Cooking",
                "Lvl": 2,
                "Equipment": "bonfire",
                "Ingredients": {
                    "chicken-wing": 1,
                    "twig": 1
                }
            }
        },
        "fried-chicken": {
            "Props": {
                "Energy": 66,
                "Protein": 0.5,
                "Fat": 0.5
            },
            "Lvl": 2,
            "Recipe": {
                "Skill": "Cooking",
                "Lvl": 2,
                "Equipment": "bonfire",
                "Tool": "frying-pan",
                "Ingredients": {
                    "chicken-wing": 2,
                    "chicken-brisket": 1,
                    "chicken-leg": 2,
                    "wooden-plate": 1
                }
            }
        },
        "rogalik": {
            "Props": {
                "Energy": 50,
                "Protein": 0.2,
                "Carbohydrate": 0.2,
                "Fat": 0.2,
                "Calcium": 0.2
            },
            "Lvl": 10,
            "recipe": {
                "Skill": "Cooking",
                "Lvl": 10,
                "Equipment": "oven",
                "ingredients": {
                    "dough": 3,
                    "carrot": 3,
                    "apple": 3,
                    "coconut": 1
                }
            }
        },
        "mushroom": {
            "Props": {
                "Energy": 10,
                "Protein": 0.05,
                "Carbohydrate": 0.05
            },
            "Sprite": {
                "Variants": ["1", "2"]
            }
        },
        "fried-mushroom": {
            "Props": {
                "Energy": 10,
                "Protein": 0.05,
                "Carbohydrate": 0.05
            },
            "Sprite": {
                "Variants": ["1", "2"]
            },
            "Lvl": 3,
            "Recipe": {
                "Skill": "Cooking",
                "Equipment": "bonfire",
                "Lvl": 10,
                "Ingredients": {
                    "mushroom": 1
                }
            }
        }