derikb / character-sheet-app

A responsive, online/offline web app to act as a character sheet for 5e D&D and other RPGs.
GNU General Public License v3.0
77 stars 32 forks source link

Add dice rollers to 5e sheet #100

Closed derikb closed 2 years ago

derikb commented 2 years ago

Perhaps buttons on various skills, saves, etc. that then roll a single dice roller.

The buttons will have to calculate what to roll and the bonuses, set them on the roller, then trigger the roller.

Resetting the roller will probably need to reset everything, which might require new methods on the roller itself.

derikb commented 2 years ago

With the new dice roller component should be able to add small buttons to various attributes, saves, skills, etc. that will automatically calculate the roll needed and then trigger it.

(Though dis/advantage will be a little tougher? Or just have people click twice and then pick high/low themselves).