From 2d00774122c6b1483e5c49a9c5f5bda6193626a6 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:05:19 -0400 Subject: [PATCH 1/2] Update module.json --- module.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/module.json b/module.json index 110f9c8..e378c62 100644 --- a/module.json +++ b/module.json @@ -4,8 +4,8 @@ "description": "A FAN module inspired by the rules Lawyer that shows off his iconic +1s Matter", "version": "#{VERSION}#", "compatibility": { - "minimum": "10", - "verified": "11" + "minimum": "12", + "verified": "12" }, "authors": [{ "name": "chasarooniZ" @@ -15,8 +15,8 @@ "id": "pf2e", "type": "system", "compatibility": { - "minimum": "5.2.1", - "verified": "5.3.0" + "minimum": "6.0.0", + "verified": "6.0.2" } }], "requires": [{ @@ -24,15 +24,15 @@ "type": "module", "compatibility": { "minimum": "3.0.0", - "verified": "3.1.2" + "verified": "3.2.0" } }, { "id": "pf2e-modifiers-matter", "type": "module", "compatibility": { - "minimum": "1.8.0", - "verified": "1.8.8" + "minimum": "1.9.0", + "verified": "1.9.5" } } ] @@ -62,4 +62,4 @@ "manifest": "#{MANIFEST}#", "download": "#{DOWNLOAD}#", "readme": "https://github.com/chasarooniZ/pf2e-rules-lawyer/blob/master/README.md" -} \ No newline at end of file +} From b218b6d5eb492e8cc8e189d6345c51fe2559c41e Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:52:49 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97af9ea..f947c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 12.0.0 V12 Support +- Now supports Fvtt `v12` and relevant module upgrades (Sequencer+ modifiers matters) +- Changes + - Added an API, can be called like so: + - `game.rulesLawyer` + - `create(evil: Boolean)` if evil is true play evil rules lawyer FX, otherwise play the normal one + - Should help for anyone who wants do the effect manually + - Positioning + Sizing changes + - Made some misc. positioning/sizing changes as I realized I was basing the size of the effect based on who triggered it's browser size + - Not Fully finished, will probably update it once more when I get around to thinking about it ## 11.3.0 Ronald's Rules of Aiding - Added new Compenmdium `Rules Lawyer Item Patches` that includes updated `Aid` and `Effect: Aid` - Rules based on [this video](https://www.youtube.com/watch?v=pvYzD7Bna60)