Files
Grim_Rune_Terrain_Generator/module.json
T

27 lines
896 B
JSON
Raw Normal View History

2026-05-07 13:26:08 -05:00
{
2026-05-07 14:11:48 -05:00
"id": "basic_aura_highlighting",
2026-05-07 13:26:08 -05:00
"title": "Basic Aura Highlighting",
2026-05-07 17:04:42 -05:00
"version": "0.2.0",
2026-05-07 13:26:08 -05:00
"compatibility": {
"minimum": "13",
"verified": "13",
"maximum": "14"
},
2026-05-08 09:14:39 -05:00
"description": "<p>A module that places a highlight around tokens in another token's aura. This aura can be measured from the center of the tokens or edge to edge. See the token or prototype token menus for configuration.</p>",
2026-05-07 13:26:08 -05:00
"flags": {
"canUpload": true
},
2026-05-07 14:11:48 -05:00
"url": "https://codeberg.org/Grimsace/basic_aura_highlighting",
2026-05-07 15:47:10 -05:00
"manifest": "https://codeberg.org/Grimsace/basic_aura_highlighting/raw/branch/main/module.json",
"download": "https://codeberg.org/Grimsace/basic_aura_highlighting/archive/main.zip",
2026-05-07 14:11:48 -05:00
"esmodules": ["scripts/module.js"],
2026-05-07 15:06:56 -05:00
"styles": ["styles/module.css"],
2026-05-07 14:11:48 -05:00
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
]
}