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

New card-element line for Saving Throws #113

Open
magicat777 opened this issue May 31, 2018 · 1 comment
Open

New card-element line for Saving Throws #113

magicat777 opened this issue May 31, 2018 · 1 comment

Comments

@magicat777
Copy link

I was looking through the javascript for the various elements to see if there was a way to put all three standard DnD saving throws on one line (like you do with dndstats).

The standard saving throws for DnD and Pathfinder are: FOR (fortitude), REF (reflex), and WIL (will). The number ranges should be represented as a plus or minus modifier (i.e. "-2" or "+2"). 

Would this be as simple as copying the dndstats elements, removing all but three of them, and changing the variables from "stats" to "saves"?

@crobi
Copy link
Owner

crobi commented May 31, 2018

I could add this feature, but it's getting a little too specific. Note also that the current D&D edition (5e) has 6 saving throws, using the same names as stats (STR, DEX, CON, WIS, INT, CHA).

I'd rather have a generic table element where you can specify arbitrary column names.

Still, feel free to implement this and post a PR, but maybe using a pathfindersaves element name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants