Files
basic_aura_highlighting/module.json
T

35 lines
953 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",
"version": "0.1.0",
"compatibility": {
"minimum": "13",
"verified": "13",
"maximum": "14"
},
2026-05-07 14:11:48 -05:00
"description": "<p>A module specifically for Pathfinder 2e 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>",
"relationships": {
"systems": [
{
"id": "pf2e",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json",
"compatibility": {
"minimum": "6.0.0"
}
}
]
},
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",
"esmodules": ["scripts/module.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
]
}