Skip to content

Commit 5adecdb

Browse files
authored
Update script.json
- Updated "description" line - Updated "dependencies" line
1 parent 80d827f commit 5adecdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GameAssist/script.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"script": "GameAssist.js",
44
"version": "0.1.1.1",
55
"previousversions": ["0.1.1.0"],
6-
"description": "GameAssist 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\nRequirements:\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\nUse !ga-status to check module readiness; modules show Ready only if requirements are met.\n\nCore 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\nCore 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\nFor full documentation, detailed setup, troubleshooting, and sample Rollable Table entries, visit https://github.com/Mord-Eagle/GameAssist/blob/main/README.md\n\nTo report issues or request features, use https://github.com/Mord-Eagle/GameAssist/issues\n\nChangelog:\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."
6+
"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). Use !ga-enable, !ga-disable, and !ga-config to manage modules in-game. Full setup, documentation, and troubleshooting: github.com/Mord-Eagle/GameAssist.",
77
"authors": "Mord Eagle",
88
"roll20userid": "10646976",
99
"dependencies": {
10-
"TokenMod": ""
10+
"TokenMod": ["any"]
1111
},
1212
"modifies": [],
1313
"conflicts": [

0 commit comments

Comments
 (0)