Skip to content

Releases: League-of-Foundry-Developers/pf2e-flatten

v12 support

11 Jun 20:37
c8e9425
Compare
Choose a tag to compare

Updates the module to work on v12. Closes #8, #10, & #14

Removes half-level proficiency support for PCs. Fixing the issue with the level adjustment applying to untrained skills was non-trivial.

If you want to handle half-level proficiency for PCs use the following rule element on an effect/feat on the PC.
{"key":"AdjustModifier","selector":"all","slug":"proficiency","mode":"subtract","value":1,"predicate":[{"not":"proficiency:untrained"}]}

V0.5.1

22 Oct 15:51
6c6b7a9
Compare
Choose a tag to compare

Update module.json to the correct version number/release url.

V0.5.0

06 Jul 18:48
13fb6f3
Compare
Choose a tag to compare

Update the Module.json to allow use on v11.

Half-level proficiency needs some work.

V0.4.1 Bugfix

22 Sep 23:13
e5fbace
Compare
Choose a tag to compare

Bugfix release:
Closes issue #6
Fixes missing language file for the Half-level proficiency for PCs

V0.4.0

16 Sep 18:18
fed5b4a
Compare
Choose a tag to compare

Updates the module to be compatible with v10

V0.3.1 Bugfix

16 Jan 16:42
f83f8bb
Compare
Choose a tag to compare

Fixed a bug that broke the unflatten context menu.
Confirmed that PF2e Proficiency Without Level can flatten PF2e's new @Checks feature.

V0.3.0

30 Dec 04:11
ba97cc6
Compare
Choose a tag to compare

Update for foundry v9

v0.2.2 Hotfix

19 Oct 15:32
989f01c
Compare
Choose a tag to compare

Updated the module to function on Foundry 0.8.9 using the latest version of the PF2e system.

Changed the way flattening is preformed such that NPC stats aren't altered directly but are instead modified.

[Hotfix take 2] Fixed module manifest, to correct foundry version compatibility, and switch over to League URL

V0.2.0 Support for 0.8.9

19 Oct 15:16
a29d7d1
Compare
Choose a tag to compare

Updated the module to function on Foundry 0.8.9 using the latest version of the PF2e system.

Changed the way flattening is preformed such that NPC stats aren't altered directly but are instead modified.

V0.2.3

19 Oct 15:39
4cb73f0
Compare
Choose a tag to compare

Updated the module to function on Foundry 0.8.9 using the latest version of the PF2e system.

Changed the way flattening is preformed such that NPC stats aren't altered directly but are instead modified.

[Hotfix take 3] Fixed module manifest, to correct foundry version compatibility, and switch over to League URL and correct download url.