diff --git a/README.md b/README.md index fa5e793..8088851 100755 --- a/README.md +++ b/README.md @@ -20,23 +20,23 @@ Adversaries: - [x] Tier 4 Heritages: -- [x] Ancestries -- [x] Communities +- [ ] Ancestries +- [ ] Communities Special Features: -- [x] Transformations +- [ ] Transformations Classes: -- [x] Assassin -- [x] Blood Hunter -- [x] Brawler -- [x] Warlock -- [x] Witch +- [ ] Assassin +- [ ] Blood Hunter +- [ ] Brawler +- [ ] Warlock +- [ ] 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. diff --git a/module.json b/module.json index 3a6b938..84009f6 100755 --- a/module.json +++ b/module.json @@ -61,6 +61,7 @@ "flags": {} } ], + "action": "manageModule", "relationships": { "systems": [ { @@ -70,7 +71,5 @@ } ] }, - "esmodules": [ - "scripts/voidborne.js" - ] -} \ No newline at end of file + "esmodules": ["scripts/voidborne.js"] +}