The point of the module is to allow multiple functionalities to support our campaign. They might not be suited all the time or to all of them. They might be buggy ! Add a toggle setting to the dynamic borders functionality, so that we can keep the compendium while it is fixed.
76 lines
1.6 KiB
JSON
76 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.2.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"
|
|
],
|
|
"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.2.0.zip"
|
|
}
|