From dad5eef9aa5d2848fe8ff7287ea45257b399d397 Mon Sep 17 00:00:00 2001 From: grimsace Date: Fri, 8 May 2026 09:14:39 -0500 Subject: [PATCH] made module not require a specific system --- README.md | 2 +- module.json | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bfc0812..9a732df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Basic Aura Highlighting -A small, module that places a highlight around tokens in another token's aura. +A module that places a highlight around tokens in another token's aura. diff --git a/module.json b/module.json index f3637b8..26908cf 100644 --- a/module.json +++ b/module.json @@ -7,18 +7,7 @@ "verified": "13", "maximum": "14" }, - "description": "

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.

", - "relationships": { - "systems": [ - { - "id": "pf2e", - "manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json", - "compatibility": { - "minimum": "6.0.0" - } - } - ] - }, + "description": "

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.

", "flags": { "canUpload": true },