ElfFriend-DnD / foundryvtt-dnd5eCharacterActions

Provides a Template and data aggregator for dnd5e Character Actor Actions
MIT License
5 stars 18 forks source link

Feature Parity with compactBeyond5eSheet and OGL Sheet #1

Closed akrigline closed 3 years ago

akrigline commented 4 years ago

My own two character sheets use this concept in two different ways, I need to ensure that my 1.0 of this module supports both ways.

https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet

https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet

akrigline commented 3 years ago

Look at using getRollData() on the actor it might have a lot of useful information decoupled from the inventory.

akrigline commented 3 years ago

This has stalled pretty hard if that wasn't obvious. I got to the point where I realized I would have to reregister all a sheet's listeners and opened this issue: https://gitlab.com/foundrynet/foundryvtt/-/issues/3998

I think I might try libWrappering something along these lines into this module myself.