Skip to content

User Stories

Rylie Johnson edited this page Nov 11, 2022 · 1 revision
  1. Wield weapon information screen
  • Given I’m playing a character that can have weapons
  • When I press “w”
  • The Weapons list appears printing the weapon name of weapons you have in an easily digestible fashion
  1. Wield weapon information screen
  • Given I’m playing a character that can have weapons
  • When I press “w”
  • The Weapons list appears printing the weapon damage of weapons you have in an easily digestible fashion
  1. Wield weapon information screen
  • Given I’m playing a character that can have weapons
  • When I press “w”
  • The Weapons list appears printing the weapon accuracy of weapons you have in an easily digestible fashion
  1. Wield weapon information screen
  • Given I’m playing a character that can have weapons
  • When I press “w”
  • The Weapons list appears printing the weapon speed of weapons you have in an easily digestible fashion
  1. Dungeon Overview (Differentiate between found and reachable altars)
  • Given there are alters available
  • When I press Ctrl-O
  • I have a function to return if the alter is “reachable” “unknown” or if “all altars are unreachable”
  1. Dungeon Overview (Differentiate between found and reachable altars)
  • Given there are alters available
  • When I press Ctrl-O
  • Display using colors the results of my function telling if alters are accessible (dark grey, white, and light grey respectively)
  1. Dungeon overview (accessibility improvement)
  • Given there are altars
  • When I press ctrl-O
  • There are symbols displayed differentiating the types of altar
  1. Dungeon Overview (Help Screen)
  • Given the dungeon overview screen is open
  • When I press “?”
  • More info on religion is displayed
  1. Enable searching in the manual and the message log Accessibility Improvement
  • Given the I have hit the “?” to get the help menu
  • When I hit “^f”
  • I am able to search the help screen
  1. Enable searching in the manual and the message log Accessibility Improvement
  • Given the I have the message log displayed using “^p”
  • When I hit “^f”
  • I am able to search the message log
  1. Character/Class Selection Improvements
  • Given the main menu screen is open
  • When I enter race/class selection
  • I can opt to select a class first, then list character race option by its optimization for the selected class.
  1. Jewelry Removal Menu
  • Given that I am wearing jewelry
  • When I press shift-R
  • No menu should be displayed; the info should be in the message channel.
  1. Jewelry Removal Shortcuts
  • Given that I am removing jewelry
  • When I press an item letter or any of “ < >
  • The corresponding item will be removed
  1. Game Selection Menu Improvements
  • Given the Title Screen is open
  • When I enter the Game Selection screen
  • First time players will be encouraged to complete a tutorial, and the other game settings will be listed separately from settings/credit selection screens.

Clone this wiki locally