forked from Roll20/roll20-api-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.json
More file actions
31 lines (31 loc) · 1.7 KB
/
Copy pathscript.json
File metadata and controls
31 lines (31 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "TokenController",
"script": "TokenController.js",
"version": "4.0.1",
"previousversions": ["4.0.0"],
"description": "# Token Controller\n\rBring your scene to life with simple but dynamic patrol pathing. Select a pre-defined path or quickly create your own (not map or position dependent, just works with grids), select a token, and click start. Tokens may have multiple paths assigned to them at a time, allowing for intricate path layering. Version 2 will have a Path Building tool!",
"authors": "Developesque",
"roll20userid": "6975764",
"useroptions": [],
"dependencies": [
"HTML Builder"
],
"modifies": {
"state.TokenController.module": "read,write",
"state.TokenController.schemaVersion": "read,write",
"state.TokenController.resets": "read,write",
"state.TokenController.storedVariables.paths.name": "read,write",
"state.TokenController.storedVariables.paths.path": "read,write",
"state.TokenController.storedVariables.activeTokenPaths.tokenId": "read,write",
"state.TokenController.storedVariables.activeTokenPaths.pathName": "read,write",
"state.TokenController.storedVariables.activeTokenPaths.step": "read,write",
"state.TokenController.storedVariables.activeTokenPaths.initialLeft": "read,write",
"state.TokenController.storedVariables.activeTokenPaths.initialTop": "read,write",
"state.TokenController.storedVariables.interval": "read,write",
"state.TokenController.storedVariables.hideCommands": "read,write",
"token.top": "read,write",
"token.left": "read,write"
},
"conflicts": [],
"patreon": "https://www.patreon.com/Developesque"
}