foundryvtt / dnd5e

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

Damage enricher don't accept roll flavor #3547

Open arbron opened 3 weeks ago

arbron commented 3 weeks ago

The current regex doesn't allow for roll flavor to be attached to rolls because of how it detects the configuration section. It would be good to be able to define those either through the normal syntax (e.g. [[/damage 2d6[falling] type=bludgeoning]]) or something different.