kakaroto / Beyond20

D&D Beyond Character Sheet Integration in Roll20
GNU General Public License v3.0
489 stars 144 forks source link

Track health (and other attributes) in Token Bars #1078

Closed jstephens7 closed 1 year ago

jstephens7 commented 1 year ago

Is your feature request related to a problem? Please describe. I see heath is being tracked somewhere within the extension here. I was wondering:

  1. Is this being tracked somewhere already? If yes,
  2. Is there some configuration that needs to be done to ensure it's tracked properly?
  3. Can we track it in the token bars? This seems like it would be an obvious place to track these stats.

Describe the solution you'd like Double click on the character token, set bar 1 to actorData.attributes.hp.value / actorData.attributes.hp.max.

Describe alternatives you've considered I think this isn't too hard to do manually, but it seems like something that could be added to the extension. If it is tracked somewhere else, just let me know.

Additional context

Token settings

Aeristoka commented 1 year ago

Already a feature: https://beyond20.here-for-more.info/faq#my-hp-from-dd-beyond-doesnt-synchronize-to-my-tokens

jstephens7 commented 1 year ago

Thanks!