Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "Name": "Kitchen",
- "Description": "A room used for preparing and cooking meals.",
- "Flora": [],
- "ProductionFacilities": [
- {
- "Name": "Oven",
- "Description": "A kitchen appliance used for baking, roasting, and heating food.",
- "Recipes": [
- {
- "Name": "Baked Chicken",
- "Description": "A simple dish made by baking a whole chicken in the oven.",
- "Inputs": [
- {
- "Name": "Whole Chicken",
- "Quantity": 1
- }
- ],
- "Outputs": [
- {
- "Name": "Baked Chicken",
- "Quantity": 1
- }
- ]
- },
- {
- "Name": "Toasted Bread",
- "Description": "Sliced bread toasted to a crispy golden brown.",
- "Inputs": [
- {
- "Name": "Bread",
- "Quantity": 2
- }
- ],
- "Outputs": [
- {
- "Name": "Toasted Bread",
- "Quantity": 2
- }
- ]
- },
- {
- "Name": "Roasted Vegetables",
- "Description": "A mix of vegetables roasted to bring out their natural flavors.",
- "Inputs": [
- {
- "Name": "Carrots",
- "Quantity": 2
- },
- {
- "Name": "Potatoes",
- "Quantity": 2
- }
- ],
- "Outputs": [
- {
- "Name": "Roasted Vegetables",
- "Quantity": 1
- }
- ]
- }
- ]
- },
- {
- "Name": "Stove",
- "Description": "A kitchen appliance used for cooking and heating food.",
- "Recipes": [
- {
- "Name": "Boiled Water",
- "Description": "Water boiled to a rolling boil.",
- "Inputs": [
- {
- "Name": "Water",
- "Quantity": 1
- }
- ],
- "Outputs": [
- {
- "Name": "Boiled Water",
- "Quantity": 1
- }
- ]
- },
- {
- "Name": "Fried Egg",
- "Description": "A simple dish made by frying an egg in a pan.",
- "Inputs": [
- {
- "Name": "Egg",
- "Quantity": 1
- }
- ],
- "Outputs": [
- {
- "Name": "Fried Egg",
- "Quantity": 1
- }
- ]
- },
- {
- "Name": "Cooked Noodles",
- "Description": "Noodles cooked in boiling water to a tender texture.",
- "Inputs": [
- {
- "Name": "Noodles",
- "Quantity": 1
- },
- {
- "Name": "Boiled Water",
- "Quantity": 1
- }
- ],
- "Outputs": [
- {
- "Name": "Cooked Noodles",
- "Quantity": 1
- }
- ]
- }
- ]
- },
- {
- "Name": "Sink",
- "Description": "A kitchen fixture used for washing and cleaning dishes, hands, and food.",
- "Recipes": [
- {
- "Name": "Clean Dishes",
- "Description": "Dirty dishes washed and rinsed to a clean state.",
- "Inputs": [
- {
- "Name": "Dirty Dishes",
- "Quantity": 1
- },
- {
- "Name": "Water",
- "Quantity": 1
- }
- ],
- "Outputs": [
- {
- "Name": "Clean Dishes",
- "Quantity": 1
- }
- ]
- },
- {
- "Name": "Wash Hands",
- "Description": "Dirty hands washed and rinsed to a clean state.",
- "Inputs": [
- {
- "Name": "Dirty Hands",
- "Quantity": 1
- },
- {
- "Name": "Water",
- "Quantity": 1
- }
- ],
- "Outputs": [
- {
- "Name": "Clean Hands",
- "Quantity": 1
- }
- ]
- },
- {
- "Name": "Wash Produce",
- "Description": "Dirty produce washed and rinsed to a clean state.",
- "Inputs": [
- {
- "Name": "Dirty Produce",
- "Quantity": 1
- },
- {
- "Name": "Water",
- "Quantity": 1
- }
- ],
- "Outputs": [
- {
- "Name": "Clean Produce",
- "Quantity": 1
- }
- ]
- }
- ]
- }
- ],
- "LikelyFlora": [],
- "LikelyFauna": [],
- "LikelyBuildings": [],
- "LikelyLooseItems": [
- "Knife",
- "Fork",
- "Spoon",
- "Plate",
- "Bowl",
- "Pot",
- "Pan",
- "Cutting Board"
- ],
- "LikelyProductionFacilities": [
- "Oven",
- "Stove",
- "Sink"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement