TheMillsFabula/module.json
trotFunky fe9b56acaa Introduce token UI adjustment script
Most of the token UI like tracking bars go over
the token in its own square.
However, the dynamic borders do the same and
conflict with them.

This script will handle moving the already existing
UI elements to free up the view of the token.
2025-05-30 21:38:02 +01:00

77 lines
1.6 KiB
JSON

{
"id": "the-mills-fabula",
"title": "Fabula Moletrina",
"description": "A module implementing our idiosyncratic ideas for the Mill's campaigns.",
"version": "0.3.0",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"relationships": {
"systems": [
{
"id": "projectfu",
"type": "system",
"compatibility": {
"verified": [
"2.4.10",
"3.0.2"
]
}
}
],
"modules": [
{
"id": "socketlib",
"type": "module",
"compatibility": {
"verified": "1.1.2"
}
}
]
},
"authors": [
{
"name": "trotFunky Sparks",
"flags": {}
}
],
"esmodules": [
"scripts/token_combat_border.mjs",
"scripts/token_ui_adjust.mjs"
],
"socket": true,
"packs": [
{
"name": "Macros",
"label": "The Mill's Macros",
"path": "packs/macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "projectfu",
"flags": {}
}
],
"license": "LICENSE",
"readme": "README.md",
"url": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/src/branch/release",
"manifest": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/raw/branch/release/module.json",
"download": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/archive/v0.3.0.zip"
}