-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
47 lines (46 loc) · 1.09 KB
/
module.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
39
40
41
42
43
44
45
46
47
{
"id": "myuselessmacros",
"title": "myUselessMacros",
"description": "A bunch of tools to you play GURPS on GGA",
"authors": [
{
"name": "Boifubá",
"url": "https://github.com/Boifuba",
"discord": "Boifubá#6083",
"flags": {}
}
],
"version": "0.2",
"compatibility": {
"minimum": "10",
"verified": "10.2885",
"maximum": "10"
},
"url": "https://gitlab.com/boifuba/myuselessmacros/",
"manifest": "https://raw.githubusercontent.com/boifuba/Gurps-Instant-Defaults/main/module.json",
"download": "https://github.com/boifuba/myuselessmacros/archive/refs/heads/main.zip",
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/simple.css"
],
"packs": [
{
"name": "GURPS4E-Macro",
"label": "myUselessMacros",
"path": "packs/macros.db",
"type": "Macro",
"private": false,
"flags": {}
},
{
"name": "GURPS4E-B-RollTables",
"label": "myUselessTables",
"path": "packs/gurps-4e-rolltables.db",
"type": "RollTable",
"private": false,
"flags": {}
}
]
}