Skip to content

Releases: ultrakorne/better-rolltables

Release v1.0.0

07 Jun 19:50
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • NEW Story tables! Write your own NPC Generators, Encounters, Stories and many more...
  • Define your custom story generators in a journal, every story can have rolltable results, dice rolls and private GM part!
  • You story text can use html
  • Check the Random NPC included with the module on how to define story tables.

Release v0.9.1

05 Jun 18:07
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Fixed issue where dropping an entity on an empty roll table was not creating the first table result

Release v0.9.0

04 Jun 23:24
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Drag and drop entities on rolltables, making roll tables was never so fast!
  • Better rolltable fields in tables that are inside a locked compendium are readonly
  • Creating a token from a loot actor has the token linked to actor by default (adding new items on the actor will make them appear on the token)
  • It is possible to reference loot tables inside compendia with the syntax [compendiumname.tablename]
  • Fixed issue with chat card header when rolling a table that was displaying the incorrect number of draws

Release v0.8.2

03 Jun 00:21
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Many fixes for pf2e bringing functionality closer to 5e!
  • Added Individual treasure loot table from CR 0 to 4 in the compendium (5e only)

Release v0.8.1

30 May 22:05
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Fixed an issue with permissions on items created on the fly not viewable by players.

Release v0.8.0

28 May 18:48
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • It is now possible to Roll in chat using the Better RollTable functionality. Use the normal "roll" button after setting up a loot roll table. Items are draggable from the chat into character sheet.

Release v0.7.0

25 May 19:15
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Adding loot to an actor will always add quantity to an existing item if the item is the same (same name and price)
  • support for overlapping results (multiple table options can be selected with one roll if the range is overlapping
  • Honoring draw with replacement option. (NOTE: if you want the old behaviour just make sure draw with replacement is selected)

Release v0.6.0

24 May 12:15
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Currency rolls! you can have table entry to reward currency! syntax {1d6+2[gp], 1d4+1[pp]}
  • Added Currency Treasure table example in the roll table compendium

Release v0.5.0

23 May 11:27
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • New field "Amout of Rolls", the table can be rolled multiple times.

Release v0.4.2

22 May 11:16
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • It is possible to roll an amount of items that belong in a compendium (or items in the item directory) using the syntax: Arrow +1 @Compendium[dnd5e.items] @quantity[1d20]. If the item exist in the items directory you can skip the @Compendium[compendiumName] command. If the item does not exist, and item with that name will be created.
  • Added a Better Roll Table compendium with some examples. Check your compendia and Import all the rolltables before using them!