From 04447d3ab552d4aed7016a441c51f63868d2f8d2 Mon Sep 17 00:00:00 2001 From: cosmo Date: Wed, 15 Apr 2026 22:51:11 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8088851..fa5e793 100755 --- a/README.md +++ b/README.md @@ -20,23 +20,23 @@ Adversaries: - [x] Tier 4 Heritages: -- [ ] Ancestries -- [ ] Communities +- [x] Ancestries +- [x] Communities Special Features: -- [ ] Transformations +- [x] Transformations Classes: -- [ ] Assassin -- [ ] Blood Hunter -- [ ] Brawler -- [ ] Warlock -- [ ] Witch +- [x] Assassin +- [x] Blood Hunter +- [x] Brawler +- [x] Warlock +- [x] Witch ## Important Information ### Automation -Not all Features and Actions can be automated currently, as a lot of work in the system backend is needed. COntent will be updated as the system backend evolves. +Not all Features and Actions can be automated currently, as a lot of work in the system backend is needed. Content will be updated as the system backend evolves. ### Content Availability Once content is no longer part of the Void Playtest Materials, it will be removed from this module - regardless of it being adopted into official content or not. From 74720d54124c2cae9b2515f8979b3bee4db4a1f6 Mon Sep 17 00:00:00 2001 From: cosmo Date: Mon, 20 Apr 2026 16:48:50 +0200 Subject: [PATCH 2/2] remove unused action field in module.json (foundry bug) --- module.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 84009f6..3a6b938 100755 --- a/module.json +++ b/module.json @@ -61,7 +61,6 @@ "flags": {} } ], - "action": "manageModule", "relationships": { "systems": [ { @@ -71,5 +70,7 @@ } ] }, - "esmodules": ["scripts/voidborne.js"] -} + "esmodules": [ + "scripts/voidborne.js" + ] +} \ No newline at end of file