ultrakorne / better-rolltables

Module for FoundryVTT to improve rolltables
MIT License
32 stars 29 forks source link

Support manual roll modes #142

Closed DanielBoettner closed 3 years ago

DanielBoettner commented 3 years ago

Fixes #72

This adds support for an options argument for

The options argument is used to check for a rollMode key. If found, the content (should be a string) will be used as the roll mode. The default still is the rollMode set via the game settings/UI.

Be aware that this branch also has my changes from #141.