Skip to content

Releases: League-of-Foundry-Developers/fvtt-module-lmrtfy

v3.1.9

09 Nov 20:41
1f4c1e0
Compare
Choose a tag to compare
Merge pull request #194 from sasquach45932/master

Enhancement: Shadow Of The Demon Lord

v3.1.8

11 Jul 17:27
8d2206e
Compare
Choose a tag to compare

Modify 5e abilities to use new data structure #185

v3.1.7

30 Apr 21:17
024c88b
Compare
Choose a tag to compare
Merge pull request #181 from Telain/master

Add Support for FFD20

v3.1.6

02 Feb 18:04
1a65128
Compare
Choose a tag to compare
Merge pull request #178 from dmdorman/degenesis-system

adding degenesis system

3.1.5

31 Jan 20:34
c051b7e
Compare
Choose a tag to compare
  • Ability to hide/show Fail buttons on ability checks/saves and skill checks for DnD 5e

3.1.4

31 Jan 19:34
7f13312
Compare
Choose a tag to compare
  • Fixed an issue if no rolltables are available, it throws an error on the Requestor form.
  • Fixed an issue where Query Player didn't take player attributes into account.

3.1.3

31 Jan 18:46
d9fc5c7
Compare
Choose a tag to compare
  • Fix issue where saving throws from midi was being requested twice
  • Make sure checking module uses the latest way

3.1.2

23 Jan 17:01
6d77fd3
Compare
Choose a tag to compare
  • Future proof roll functionality so that patching in midi-qol can be removed in later version
  • Add some checks to ensure fail buttons works with current midi, future midi and without midi

3.1.1

22 Jan 21:00
75888a4
Compare
Choose a tag to compare
  • Disable fail buttons for systems with midi-qol in. This is temporary until midi-qol can update it's patching function.

v3.1.0

22 Jan 20:23
8582ad2
Compare
Choose a tag to compare
  • Fix some issues with PF2e rolls - thanks @timingila,
  • Add ability to choose to fail requested rolls. This currently just works for 5e modules, as I'm unsure how other modules would handle this.
    • If running midi-qol, this might not work as expected until a patch has been done.