Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ClassArchive #2

Open
ctroller opened this issue Jul 14, 2020 · 0 comments
Open

Implement ClassArchive #2

ctroller opened this issue Jul 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ctroller
Copy link
Owner

https://www.dnd5eapi.co/docs/#classes-section

Needs a concept about how to represent proficiency choices (probably an Object "ProficencyChoice" with a number of choices as well as a list of proficiencies to pick from)

Saving throws could for now just be a link to an EAbilityScore enum as its roll value is determined by the proficiency bonus of the class.

Class object (name needs to be more precise -> CharacterClass?) should have a list of possible 5SRD subclasses, references to possible spells, starting gear, game mechanics, etc. -> probably best to put this way back until the other core features of the wrapper have been implemented

@ctroller ctroller added the enhancement New feature or request label Jul 14, 2020
@ctroller ctroller self-assigned this Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant