Skip to content

Commit f75318c

Browse files
authored
Update script.json
Correct Dependencies to reflect that GameAssist is not fully dependent.
1 parent 5adecdb commit f75318c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

GameAssist/script.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
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). 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.",
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) 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.",
77
"authors": "Mord Eagle",
88
"roll20userid": "10646976",
9-
"dependencies": {
10-
"TokenMod": ["any"]
11-
},
129
"modifies": [],
1310
"conflicts": [
1411
"Other scripts that modify NPC HP or use bar1_value"

0 commit comments

Comments
 (0)