From 94c4d2be68f436d3b9b373c25375d1f5f008b44d Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 26 Sep 2019 16:52:11 -0600 Subject: [PATCH] update --- console_play.py | 2 +- story/story_data.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/console_play.py b/console_play.py index 3faa15c..7cc9eb1 100644 --- a/console_play.py +++ b/console_play.py @@ -23,7 +23,7 @@ def console_print(str, pycharm=False): def play_unconstrained(): generator = CTRLGenerator() #generator = WebGenerator(CRED_FILE) - prompt = get_story_start("haunted") + prompt = get_story_start("starship") story_manager = UnconstrainedStoryManager(generator) story_manager.start_new_story(prompt) diff --git a/story/story_data.yaml b/story/story_data.yaml index e6a451b..06742d1 100644 --- a/story/story_data.yaml +++ b/story/story_data.yaml @@ -1,7 +1,10 @@ prompts: classic: "You enter a dungeon with your trusty sword and shield. You are searching for the evil necromancer who killed your family. You've heard that he resides at the bottom of the dungeon, guarded by legions of the undead. You enter the first door and see " - haunted: "You wake up in an old rundown hospital with no memory of how you got there. You look around and see " + hospital: "You wake up in an old rundown hospital with no memory of how you got there. You look around and see " + + starship: "You're the captain of the Magnetar, a giant starship and the last hope of defending earth from the swarms of alien spaceships that are now hurtling towards the planet. You only have a small amount of laser charges left. You must defend earth at all costs." + action_verbs: classic: ["You attack", "You tell", "You use", "You go"]