From 0c97023f5981099d819176ef2c86452593af4306 Mon Sep 17 00:00:00 2001 From: grimsace Date: Thu, 7 May 2026 13:26:08 -0500 Subject: [PATCH] basic foundry module setup --- .gitattributes | 1 + module.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitattributes create mode 100644 module.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4ee706a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +packs/** binary diff --git a/module.json b/module.json new file mode 100644 index 0000000..ef768c3 --- /dev/null +++ b/module.json @@ -0,0 +1,15 @@ +{ + "id": "basicaurahighlighting", + "title": "Basic Aura Highlighting", + "version": "0.1.0", + "compatibility": { + "minimum": "13", + "verified": "13", + "maximum": "14" + }, + "description": "

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.

", + "flags": { + "canUpload": true + }, + "url": "https://codeberg.org/Grimsace/basic_aura_highlighting" +} \ No newline at end of file