-
Notifications
You must be signed in to change notification settings - Fork 6
/
module.json
46 lines (46 loc) · 1.27 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
{
"id": "adv-reminder",
"title": "Advantage Reminder for dnd5e",
"description": "Use active effects to remind you to roll with advantage, disadvantage, or show messages on the dialog for situational adv/dis or bonuses.",
"authors": [{ "name": "kaelad", "discord": "kaelad#1693" }],
"version": "0.1",
"compatibility": {
"minimum": "12.331",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"compatibility": {
"minimum": "4.0.0",
"verified": "4.0.0"
}
},
{
"id": "sw5e"
}
]
},
"esmodules": ["src/module.js", "src/settings.js"],
"styles": ["css/adv-reminder.css"],
"packs": [
{
"name": "sample-items",
"label": "AR Message Sample Items",
"system": "dnd5e",
"path": "packs/sample-items",
"type": "Item"
}
],
"languages": [
{ "lang": "en", "name": "English", "path": "lang/en.json" },
{ "lang": "fr", "name": "Français", "path": "lang/fr.json" },
{ "lang": "pt-BR", "name": "Portuguese (Brasil)", "path": "lang/pt-BR.json"}
],
"url": "replaced by workflow",
"manifest": "replaced by workflow",
"download": "replaced by workflow",
"changelog": "replaced by workflow",
"readme": "replaced by workflow"
}