forked from crawl/crawl
-
Notifications
You must be signed in to change notification settings - Fork 0
User Stories
Rylie Johnson edited this page Nov 11, 2022
·
1 revision
- 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
- 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
- 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
- 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
- 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”
- 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)
- Dungeon overview (accessibility improvement)
- Given there are altars
- When I press ctrl-O
- There are symbols displayed differentiating the types of altar
- Dungeon Overview (Help Screen)
- Given the dungeon overview screen is open
- When I press “?”
- More info on religion is displayed
- 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
- 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
- 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.
- 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.
- Jewelry Removal Shortcuts
- Given that I am removing jewelry
- When I press an item letter or any of “ < >
- The corresponding item will be removed
- 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.