-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript.json
38 lines (38 loc) · 951 Bytes
/
script.json
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
32
33
34
35
36
37
38
{
"name": "FabulaUltimator",
"script": "FabulaUltimator.js",
"version": "1.0.0",
"previousversions": [],
"description": "",
"authors": "morgdalaine",
"roll20userid": "61327",
"useroptions": [
{
"name": "overwrite",
"type": "select",
"options": ["off", "on"],
"default": "off",
"decription": "Overwrite existing sheets when importing a sheet with the same character name"
},
{
"name": "inplayerjournals",
"type": "select",
"options": ["all", "none", "self"],
"default": "all",
"decription": "Set default value for In Player Journals"
},
{
"name": "controlledby",
"type": "select",
"options": ["all", "none", "self"],
"default": "all",
"decription": "Set default value for Controlled By"
}
],
"dependencies": [],
"modifies": {
"character.*": "read,write",
"attribute.*": "read,write"
},
"conflicts": []
}