mirror of
https://github.com/migatu/vtt_work.git
synced 2026-07-14 21:38:39 +00:00
sync: wg-voidships-builder v1.4.9
This commit is contained in:
@@ -2,9 +2,16 @@
|
||||
"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.8",
|
||||
"compatibility": { "minimum": "12", "verified": "13" },
|
||||
"authors": [{ "name": "Gizmo & GPT-5 Thinking" }],
|
||||
"version": "1.4.9",
|
||||
"compatibility": {
|
||||
"minimum": "12",
|
||||
"verified": "13"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Gizmo & GPT-5 Thinking"
|
||||
}
|
||||
],
|
||||
"scripts": [
|
||||
"scripts/voidships.js",
|
||||
"scripts/voidship-actor.js"
|
||||
@@ -12,15 +19,47 @@
|
||||
"templates": [
|
||||
"templates/voidship-sheet.hbs"
|
||||
],
|
||||
|
||||
"packs": [
|
||||
{ "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 Voidship Macros", "name": "wg-voidship-macros", "path": "packs/wg-voidship-macros.db", "type": "Macro" },
|
||||
|
||||
{ "label": "W&G Voidship Archeotech", "name": "wg-voidship-archeotech", "path": "packs/wg-voidship-archeotech.db", "type": "Item", "system": "wrath-and-glory" },
|
||||
{ "label": "W&G Voidship Xenos", "name": "wg-voidship-xenos", "path": "packs/wg-voidship-xenos.db", "type": "Item", "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 Voidship Macros",
|
||||
"name": "wg-voidship-macros",
|
||||
"path": "packs/wg-voidship-macros.db",
|
||||
"type": "Macro"
|
||||
},
|
||||
{
|
||||
"label": "W&G Voidship Archeotech",
|
||||
"name": "wg-voidship-archeotech",
|
||||
"path": "packs/wg-voidship-archeotech.db",
|
||||
"type": "Item",
|
||||
"system": "wrath-and-glory"
|
||||
},
|
||||
{
|
||||
"label": "W&G Voidship Xenos",
|
||||
"name": "wg-voidship-xenos",
|
||||
"path": "packs/wg-voidship-xenos.db",
|
||||
"type": "Item",
|
||||
"system": "wrath-and-glory"
|
||||
}
|
||||
],
|
||||
"packFolders": [
|
||||
{
|
||||
@@ -37,7 +76,13 @@
|
||||
"folders": []
|
||||
}
|
||||
],
|
||||
"relationships": { "systems": [{ "id": "wrath-and-glory" }] },
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "wrath-and-glory"
|
||||
}
|
||||
]
|
||||
},
|
||||
"readme": "journal/README.md",
|
||||
"license": "LICENSE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user