basic foundry module setup

This commit is contained in:
grimsace
2026-05-07 13:26:08 -05:00
parent 72c6ab6cbc
commit 0c97023f59
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
packs/** binary
+15
View File
@@ -0,0 +1,15 @@
{
"id": "basicaurahighlighting",
"title": "Basic Aura Highlighting",
"version": "0.1.0",
"compatibility": {
"minimum": "13",
"verified": "13",
"maximum": "14"
},
"description": "<p>A small, system agnostic 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. This module also includes integration with pathfidner 2e, to make the auras toggleable in the actions tab of a character sheet.</p>",
"flags": {
"canUpload": true
},
"url": "https://codeberg.org/Grimsace/basic_aura_highlighting"
}