-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathmodule.json
87 lines (87 loc) · 2.02 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
{
"name": "better-rolltables",
"title": "Better Roll Tables",
"description": "Adding functionality to roll tables, especially to roll treasure and magic items",
"version": "1.8.95",
"manifestPlusVersion": "1.2.0",
"authors": [
{
"name": "Ultrakorne",
"url": "https://github.com/ultrakorne/",
"discord": "Ultrakorne#6240"
},
{
"name": "Daniel Böttner",
"url": "https://github.com/DanielBoettner/",
"discord": "JackPrince#0494"
},
{
"name": "Daimakaicho",
"url": "https://github.com/Daimakaicho"
}
],
"esmodules": [
"./scripts/brt-main.js"
],
"styles": [
"./styles/brt.css"
],
"packs": [
{
"name": "brt-loot",
"label": "Loot Tables",
"system": "dnd5e",
"path": "./packs/loot-tables.db",
"entity": "RollTable"
},
{
"name": "brt-story",
"label": "Story Tables",
"path": "./packs/story-tables.db",
"entity": "RollTable"
},
{
"name": "brt-gen",
"label": "Story Generators",
"path": "./packs/story-generators.db",
"entity": "JournalEntry"
}
],
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.9",
"languages": [
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "es-ES",
"name": "Castellano",
"path": "lang/es-ES.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"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"
}