This commit is contained in:
2025-08-29 21:11:32 +02:00
parent 7465a79aa3
commit 987eef4f94
7 changed files with 229 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
{
"id": "wg-voidships-foundry",
"title": "Wrath & Glory: Voidships — Complete",
"description": "Statki jako aktorzy (vehicle) + krytyki d66 + makra w kompendium + skrypt helperów.",
"version": "1.3.0",
"compatibility": {
"minimum": "12",
"verified": "13"
},
"authors": [
{
"name": "Gizmo & GPT-5 Thinking"
}
],
"esmodules": [
"scripts/voidships.js"
],
"packs": [
{
"label": "W&G Voidships — Actors",
"name": "wg-voidships-actors",
"path": "packs/wg-voidships-actors.db",
"type": "Actor",
"system": "wrath-and-glory"
},
{
"label": "W&G Voidships — Tables",
"name": "wg-voidships-tables",
"path": "packs/wg-voidships-tables.db",
"type": "RollTable"
},
{
"label": "W&G Voidships — Macros",
"name": "wg-voidships-macros",
"path": "packs/wg-voidships-macros.db",
"type": "Macro"
}
],
"relationships": {
"systems": [
{
"id": "wrath-and-glory"
}
]
},
"readme": "journal/README.md",
"license": "LICENSE"
}