Skip to content

Update script.json #2070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GameAssist/script.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Module>\n • !ga-disable <Module>\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 <Module>\n- !ga-disable <Module>\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"],
Expand Down
Loading