From 03201b98e04a934c4bed26e7d49a97eee9b51ede Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:43:45 -0400 Subject: [PATCH 01/24] Update issue templates --- .../add-support-for-a-system.md | 14 +++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 +++++++++++ 3 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add-support-for-a-system.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/add-support-for-a-system.md b/.github/ISSUE_TEMPLATE/add-support-for-a-system.md new file mode 100644 index 0000000..2a66b45 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-support-for-a-system.md @@ -0,0 +1,14 @@ +--- +name: Add Support for a System +about: Want you to add support for a system +title: "[System Support] " +labels: sys-support +assignees: ChasarooniZ + +--- + +**Health Value Path** `` +**Health Max Path** `` +**Is 0 A good value** `` + +additional notes (Ie if there is a different path depending on the actor etc. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..431ea61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]" +labels: bug +assignees: ChasarooniZ + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..82a13be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature]" +labels: enhancement +assignees: ChasarooniZ + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. From 7a8a74ca8897a99b77ee27e1cffbd4f0ffef77ed Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:54:30 -0400 Subject: [PATCH 02/24] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed4a421..9221adf 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ Adds some reaction for the pf2e system for dynamic token rings. - Tormenta 20 - Warhammer Fantasy Roleplay 4th Edition -*To see how to add support for your system look at [system Compatability](scripts/systemCompatability.js)* +[![Static Badge](https://img.shields.io/badge/Add%20your%20System-009900?logo=github)](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/issues/new?assignees=ChasarooniZ&labels=sys-support&projects=&template=add-support-for-a-system.md&title=%5BSystem+Support%5D+) + ### PF2e Exclusive Features - Flashes orange on negative condition From d6c34f6b13fe6ca8776fb6b5aa3091afab72bf80 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 4 Jul 2024 00:59:13 -0500 Subject: [PATCH 03/24] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9221adf..3f8c1d3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Adds some reaction for the pf2e system for dynamic token rings. ## Features - Flashes red on damage taken - - ![damage+example](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/assets/79132112/e87d28c6-95e9-4fa9-98f7-95ebb5faf2a2) + - - Flashes green on heal - ![healing+example](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/assets/79132112/55a1c569-d2b5-4d12-824e-2f10178eddef) - Flashes blue when targeted From bbe8c255ea9a411e495405135bce1573cea6ebe5 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 4 Jul 2024 03:11:42 -0400 Subject: [PATCH 04/24] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3f8c1d3..9dd0e4c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ # Reactive Token Ring Adds some reaction for the pf2e system for dynamic token rings. +[Supported Systems](#supported-systems) + ***Note: I only use pf2e so whether the compatability for other systems works is on whoever puts in the leg work to make them compatible* [Changelog](/CHANGELOG.md) | [Contributors](CONTRIBUTERS.md) @@ -20,14 +22,14 @@ Adds some reaction for the pf2e system for dynamic token rings. - Flashes red on damage taken - - Flashes green on heal - - ![healing+example](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/assets/79132112/55a1c569-d2b5-4d12-824e-2f10178eddef) + - - Flashes blue when targeted - - ![target+example+new](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/assets/79132112/a225c5e6-82e2-4e86-a9eb-b2d07d8537b9) + - ## How to Make a Dynamic Token -[![How to Make a Dynamic Token](https://img.youtube.com/vi/P7Ot2YipUjU/0.jpg)](https://youtu.be/P7Ot2YipUjU?si=I2VRDQexxBJybVRc) + -### Supported Systems +## Supported Systems - Alien RPG - Cyberpunk RED - Dungeon World @@ -43,8 +45,8 @@ Adds some reaction for the pf2e system for dynamic token rings. [![Static Badge](https://img.shields.io/badge/Add%20your%20System-009900?logo=github)](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/issues/new?assignees=ChasarooniZ&labels=sys-support&projects=&template=add-support-for-a-system.md&title=%5BSystem+Support%5D+) -### PF2e Exclusive Features +## PF2e Exclusive Features - Flashes orange on negative condition - - ![bad+effect](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/assets/79132112/598c187e-5044-4ce2-b3d7-40d887522f44) + - - Flashes pink on positive condition - - ![good+condition](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/assets/79132112/b766645e-4bfd-4198-b1bb-e36e99ea6e96) + - From fad1f02b0cc2571e18217f20229b51aa7950eaee Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 4 Jul 2024 03:12:55 -0400 Subject: [PATCH 05/24] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd0e4c..b72b63d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Adds some reaction for the pf2e system for dynamic token rings. - ## How to Make a Dynamic Token - +[](https://youtu.be/P7Ot2YipUjU?si=I2VRDQexxBJybVRc) ## Supported Systems - Alien RPG From 9994e4f46e46bdbaf8b4a7f54480ddaed4d7d157 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 4 Jul 2024 03:16:29 -0400 Subject: [PATCH 06/24] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc0ae1..9667145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [1.0.3](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/compare/1.0.2...1.0.3) - Systems Galore +## [1.1.0](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/compare/1.0.2...1.1.0) - Systems Galore - Adding Support for a lot of other systems - Thanks to [@shemetz](https://github.com/shemetz/tokenmagic-automatic-wounds/blob/master/scripts/system-compatibility.js) for the reference code <3 - Support for the following systems was added @@ -37,4 +37,4 @@ - Adds following features - Flashes red on damage taken - Flashes green on heal - - Flashes white when targetted \ No newline at end of file + - Flashes white when targetted From 2053ca0b0110a3c15924a5adc2c30af7621283eb Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 4 Jul 2024 04:26:00 -0400 Subject: [PATCH 07/24] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b72b63d..53ddeb0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Adds some reaction for the pf2e system for dynamic token rings. - Flashes blue when targeted - +### PF2e Exclusive Features +- Flashes orange on negative condition + - +- Flashes pink on positive condition + - + ## How to Make a Dynamic Token [](https://youtu.be/P7Ot2YipUjU?si=I2VRDQexxBJybVRc) @@ -44,9 +50,3 @@ Adds some reaction for the pf2e system for dynamic token rings. [![Static Badge](https://img.shields.io/badge/Add%20your%20System-009900?logo=github)](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/issues/new?assignees=ChasarooniZ&labels=sys-support&projects=&template=add-support-for-a-system.md&title=%5BSystem+Support%5D+) - -## PF2e Exclusive Features -- Flashes orange on negative condition - - -- Flashes pink on positive condition - - From b63eab3413ea2e7b60496f8e203ed119ba74ddba Mon Sep 17 00:00:00 2001 From: Mjb141 <46346590+Mjb141@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:41:53 +0100 Subject: [PATCH 08/24] Update systemCompatability.js Add Metanthropes --- scripts/systemCompatability.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/systemCompatability.js b/scripts/systemCompatability.js index 2c2ac5e..be823ef 100644 --- a/scripts/systemCompatability.js +++ b/scripts/systemCompatability.js @@ -57,6 +57,15 @@ function getSystemKeys(actor) { hpMaxPath: "system.health.max", zeroIsBad: true, }; + case "metanthropes": + if (actor.type !== "Vehicle") { + return { + hpPath: "system.Vital.Life.value", + hpMaxPath: "system.Vital.Life.max", + zeroIsBad: true, + }; + } + break; case "ose": return { hpPath: "system.hp.value", From f028ab8e31beda2139449d5bb2b27753dfc83296 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:47:55 -0400 Subject: [PATCH 09/24] Update CONTRIBUToRS.md --- CONTRIBUToRS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUToRS.md b/CONTRIBUToRS.md index 2fad15e..2f2a299 100644 --- a/CONTRIBUToRS.md +++ b/CONTRIBUToRS.md @@ -3,9 +3,12 @@ - Polish Translator - shemetz - Dev advice + - Code for supporting multiple systems - Feature ideas for - Flash Duration setting - Flashing on condition add - Flash duration based on damage taken/healed - 117K - - Persistent effects idea \ No newline at end of file + - Persistent effects idea +Mjb141 +- Support for Metanthropes system \ No newline at end of file From 10bcedffe16ff4349933b373b422b4ce1f5dcbfc Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:48:09 -0400 Subject: [PATCH 10/24] Update CONTRIBUToRS.md --- CONTRIBUToRS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUToRS.md b/CONTRIBUToRS.md index 2f2a299..15ab75f 100644 --- a/CONTRIBUToRS.md +++ b/CONTRIBUToRS.md @@ -10,5 +10,6 @@ - Flash duration based on damage taken/healed - 117K - Persistent effects idea + Mjb141 - Support for Metanthropes system \ No newline at end of file From c1b017bfb5c2210dd1f405c92ace3d4e27ecf00b Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:50:28 -0400 Subject: [PATCH 11/24] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53ddeb0..1f3c7a6 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Adds some reaction for the pf2e system for dynamic token rings. - Cyberpunk RED - Dungeon World - HeXXen 1733 Official +- Metanthropes - Old-School Essentials - Pathfinder 1 - Pathfinder Second Edition (PF2e) From a853592c75f2ada7e932dd7aaa0ea4605a219645 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:07:19 -0500 Subject: [PATCH 12/24] Update CONTRIBUToRS.md --- CONTRIBUToRS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUToRS.md b/CONTRIBUToRS.md index 15ab75f..f404d6f 100644 --- a/CONTRIBUToRS.md +++ b/CONTRIBUToRS.md @@ -12,4 +12,7 @@ - Persistent effects idea Mjb141 -- Support for Metanthropes system \ No newline at end of file +- Support for Metanthropes system (PR <3) + +LonePaladin +- Support for level up (Advanced 5e) From 7baa7c568c1040c4d04dd9a90d4eb59e4f8f5305 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:08:22 -0500 Subject: [PATCH 13/24] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9667145..7781201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.2 - Level Up +- Support for Level Up (Advanced 5e) (@Lonely Paladin) + ## [1.1.0](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/compare/1.0.2...1.1.0) - Systems Galore - Adding Support for a lot of other systems - Thanks to [@shemetz](https://github.com/shemetz/tokenmagic-automatic-wounds/blob/master/scripts/system-compatibility.js) for the reference code <3 From 31cdc63789bf62dbedef4da43c3743ff444925b2 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:11:25 -0500 Subject: [PATCH 14/24] Update systemCompatability.js --- scripts/systemCompatability.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/systemCompatability.js b/scripts/systemCompatability.js index be823ef..89da83f 100644 --- a/scripts/systemCompatability.js +++ b/scripts/systemCompatability.js @@ -26,6 +26,12 @@ export function isHealing(actor, update, status) { */ function getSystemKeys(actor) { switch (game.system.id) { + case "a5e": + return { + hpPath: "system.attributes.hp.value", + hpMaxPath: "system.attributes.hp.max", + zeroIsBad: false, + } case "alienrpg": if (actor.type !== "spacecraft" && actor.type !== "vehicles") { return { From 708198b7b4603e89e37425bc369d316ac4c09f6e Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:11:52 -0500 Subject: [PATCH 15/24] Update systemCompatability.js --- scripts/systemCompatability.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/systemCompatability.js b/scripts/systemCompatability.js index 89da83f..a6ce915 100644 --- a/scripts/systemCompatability.js +++ b/scripts/systemCompatability.js @@ -30,7 +30,7 @@ function getSystemKeys(actor) { return { hpPath: "system.attributes.hp.value", hpMaxPath: "system.attributes.hp.max", - zeroIsBad: false, + zeroIsBad: true, } case "alienrpg": if (actor.type !== "spacecraft" && actor.type !== "vehicles") { From 3b8995df65acb685caa9e828a7f157fc155cba2d Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:21:40 -0500 Subject: [PATCH 16/24] Update systemCompatability.js --- scripts/systemCompatability.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/systemCompatability.js b/scripts/systemCompatability.js index a6ce915..f0f6a41 100644 --- a/scripts/systemCompatability.js +++ b/scripts/systemCompatability.js @@ -32,6 +32,7 @@ function getSystemKeys(actor) { hpMaxPath: "system.attributes.hp.max", zeroIsBad: true, } + break; case "alienrpg": if (actor.type !== "spacecraft" && actor.type !== "vehicles") { return { From eb83e9cbd071018943c77d13c9b3bbc79e185261 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:23:03 -0500 Subject: [PATCH 17/24] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f3c7a6..15e47a1 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,9 @@ Adds some reaction for the pf2e system for dynamic token rings. - Cyberpunk RED - Dungeon World - HeXXen 1733 Official +- Level Up (Advanced 5e) - Metanthropes -- Old-School Essentials +- Old-School Essential - Pathfinder 1 - Pathfinder Second Edition (PF2e) - Powered by the Apocalypse From 68a20b92dcc172cf804c81bbb01f22c02e94202a Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:25:25 -0500 Subject: [PATCH 18/24] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7781201..a5574b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -## 1.1.2 - Level Up +## [1.1.2](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/compare/1.1.1...1.1.2) - Level Up - Support for Level Up (Advanced 5e) (@Lonely Paladin) +## [1.1.1](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/compare/1.1.0...1.1.1) - Metanthropes Support +- Added support for Metanthropes (@Mjb141) + ## [1.1.0](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/compare/1.0.2...1.1.0) - Systems Galore - Adding Support for a lot of other systems - Thanks to [@shemetz](https://github.com/shemetz/tokenmagic-automatic-wounds/blob/master/scripts/system-compatibility.js) for the reference code <3 From 378538591735e1bd66d306fa1143c6f61d130800 Mon Sep 17 00:00:00 2001 From: Jonas Karlsson Date: Sat, 6 Jul 2024 19:48:18 +0200 Subject: [PATCH 19/24] Add support for Dragonbane/Drakar och Demoner (https://github.com/pafvel/dragonbane/) --- scripts/systemCompatability.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/systemCompatability.js b/scripts/systemCompatability.js index 2c2ac5e..159837d 100644 --- a/scripts/systemCompatability.js +++ b/scripts/systemCompatability.js @@ -41,6 +41,12 @@ function getSystemKeys(actor) { hpMaxPath: "system.derivedStats.hp.max", zeroIsBad: true, }; + case "dragonbane": + return { + hpPath: "system.hitPoints.value", + hpMaxPath: "system.hitPoints.max", + zeroIsBad: true, + }; //case "dnd5e": case "dungeonworld": case "pf1": From cfcaf1c8de6936763627701e329b98ed4a961aab Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:25:09 -0500 Subject: [PATCH 20/24] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5574b3..1854291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.1.3](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/compare/1.1.2...1.1.3) - Dragonbane +- Support for Dragonbane - Drakar och Demoner (@xdy) + ## [1.1.2](https://github.com/ChasarooniZ/PF2e-Reactive-Token-Ring/compare/1.1.1...1.1.2) - Level Up - Support for Level Up (Advanced 5e) (@Lonely Paladin) From 078d5769900c0de4964d2525d395f5c0bb231ee6 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:25:51 -0500 Subject: [PATCH 21/24] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15e47a1..25d72cd 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Adds some reaction for the pf2e system for dynamic token rings. ## Supported Systems - Alien RPG - Cyberpunk RED +- Dragonbane - Drakar och Demoner - Dungeon World - HeXXen 1733 Official - Level Up (Advanced 5e) From 2d088c087f5c31bfde8d5b27a0a817863fe99285 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:27:02 -0500 Subject: [PATCH 22/24] Update and rename CONTRIBUToRS.md to CONTRIBUTORS.md --- CONTRIBUToRS.md => CONTRIBUTORS.md | 3 +++ 1 file changed, 3 insertions(+) rename CONTRIBUToRS.md => CONTRIBUTORS.md (88%) diff --git a/CONTRIBUToRS.md b/CONTRIBUTORS.md similarity index 88% rename from CONTRIBUToRS.md rename to CONTRIBUTORS.md index f404d6f..06549ca 100644 --- a/CONTRIBUToRS.md +++ b/CONTRIBUTORS.md @@ -16,3 +16,6 @@ Mjb141 LonePaladin - Support for level up (Advanced 5e) + +xdy +- Support for Dragonbane - Drakar och Demoner From 62fa4dba08a53f2779ea0ceff45cd379570165a2 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:48:17 -0500 Subject: [PATCH 23/24] Create publish-to-fvtt.yml --- .github/workflows/publish-to-fvtt.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/publish-to-fvtt.yml diff --git a/.github/workflows/publish-to-fvtt.yml b/.github/workflows/publish-to-fvtt.yml new file mode 100644 index 0000000..fd7eec9 --- /dev/null +++ b/.github/workflows/publish-to-fvtt.yml @@ -0,0 +1,11 @@ +name: Publish new version to foyndry +on: [released] +jobs: + refresh-feed: + runs-on: ubuntu-latest + steps: + - name: Run fvtt apu + uses: JamesIves/fetch-api-data-action@v2 + with: + endpoint: https://api.foundryvtt.com/_api/packages/release_version/ + configuration: '{ "method": "GET", "headers": { "Authorization": "${{ secrets.FVTT_API_TOKEN }}" } "body": { "id": "pf2e-reactive-token-ring", "dry-run": true, "release": { "version": "${{github.event.release.tag_name}}", "manifest": "https://github.com/${{github.repository}}/releases/${{github.event.release.tag_name}}/download/module.json", "notes": "https://github.com/${{github.repository}}/releases/tag/${{github.event.release.tag_name}}" "compatibility": { "minimum": "12", "verified": "12", "maximum": "" } } } }' From 5de849fa0f92977c4e3fd816e8c5098c746ece16 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Sat, 6 Jul 2024 16:00:48 -0500 Subject: [PATCH 24/24] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25d72cd..865a383 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ -# Reactive Token Ring -Adds some reaction for the pf2e system for dynamic token rings. +# Reactive Dynamic Token Ring +Adds some reaction for dynamic token rings. [Supported Systems](#supported-systems)