This commit is contained in:
2025-09-16 14:29:35 +02:00
parent db350588fd
commit 5511acfb90
9 changed files with 148 additions and 90 deletions
+14 -45
View File
@@ -1,55 +1,24 @@
{
"id": "wg-voidships-foundry",
"title": "Wrath & Glory: Voidships — Complete",
"description": "Statki jako aktorzy (vehicle) + krytyki d66 + makra + items pack.",
"version": "1.3.2",
"compatibility": {
"minimum": "12",
"verified": "13"
},
"authors": [
{
"name": "Gizmo & GPT-5 Thinking"
}
],
"esmodules": [
"scripts/voidships.js"
],
"id": "wg-voidships-builder",
"title": "Wrath & Glory: Voidships — Builder",
"description": "Składanie okrętów jako Actorów przez dodawanie wyposażenia (gear) z kompendium.",
"version": "1.4.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 Voidship Hulls (Empty)", "name": "wg-voidship-hulls", "path": "packs/wg-voidship-hulls.db", "type": "Actor", "system": "wrath-and-glory" },
{ "label": "W&G Voidship Items", "name": "wg-voidship-items", "path": "packs/wg-voidship-items.db", "type": "Item", "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"
},
{
"label": "W&G Voidships — Items",
"name": "wg-voidships-items",
"path": "packs/wg-voidships-items.db",
"type": "Item",
"system": "wrath-and-glory"
}
{ "label": "W&G Voidship Macros", "name": "wg-voidship-macros", "path": "packs/wg-voidship-macros.db", "type": "Macro" }
],
"relationships": {
"systems": [
{
"id": "wrath-and-glory"
}
]
},
"relationships": { "systems": [{ "id": "wrath-and-glory" }] },
"readme": "journal/README.md",
"license": "LICENSE"
}
}