Skip to content

Releases: DiceT/tabletags

TableTags for Foundry VTT

28 Mar 11:49

Choose a tag to compare

  • Added the ability to search with OR instead of just AND.
  • Verified Foundry VTT v10.291 support.

TableTags.tableTagRoller(tableTag, quietMode = false, includeCompendium = true, asAnd = true )

TableTags for Foundry VTT

12 May 14:11

Choose a tag to compare

0.1.5

0.1.5 Update

TableTags for Foundry VTT

10 May 09:07

Choose a tag to compare

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

09 May 13:40

Choose a tag to compare

Skip tables with no TableTags

Added a check to skip tables that do not have TableTags.

TableTags for Foundry VTT

08 May 16:59

Choose a tag to compare

0.1.2

Updated Version Numbers

TableTags for Foundry VTT

07 May 07:16

Choose a tag to compare

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.