v1.6.0 -> v1.6.1
Major
- Drag and Drop documents for Advanced tables
- Conditionals and Groups can now have an iteration could, which will allow the same result to be looped N number of times with a single entry.
- Item Template/advanced tables/journal templates can have results drawn from advanced tables.
- Text Scan Mode for PDF scan to get text blocks.
- implemented "Manual Slice" To create complicated slices of table that dont fit normal detections.
- Able to drag tables into groups to combine them
- new Sub-tool Interface for PDF scan
Minor
- Fixed bug in reading tables with centered numbers and multi-line results.
- CSS tweaks for visual clarity
v1.5.0
Major
- Advanced Table added: This table essentially lets you create logic for fiddly "25% chance of this, 15% chance of that" tables with complex branching logic.
v1.4.5
Minor
- Minor CSS tweak to adjust folder size as a result of one of our folder buttons being slightly larger then foundry standard.
v1.4.4
Minor
- Resolved v13 depreciation warnings.
- Resolved a class extension hook error
- Resolved conflicts with other modules that attempt to create a button in the same space as the DTM.
v1.4.3
Minor
- Bug fix for anchored columns resetting numbering
- Bug fix for anchored columns not having full range of anchored item.
- Performance improvements
- Fix for issue where invalid ranges spiraled into an infinite warning loop.
- Other performance Tweaks.
v1.4.2
minor
- patched in support for [[#d#]] dice rolls for assigning values to template items
v1.4.1
Minor
- Improvements to Item Templates. Added ability to draw from outside of table generator. (performs like a standard table now)
- Added ability to reroll rolled attributes in an item.
v1.4.0
Major
- Item Template implementation
Item Templates
This is a large feature release that represents a major addition to table capabilities. Note that this tabletype exists outside of foundrys normal table capabilities. If the module is disabled or removed these tables appear as empty tables. The metadata is tied to the table and should remain however.
Features:
Create item templates To generate new items based on sub tables.
-
Base item:
Choose/roll a base item, or don't. If a base item is selected all attributes of the generated item default to the base items attributes, and can be overwritten/appended to with new rolls. -
Conditionals:
Set a die formula: d4, d6, d10, d100.
Add a branch and select the range of results. The things within the conditional branch will only be triggered on a roll. Note that you do not have to create empty branches for null results.
IE if something has a 2-in-6 chance of generating, you may do a d6 conditiona, and create a single branch for 1-2.
-
Groups:
These are largely organizational, and help with duplicating large chunks of table logic that can be tweaked for different parts. -
Add Attributes
Add attributes to groups/conditional branches. This is the bread and butter. The attributes in question belong to the item type selected by the generator. -
- Join method: Append, Prepend, Overwrite, Add(INT).
These methods determine what the results of the row will have on the base item. Append/prepend will add whatever results come up to either the front or back of the existing attribute values for the base item. Overwrite will completely replace the value, and add(int) will take an existing numerical value and add the result to it(this can be used for things like creating magic armor/magic weapon bonus' that increase AC/To-hit bonus rather then replace them.)
- Join method: Append, Prepend, Overwrite, Add(INT).
v1.3.2
Minor
- Fix for Drawn: True Bug regarding anchored tables.
- Fix for bug in range setting's jumping one too far
- Fix bug in auto formula that was producing weird results.
v1.3.1
minor
- Fixed up auto-formula to smooth over recipe use.
v1.3.0
Major
- Implemented Prefix templates for repeated content formats.
- Folder structure added for multiple tables.
v1.2.0
Major
- Table Recipe export for PDF scan mode
- Single vs Multi Column Table scan in PDF mode.
Minor
V1.1.1
major
- Implemented full editor for text results.
minor
- Added UUID copier to title bar of tables
- Fixed d100 "00" interaction with parsed tables
V1.1.0
Major
- Improved table parsing for table results with multiple lines that wrap.
Minor
- Added Informational note to journal template tables to make them more understandable.
- Fixed bug that was preventing tables in PDF scan mode from being renamed.
- Changed the way tables are named with prefix
- Checkbox in pdf scan mode to decide on the creation of compound tables.