foundryvtt / dnd5e

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

Feature Request: Allow Death Saving Throws to have added bonuses like other saving throws. #4790

Open Zanderaf opened 3 days ago

Zanderaf commented 3 days ago

Would be appreciated if death saving throws could get the same treatment as "system.abilities.[abbreviation].bonuses.save" via active effects and other means of granting bonuses to it. It technically is a saving throw and having a way to apply bonuses / penalties to it would be nice.

krbz999 commented 3 days ago

It is an instance of RollConfigField so it would probably be easy enough to give it a bonuses.save property. Would be good if it had a config menu as well.