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 was playing around with the extends functionality from the statblock plugin and noticed that initiative tracker only seems to use the data defined in the new statblock, i.e. it doesn't seem to merge in the data from the base creature being extended when used in this plugin.
This is easily noticeable when hovering over a creature in an encounter block, normally it displays the AC and HP but doesn't if the extending statblock doesn't override the ac or hp fields. Similarly, in the initiative tracker no HP or AC are displayed.
No AC, HP available in encounter blocks on hover or in initiative tracker:
```statblock
extends: Goblin Warrior
name: Test Creature
```
If the AC, HP are explicitly listed in the extending statblock, they are picked up as usual:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I was playing around with the
extends
functionality from the statblock plugin and noticed that initiative tracker only seems to use the data defined in the new statblock, i.e. it doesn't seem to merge in the data from the base creature being extended when used in this plugin.This is easily noticeable when hovering over a creature in an encounter block, normally it displays the AC and HP but doesn't if the extending statblock doesn't override the
ac
orhp
fields. Similarly, in the initiative tracker no HP or AC are displayed.No AC, HP available in encounter blocks on hover or in initiative tracker:
If the AC, HP are explicitly listed in the extending statblock, they are picked up as usual:
The text was updated successfully, but these errors were encountered: