jopeek / fvtt-dndbeyond-character-sheet

FVTT - DNDBeyond Character Sheet for 5E
MIT License
23 stars 10 forks source link

Consider optionally implementing Character Actions dnd5e #21

Open akrigline opened 3 years ago

akrigline commented 3 years ago

I'm the creator of the OGL Character Sheet and the Compact D&DBeyond-like Character Sheet for 5e, after dnd5e 1.2.0 ruined some of the logic I had repeated in both my sheets, I set out to split my "Actions Panel" logic into its own module. This module can be used as an API or else it can simply inject its own tab similar to how the downtime modules do.

Character Actions dnd5e

I notice you also have an Actions tab, and was wondering if you would be interested in implementing the Character Actions in the same way as I did for my own sheet modules. It should be possible to gate behind a setting if you want to.

More info is in the readme of the repo, and by all means reach out on discord (@Calego#0914) if you want to talk through things, or if there's something you'd like Character Actions to do that it doesn't yet. My goal here is to provide some guidelines for this kind of module which will make Sheet Module lives easier by letting us combine our maintenance efforts when something breaks.