forked from ultrakorne/better-rolltables
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
100 lines (100 loc) · 2.26 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"id": "better-rolltables",
"title": "Better Roll Tables",
"description": "Adding functionality to roll tables, especially to roll treasure and magic items",
"version": "1.9.01",
"authors": [
{
"name": "Ultrakorne",
"url": "https://github.com/ultrakorne/",
"discord": "Ultrakorne#6240",
"flags": {}
},
{
"name": "Daniel Böttner",
"url": "https://github.com/DanielBoettner/",
"discord": "JackPrince#0494",
"flags": {}
},
{
"name": "Daimakaicho",
"url": "https://github.com/Daimakaicho",
"flags": {}
}
],
"esmodules": ["scripts/brt-main.js"],
"styles": ["styles/brt.css"],
"packs": [
{
"name": "brt-loot",
"label": "Loot Tables",
"system": "dnd5e",
"path": "packs/loot-tables.db",
"type": "RollTable",
"private": false,
"flags": {}
},
{
"name": "brt-story",
"label": "Story Tables",
"path": "packs/story-tables.db",
"type": "RollTable",
"private": false,
"flags": {}
},
{
"name": "brt-gen",
"label": "Story Generators",
"path": "packs/story-generators.db",
"type": "JournalEntry",
"private": false,
"flags": {}
}
],
"languages": [
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json",
"flags": {}
},
{
"lang": "es-ES",
"name": "Castellano",
"path": "lang/es-ES.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
}
],
"url": "https://github.com/ultrakorne/better-rolltables",
"manifest": "https://raw.githubusercontent.com/ultrakorne/better-rolltables/master/module.json",
"download": "https://github.com/ultrakorne/better-rolltables/releases/latest/download/better-rolltables.zip",
"compatibility": {
"minimum": 10,
"verified": 10.291,
"maximum": 10
}
}