Files
Its-Achievable/module.json
Kaysser Kayyali 888790e5ff v0.1.1: track the hax-hooks-lib -> foundry-hooks-lib rename
User callout: 'Hax' is Kaysser's nickname, drop it from module
names. hooks-lib v0.3.0 renamed its module id; this commit
follows:

- relationships.modules[0].id: hax-hooks-lib -> foundry-hooks-lib
- relationships.modules[0].compatibility.minimum: 0.2.0 -> 0.3.0
  (we now require the renamed version)
- module.json: version 0.1.0 -> 0.1.1, download URL updated
- README.md, scripts/main.js, tests/PLAN.md, tests/test-helpers.mjs:
  branding text updates
- .gitignore: un-ignore the new 0.1.1 zip

Verification: 75/75 smoke assertions pass, no logic change.

Module title is now 'It's Achievable' (dropped the
'Hax's Tools' umbrella prefix per the same callout). 2 module
text changes are non-functional; pure branding.
2026-06-20 16:55:29 -04:00

46 lines
1.6 KiB
JSON

{
"id": "its-achievable",
"title": "It's Achievable",
"description": "Foundry VTT module: achievements engine, custom rules, rewards, achievement wall, and combat HUD. Consumes the generic Foundry hook facade from foundry-hooks-lib and the encounter state from battle-focus.",
"version": "0.1.1",
"library": false,
"manifestPlusVersion": "1.2.0",
"authors": [
{
"name": "Kaysser Taylor",
"url": "https://git.homelab.local/kaykayyali"
}
],
"compatibility": {
"minimum": 13,
"verified": 14
},
"relationships": {
"systems": [],
"modules": [
{
"id": "foundry-hooks-lib",
"type": "module",
"manifest": "https://git.homelab.local/kaykayyali/hooks-lib/raw/branch/main/module.json",
"compatibility": {
"minimum": "0.3.0"
}
}
],
"requires": []
},
"esmodules": ["scripts/main.js"],
"url": "https://git.homelab.local/kaykayyali/its-achievable",
"manifest": "https://git.homelab.local/kaykayyali/its-achievable/raw/branch/main/module.json",
"download": "https://git.homelab.local/kaykayyali/its-achievable/raw/branch/main/its-achievable-0.1.1.zip",
"readme": "https://git.homelab.local/kaykayyali/its-achievable/blob/main/README.md",
"changelog": "https://git.homelab.local/kaykayyali/its-achievable/commits/main",
"bugs": "https://git.homelab.local/kaykayyali/its-achievable/issues",
"license": "https://git.homelab.local/kaykayyali/its-achievable/blob/main/LICENSE",
"socket": false,
"flags": {
"allowBugReporter": true,
"hotReload": { "extensions": [], "paths": [] }
}
}