Import gk-greyknight-0.4.1.zip do wg-greyknights (2025-08-21T20:56:51Z)

This commit is contained in:
2025-08-21 20:56:51 +00:00
parent b301758881
commit da34a79555
2 changed files with 15 additions and 15 deletions
+9 -9
View File
@@ -1,13 +1,13 @@
Grey Knights — Compendium (Wrath & Glory) v0.4.0 Grey Knights — Compendium (Wrath & Glory) v0.4.1
Built from: GK_Foundry_GreyKnight_v5.zip (ONLY the 'foundry/*.json' files) Built from: GK_Foundry_GreyKnight_v5.zip (ONLY the 'foundry/*.json' files)
Built at: 2025-08-21 20:39:55 UTC Built at: 2025-08-21 20:55:51 UTC
Installation: How to install (manual):
1) Copy the folder 'gk-greyknight-compendium-0.4.0' into your Foundry data directory: Data/modules/ 1) Unzip so that you have: Data/modules/gk-greyknight/module.json (i.e. the FOLDER name == id).
2) Restart your World and enable the module: 'Grey Knights — Compendium (Wrath & Glory)' 2) Restart your World and enable module: 'Grey Knights — Compendium (Wrath & Glory)'.
3) Open the Compendium sidebar you should see: 'Grey Knights — Items (from foundry zip)' 3) Open Compendium sidebar you will see: 'Grey Knights — Items'.
4) Drag items out of the compendium into your world, or 'Import All' from its context menu. 4) Import by drag&drop or context menu 'Import All'.
Notes: Notes:
- This module intentionally contains ONLY the compendium; no macros, no auto-import hooks. - The compendium path in module.json uses 'packs/gk-items' (no .db) per v11+ packaging.
- If you want auto-import or loadout hooks, we can ship them in a separate module or a later version. - The actual data ships as 'packs/gk-items.db'. Foundry will automigrate it to the new format on first load.
+6 -6
View File
@@ -1,10 +1,10 @@
{ {
"id": "gk-greyknight-compendium", "id": "gk-greyknight",
"title": "Grey Knights — Compendium (Wrath & Glory)", "title": "Grey Knights — Compendium (Wrath & Glory)",
"description": "Compendium pack built ONLY from the provided 'foundry/' JSONs.", "description": "Compendium pack built ONLY from the provided 'foundry/' JSONs (6 items).",
"version": "0.4.0", "version": "0.4.1",
"compatibility": { "compatibility": {
"minimum": "13", "minimum": "11",
"verified": "13" "verified": "13"
}, },
"authors": [ "authors": [
@@ -18,8 +18,8 @@
"packs": [ "packs": [
{ {
"name": "gk-items", "name": "gk-items",
"label": "Grey Knights — Items (from foundry zip)", "label": "Grey Knights — Items",
"path": "packs/gk-items.db", "path": "packs/gk-items",
"type": "Item", "type": "Item",
"system": "wrath-and-glory", "system": "wrath-and-glory",
"private": false "private": false