forked from Roll20/roll20-api-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript.json
23 lines (23 loc) · 959 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
{
"$schema": "https://github.com/Roll20/roll20-api-scripts/master/_Example%20Script%20-%20Check%20for%20formatting%20details/script.schema.json",
"name": "Encounter Creator",
"script": "encounter.js",
"version": "0.9",
"description": "A Script for Roll20 that will create Encounters, generate Loot and more for you. Check the [Wiki](https://github.com/Julexar/Encounter-Creator/wiki) for more Info.",
"authors": "Julexar",
"patreon": "https://patreon.com/julexar",
"roll20userid": "9989180",
"dependencies": ["ChatSetAttr"],
"modifies": {
"state.encounter": "read,write",
"state.temp": "read,write",
"state.loot.item": "read,write",
"state.monster": "read,write",
"state.party": "read,write",
"state.encbasics": "read",
"handout": "read,write",
"attribute.id": "read,write",
"attribute.gp": "read,write",
"attribute": "read,write"
}
}