You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: