foundryvtt / dnd5e

An implementation of the 5th Edition game system for Foundry Virtual Tabletop (http://foundryvtt.com).
MIT License
290 stars 197 forks source link

[Feature Request] Option for NPC average damage values #3367

Open roguedevjake opened 4 months ago

roguedevjake commented 4 months ago

It would be really great to have an option to automatically output the average damage values of a NPC instead of the dice rolls, as per the monster stat blocks.

This is something that really helps keep combats less swingy especially in the low levels and I really miss it.

maxobremer commented 4 months ago

just change the damage formula to be what result you want it to be? like just put the number in instead of the dice formula

JPMeehan commented 4 months ago

Might be a good third option for damage rolls, in addition to "normal" and "crit"

arbron commented 4 months ago

Perhaps it would be good to have some sort of separate control, because there are also cases where you need the maximum from a roll (Blight on plant, Destructive Wrath on a Tempest Cleric).

roguedevjake commented 4 months ago

Perhaps it would be good to have some sort of separate control, because there are also cases where you need the maximum from a roll (Blight on plant, Destructive Wrath on a Tempest Cleric).

I thought about that but there are a couple of issues. One being that you still need to be able to quarter, halve, and double the average value if necessary and the second being that adding extra mouse clicks is its own usability issue (given the rather large number of clicks involved currently and already high number of buttons).

just change the damage formula to be what result you want it to be? like just put the number in instead of the dice formula

That is an extremely large amount of work across a campaign. 2-4 edits per unique NPC on average. And if it is dealing with imported NPCs either via something like D&D Beyond Importer or if you are importing from a compendium on the fly because players are unpredictable it adds extra layers (especially with D&D Beyond Importer).

Given that it is a default of the system imo it would be good to have as an option.