Import wrath-and-glory-gk-0.2.0.zip do wg-greyknights (2025-08-21T20:12:55Z)

This commit is contained in:
2025-08-21 20:12:55 +00:00
parent 24ad39dc6f
commit b4ee703fdc
14 changed files with 208 additions and 43 deletions
+24 -14
View File
@@ -1,26 +1,36 @@
{
"id": "gk-greyknight",
"title": "Grey Knight Add-on (Wrath & Glory)",
"description": "Homebrew Grey Knights kit for Wrath & Glory: archetype, Aegis armours, integrated storm bolter, Nemesis halberd, ability, macros, and preset actors.",
"version": "0.1.0",
"id": "wrath-and-glory-gk",
"title": "Wrath & Glory — Daemonhunters (Grey Knights)",
"description": "Grey Knights add-on: archetype, Aegis armours, Nemesis force halberd, integrated Storm Bolter, Aegis of Titan ability, and helper macros.",
"version": "0.2.0",
"compatibility": {
"minimum": "13",
"verified": "13"
"minimum": "10",
"verified": "11"
},
"authors": [
{
"name": "User & Assistant"
"name": "ChatGPT (assistant)"
}
],
"systems": [
"wrath-and-glory"
{
"id": "wrath-and-glory",
"type": "system",
"compatibility": {
"minimum": "5"
}
}
],
"esmodules": [
"scripts/auto-loadout.js"
"scripts/macro-gk-auto-loadout-on-archetype.js"
],
"readme": "README.txt",
"license": "LICENSE",
"url": "https://example.com/gk-greyknight",
"manifest": "https://example.com/gk-greyknight/module.json",
"download": "https://example.com/gk-greyknight/gk-greyknight-0.1.0.zip"
"scripts": [],
"packs": [],
"relationships": {
"systems": [
{
"id": "wrath-and-glory"
}
]
}
}