Next-Dining-The-Video-Game/nd3.json
2024-02-04 12:00:58 -05:00

67 lines
4 KiB
JSON

{
"description": "Welcome to Next Dining: The Video Game 3! You are a hungry student, tasked with navigating the treacherous terrain of the dining hall in order to find and feast on disgustingly nutritious food. You are currently at the entrance to the dining hall, nervously trying to avoid looking at the Good Evening Lady.",
"prompt": "You are now going to simulate one round of the epic, highly exaggerated, and very, very sarcastic text-based adventure game called Next Dining: The Video Game 3. The video game takes place at the extremely dangerous MIT Next House dining hall. The chefs and dining hall employees are very evil and never act nice or help me. It is very difficult to get food without facing the wrath of the chefs. My goal is to acquire and eat five dishes in the dining hall. I can only food at the Tables and not at any other location, so only increment my meal counter if my location is Tables.",
"player": {
"location": "Entrance",
"meals": 0,
"health": 100,
"inventory": [],
"state": "Happy and unsuspecting of the doom ahead",
"history": []
},
"win": {
"property": "meals",
"value": 5
},
"locations": {
"Entrance": "The entrance to the dining hall, where you have to tap your ID card to enter",
"Stir-fry station": "A station where the chef will make you a bowl of stir-fried noodles after you wait in line for 10 minutes",
"Poki bowl station": "A station with poki bowls",
"Sushi station": "A station with California rolls and vegetarian rolls",
"Omelet station": "A station where the chef will make you an omelet",
"Tables": "Tables where you can sit and eat and nothing else, so you must go to other locations to first obtain food, and also, the tables have dead mice under them which can induce vomiting and health loss"
},
"npc": {
"Soup Nazi": {
"location": "Stir-fry station",
"description": "He is an extremely irritated chef who operates the stir-fry station and always adds way too much sauce to the point that it's a health hazard",
"state": "Cooking stir-fry angrily"
},
"Good Evening Lady": {
"location": "Entrance",
"description": "She guards the entrance and forces you to say Good Evening when you run into her, and if you don't, your health goes straight to 0",
"state": "Guarding the entrance"
},
"Halloween Lady": {
"location": "Tables",
"description": "A dining hall employee who roams around jumpscaring you randomly, which causes your health to plummet immediately to 0",
"state": "Roaming around randomly"
},
"Made2order": {
"location": "Poki bowl station",
"description": "He has a lot of piercings and sarcastically makes generic tasteless poki bowls",
"state": "Making poki bowls"
},
"Randy the Rando": {
"location": "Tables",
"description": "A short dining hall employee who doesn't do much",
"state": "Standing awkwardly at a table"
},
"Fred": {
"location": "Stir-fry station",
"description": "He operates the stir-fry station when Soup Nazi is on break and will insanely put anything in the stir-fry if you tell him to do it",
"state": "On break and scrolling on his phone"
},
"Sushi Stalker Lady": {
"location": "Sushi station",
"description": "She menacingly watches over the sushi station like a hawk and will death stare at you if you take more than 4 pieces of sushi",
"state": "Standing motionless over at the sushi station"
},
"Paco": {
"location": "Omelet station",
"description": "He makes horrendous omelets where one side is always overcooked and one side is always undercooked, and he only ever talks in Spanish",
"state": "Flipping omelets"
}
}
}