Module import

This commit is contained in:
2025-08-27 20:49:42 +02:00
parent 18a3ef3c5a
commit 7465a79aa3
9 changed files with 722 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
All rights to original content remain with their respective owners.
+8
View File
@@ -0,0 +1,8 @@
# W&G Voidships 1.1 — Journal Pack
This module contains a single Journal Entry with subpages created from files in `wg-voidships.1.1.zip`.
Import the Journal into your world from the **W&G Voidships Docs** compendium.
- Compatible with Foundry VTT v11+
- Ownership: default Observer (2)
- Source archive: wg-voidships.1.1.zip
+26
View File
@@ -0,0 +1,26 @@
{
"id": "wg-voidships-journal",
"title": "W&G Voidships 1.1 — Journal Pack",
"description": "A single Journal Entry with subpages for each document from wg-voidships.1.1.zip.",
"version": "1.0.1",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"authors": [
{
"name": "Gizmo + GPT-5 Thinking"
}
],
"packs": [
{
"label": "W&G Voidships Docs",
"name": "wg-voidships-docs",
"path": "packs/wg-voidships-docs",
"type": "JournalEntry",
"system": ""
}
],
"readme": "README.md",
"license": "LICENSE"
}
File diff suppressed because one or more lines are too long