ROUNDS = [ { "dialog": [ { "who": "camera", "text": "Greetings! Wel- come back to your favorite", }, { "who": "camera", "text": "show ... the ORB of FORTUITY!", }, { "who": "camera", "text": "Our first contestant is...YOU! ", }, { "who": "you", "text": "Uh, where am I exactly? I must've fallen", }, { "who": "you", "text": "asleep watching TV at the dentist.", }, { "who": "camera", "text": "And our prior Orb Champion, THEM!", }, { "who": "them", "text": "Glad to be back.", }, { "who": "camera", "text": "Today our contests are playing for...", }, { "who": "camera", "text": "... the GRAND PRIZE!", }, { "who": "camera", "text": "Now it's time for YOU to spin the orb!", }, ], "wheel_outcomes": [ "$100", "$200", "$300", "$400", ], "phrases": [ { "phrase": ["DONT", "PANIC"], "category": "Quotes", }, { "phrase": ["MAKE", "IT", "SO"], "category": "Quotes", }, { "phrase": ["PHONE", "HOME"], "category": "Quotes", }, ], }, { "dialog": [ { "who": "you", "text": "That felt familiar...", }, { "who": "them", "text": "That's an odd 'feeling',..", }, { "who": "them", "text": "considering I am the champion.", }, { "who": "camera", "text": "We must move on! Four more rounds.", }, ], "wheel_outcomes": [ "$200", "$400", "$600", "$800", ], "phrases": [ { "phrase": ["DONT", "BLINK"], "category": "Ominous phrases", }, { "phrase": ["HELP", "IM", "TRAPPED"], "category": "Ominous phrases", }, { "phrase": ["LOOK", "BEHIND", "YOU"], "category": "Ominous phrases", }, ], }, { "dialog": [ { "who": "you", "text": "What exactly are the rules to this game?", }, { "who": "them", "text": "What do you mean by rules?", }, { "who": "you", "text": "What determines who wins?", }, { "who": "camera", "text": "Don't worry! Just spin that orb", }, { "who": "camera", "text": "...and watch out for the penalties!", }, { "who": "you", "text": "That's the type of rule I want to know about!", }, { "who": "camera", "text": "Round three!", }, ], "wheel_outcomes": [ "$300", "$600", "$900", "$1200", ], "phrases": [ { "phrase": ["BATTLE" "OF", "XEANII"], "category": "Historic Events", }, { "phrase": ["JOXIAN", "EMPIRE"], "category": "Historic Events", }, { "phrase": ["OMEGDONI", "ERUPTION"], "category": "Historic Events", }, ], }, { "dialog": [ { "who": "you", "text": "What kind of history was that?", }, { "who": "them", "text": "Didn't you learn about it in your...", }, { "who": "them", "text": "ancient history class?", }, { "who": "you", "text": "I must've been sick that day.", }, { "who": "you", "text": "Wait, what happened to THEM?", }, { "who": "camera", "text": "Just some minor technical difficulties.", }, { "who": "camera", "text": "The production team is working on it.", }, { "who": "camera", "text": "We're almost done, round four!", }, ], "wheel_outcomes": [ "$400", "$800", "$1200", "$1600", ], "phrases": [ { "phrase": ["GLORBIUS", "WORLD", "EATER"], "category": "\"Things\"", }, { "phrase": ["DEATH", "MADE", "FLESH"], "category": "\"Things\"", }, { "phrase": ["THE", "WARLOCK", "PLOYON"], "category": "\"Things\"", }, ], }, { "dialog": [ { "who": "you", "text": "Something is very wrong.", }, { "who": "you", "text": "What language was that?", }, { "who": "camera", "text": "You'll understand soon enough.", }, { "who": "you", "text": "I'm not sure I want to play anymore", }, { "who": "camera", "text": "It's not up to you.", }, ], "wheel_outcomes": [ "$500", "$1000", "$1500", "$2000", "GRAND PRIZE" ], "phrases": [ { "phrase": ["MEET", "YOUR", "DOOM"], "category": "YOUR LAST WORDS", }, ], }, ] END_DIALOG = [ { "who": "you", "text": "Did I win?", }, { "who": "you", "text": "I was doing really well.", }, { "who": "camera", "text": "After tallying the points....", }, { "who": "camera", "text": "YOU are not the winner.", }, { "who": "you", "text": "Does that mean I can leave now?", }, { "who": "camera", "text": "Thanks for tuning in folks!", }, { "who": "camera", "text": "We'll see you next time", }, { "who": "camera", "text": "on ORB OF FORTUITY!", }, ]