Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Jun 18, 2024
2 parents f4fcd0d + b218b6d commit e83332b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
27 changes: 8 additions & 19 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -18,8 +18,8 @@
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "5.2.1",
"verified": "5.3.0"
"minimum": "6.0.0",
"verified": "6.0.2"
}
}
],
Expand All @@ -29,17 +29,18 @@
"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"
}
},

{
"id": "socketlib",
"type": "module",
Expand Down Expand Up @@ -67,18 +68,6 @@
},
"system": "pf2e",
"flags": {}
},
{
"name": "rules-lawyer-macros",
"label": "Rules Lawyer Macros",
"path": "packs/rules-lawyer-macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "pf2e",
"flags": {}
}
],
"url": "#{URL}#",
Expand Down

0 comments on commit e83332b

Please sign in to comment.