From 6c79ad6aca63719321a34313d8fa7161c27602f2 Mon Sep 17 00:00:00 2001 From: Mord Eagle Date: Wed, 4 Jun 2025 00:39:53 -0400 Subject: [PATCH] Update script.json Updated "description" within script.json to correct formatting issues. --- GameAssist/script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameAssist/script.json b/GameAssist/script.json index 727503ed5..3f07bc426 100644 --- a/GameAssist/script.json +++ b/GameAssist/script.json @@ -3,7 +3,7 @@ "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\n\n## Overview\nGameAssist is a modular Roll20 API automation suite for D&D 5E (2014 Character Sheet; not yet tested on 2024).\n\nIt 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 (no sandbox reloads needed).\n\n## Requirements\n- Roll20 Pro (API access)\n- TokenMod (from Mod Library; must be installed above GameAssist in API order)\n- 7 Rollable Tables (case-sensitive): CF-Melee, CF-Ranged, CF-Thrown, CF-Spell, CF-Natural, Confirm-Crit-Martial, Confirm-Crit-Magic\n\nAfter installing GameAssist.js and TokenMod, create these Rollable Tables in the Collection tab. CritFumble and confirmation features will not work until tables exist and are correctly named.\n\n## Getting Started\n- Use `!ga-status` to check module readiness. Modules show Ready only if requirements are met.\n\n## Core Commands\n- !ga-enable \n- !ga-disable \n- !ga-config list|get|set|modules\n- !npc-hp-all\n- !npc-hp-selected\n- !concentration\n- !cc\n- !npc-death-report\n- !critfail\n- !critfumble help\n\n## Core Modules\n- CritFumble (customizable fumble results via Rollable Tables)\n- NPCManager (automated dead marker management for NPCs)\n- ConcentrationTracker (auto concentration checks and markers)\n- NPCHPRoller (rolls and sets HP)\n\nMost features require TokenMod for marker automation. Missing TokenMod will limit functionality.\n\n## Documentation & Support\nFor full documentation, detailed setup, troubleshooting, and sample Rollable Table entries, visit:\nhttps://github.com/Mord-Eagle/GameAssist/blob/main/README.md\n\nTo report issues or request features, use:\nhttps://github.com/Mord-Eagle/GameAssist/issues\n\n## Changelog\n- v0.1.1.1: Quiet-startup flag, improved log output\n- v0.1.1.0: Initial public release\n\nIf a module is not working, check Rollable Table names and TokenMod install order, then see the README or open an Issue on GitHub." "authors": "Mord Eagle", "roll20userid": "10646976", "dependencies": ["TokenMod"],