Releases: DiceT/tabletags
Releases · DiceT/tabletags
TableTags for Foundry VTT
TableTags for Foundry VTT
0.1.5 0.1.5 Update
TableTags for Foundry VTT
0.1.4
- Added the ability to look for multiple TableTags. All TableTags must be matched in order for the table to qualify. See new method below.
- If a table result is designated as "Roll Twice" the table will continue to be rolled on until two unique results are returned.
- Added the ability to roll on other tables when the [ROLL|tabletag1,tabletag2] is included.
- Added the ability to roll "quietly." No effects are accompanied with the table roll. See new method below.
TableTags for Foundry VTT
Skip tables with no TableTags Added a check to skip tables that do not have TableTags.
TableTags for Foundry VTT
0.1.2 Updated Version Numbers
TableTags for Foundry VTT
A Foundry module for adding tags to RollTables to roll on.
Currently, you can roll by tag and all tables that share that tag will be considered. One will be randomly chosen to be rolled upon. You can optionally include RollTables in the Compendium. There is a macro included, but only one line is needed.
tableTagsRoller("TableTag", false);
- The first property is the name of the tag.
- The second property is whether you want to skip the tables in the Compendium or not. true to skip, false to include.