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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: