Skip to content

Releases: ultrakorne/better-rolltables

Release v1.6.1

08 Aug 18:38
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Fixed compatibility issues with foundry 0.7 alpha

Release v1.6.0

08 Aug 18:33
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Fixed compatibility issues with foundry 0.7 alpha

Release v1.5.0

20 Jul 09:54
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Loot tables now also have the formula field for every result similar to (not for text result)
  • Updated Loot table examples (5e) showcasing simpler table configuration
  • New documentation page for Loot tables
  • Spanish translation (thanks to HonzoNebro)

Release v1.4.0

27 Jun 22:44
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • New Welcome screen with patchnotes!
  • New Tables with a lot of Human names, Orc names and surnames (check inside the Story Tables). They will be used in NPC Generators in future releases
  • Localized in Portoguese (thanks to rinnocenti)
  • Korean Localization updated (thanks KLO)

Release v1.3.0

20 Jun 23:12
Compare
Choose a tag to compare

GitHub Releases

Changelog

Release v1.2.1

20 Jun 01:09
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Fixing bug with rolling on recursive table without replacement not working correctly for loot tables

Release v1.2.0

19 Jun 16:33
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • new rolltable type "Better table" allow to define an amount formula for each table result making it perfect for encounter tables an many more.
  • "better" tables set to draw without replacement are honored when rolling on sub-tables and will be automatically resetted when 0 results are left
  • "better" tables can roll recursively on table that belong to compendia
  • "amount of rolls" define how many times the whole table is rolled (display roll in chat will only display the first roll at the moment)
  • check the Encounter Example table in the loot tables pack for reference
  • Korean translations (Thx to KLO)

Release v1.1.2

17 Jun 00:04
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Fixed table size not refreshing correctly after updating a table

Release v1.1.1

16 Jun 11:14
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Fixed issue with table scrolling and buttons not accessible on smaller screen resolutions

Release v1.1.0

10 Jun 22:36
Compare
Choose a tag to compare

GitHub Releases

Changelog

  • Added API to roll on Better RollTables from macros or other modules (check the wiki per api)