diff --git a/GameAssist/script.json b/GameAssist/script.json index 727503ed5..0c57b443b 100644 --- a/GameAssist/script.json +++ b/GameAssist/script.json @@ -3,10 +3,9 @@ "script": "GameAssist.js", "version": "0.1.1.1", "previousversions": ["0.1.1.0"], - "description": "GameAssist is a modular Roll20 API framework for the 5E 2014 sheet.\n\nCore commands (GM only):\n • !ga-status – live metrics\n • !ga-enable \n • !ga-disable \n • !ga-config …\n\nBundled modules: CritFumble, NPCManager, ConcentrationTracker, NPCHPRoller.\nTokenMod is strongly recommended.\n\n## Changelog\n• 0.1.1.1 – Quiet-startup flag, newline-safe logging\n• 0.1.1.0 – Initial public release.", + "description": "GameAssist is a modular Roll20 API automation suite for D&D 5E (2014 Character Sheet). It streamlines DM workflow with hot-reload modules for crit fumbles, NPC death markers, concentration checks, and automatic HP rolling, all managed by a stable event queue and in-chat config. Requires TokenMod and several rollable tables (see README) for some features. Use !ga-enable, !ga-disable, and !ga-config to manage modules in-game. Full setup, documentation, and troubleshooting: github.com/Mord-Eagle/GameAssist.", "authors": "Mord Eagle", "roll20userid": "10646976", - "dependencies": ["TokenMod"], "modifies": [], "conflicts": [ "Other scripts that modify NPC HP or use bar1_value"