askTheDM icon indicating copy to clipboard operation
askTheDM copied to clipboard

Alexa skill: Get basic info about DND spells, items, and rules

Results 32 askTheDM issues
Sort by recently updated
recently updated
newest added

The bot created this issue to inform you that pyup.io has been set up on this repo. Once you have closed it, the bot will open pull requests for updates...

Currently being worked on in spell_class branch, so far features in this branch include: -Can X class cast Y spell? *completed* -Class prototyping ie: What is a bard's hit dice?...

feature

Tight now, I've arbitrarily split up some spell names like enlarge/reduce into spells enlarge and reduce. This is inconsistent with the PHB. We need to anticipate users asking for enlarge/reduce,...

Parse the "sage advice" twitter feed and return FAQs to users

_title_ Example: Give me three level 12 orc barbarians. output: They have a combined hit pool of X. *Hit points of a barbarian is 1d12(avg 7) + Con mod*

*Current output:* "10 gold piece" *Optimal output:* "10 gold" _or_ "10 gold pieces"

What {attribute} are {playerClass} proficient in? 'armor' 'paladins' What classes are 'proficient' with {attribute}? 'heavy armor'

utterance: Tell me about the trait {trait}? 'darkvision'

Requires two functions: 1) Keep a count of number of times a user has used the application 2) Prompts the user to leave a rating on the Skill store at...

The help message needs to be updated to reflect the new intents and usages. This could be as simple as updating the "HELP_MESSAGE" in `languageStrings.js`. Ideally, we should look at...