Compare commits

..

2 commits
0.9.0 ... main

Author SHA1 Message Date
74720d5412 remove unused action field in module.json (foundry bug) 2026-04-20 16:48:50 +02:00
04447d3ab5 Update README.md 2026-04-15 22:51:11 +02:00
2 changed files with 13 additions and 12 deletions

View file

@ -20,23 +20,23 @@ Adversaries:
- [x] Tier 4 - [x] Tier 4
Heritages: Heritages:
- [ ] Ancestries - [x] Ancestries
- [ ] Communities - [x] Communities
Special Features: Special Features:
- [ ] Transformations - [x] Transformations
Classes: Classes:
- [ ] Assassin - [x] Assassin
- [ ] Blood Hunter - [x] Blood Hunter
- [ ] Brawler - [x] Brawler
- [ ] Warlock - [x] Warlock
- [ ] Witch - [x] Witch
## Important Information ## Important Information
### Automation ### 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 ### 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. 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.

View file

@ -61,7 +61,6 @@
"flags": {} "flags": {}
} }
], ],
"action": "manageModule",
"relationships": { "relationships": {
"systems": [ "systems": [
{ {
@ -71,5 +70,7 @@
} }
] ]
}, },
"esmodules": ["scripts/voidborne.js"] "esmodules": [
} "scripts/voidborne.js"
]
}