Can you add a view to the campaign management screen that shows a summary view of the characters. So it would show name, AC, HP, status effects and passive skills like perception and investigation in a small table.
I know the Campaign Management page is still under construction / being developed, but some kind of a "here is what we are hoping for" mock up would be cool to see (even if it was done in paint in less than 5 min).
And to go with the above, maybe some way we can select what stats show up in said summary table. Who has Darkvision is a question we have in our campaign a lot of the time.
This is the pretty much exactly what I keep wanting to see. In particular I personally like to track my players AC, max HP and passive Skills. Having to click into each players char. sheet is a bit clumsy. It could be as simple as a one line summary for each player, as below. It would be best if there were a list of stats to pick from so that the DM could customize their view (maybe some DMs would like to see everyone's ability modifiers or saving throws for instance, perhaps some don't want to know the players HP)
Like so:
PlayerName
Avatar
Level
AC
Current HP
Max HP
Pass.Percept
Pass.Investigation
Pass.Insight
Bob
"Avatar"
5
20
30
38
12
10
14
Sara
"Avatar"
5
14
29
29
10
16
10
Gill
"Avatar"
5
16
12
32
18
12
15
I know this is an old post, if there is more up to date info, someone please point the way.
Note that since you can edit the source code of the addon, you can change the way data is presented. Here how I've put it for instance, to be a bit more condensed, and easier to read (for me at least):
I removed the "modifier" column to make it easier to read because I don't need it, and remove passive insight (i don't use it, I barely even use passive scores anyway). I need to find how to add a line with Spell Save's DC, but I can calculate them if i need to anyway.
Can you add a view to the campaign management screen that shows a summary view of the characters. So it would show name, AC, HP, status effects and passive skills like perception and investigation in a small table.
I know the Campaign Management page is still under construction / being developed, but some kind of a "here is what we are hoping for" mock up would be cool to see (even if it was done in paint in less than 5 min).
And to go with the above, maybe some way we can select what stats show up in said summary table. Who has Darkvision is a question we have in our campaign a lot of the time.
This is the pretty much exactly what I keep wanting to see. In particular I personally like to track my players AC, max HP and passive Skills. Having to click into each players char. sheet is a bit clumsy. It could be as simple as a one line summary for each player, as below. It would be best if there were a list of stats to pick from so that the DM could customize their view (maybe some DMs would like to see everyone's ability modifiers or saving throws for instance, perhaps some don't want to know the players HP)
Like so:
I know this is an old post, if there is more up to date info, someone please point the way.
There's an addon doing that for now, but a proper DM view is planned and in development.
Until then, the addon: https://www.reddit.com/r/dndnext/comments/cd86c1/very_basic_dm_screen_with_character_data_from_dd/
Click to learn to put cool-looking tooltips in your messages!
Thanks, This does a decent job for what I want. Still interested in what is being developed, but this fills in the gap nicely.
Note that since you can edit the source code of the addon, you can change the way data is presented. Here how I've put it for instance, to be a bit more condensed, and easier to read (for me at least):
I removed the "modifier" column to make it easier to read because I don't need it, and remove passive insight (i don't use it, I barely even use passive scores anyway). I need to find how to add a line with Spell Save's DC, but I can calculate them if i need to anyway.
Click to learn to put cool-looking tooltips in your messages!