This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
module.json
110 lines (110 loc) · 2.55 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
101
102
103
104
105
106
107
108
109
110
{
"id": "combat-utility-belt",
"title": "Combat Utility Belt",
"description": "Adds various combat-focused features",
"version": "1.10.4",
"authors": [
{
"name": "Evan Clarke",
"url": "https://patreon.com/deathsave",
"email": "[email protected]",
"discord": "errational#2007",
"twitter": "@death_save_dev",
"reddit": "u/etherboy12"
}
],
"url": "https://github.com/death-save/combat-utility-belt",
"bugs": "https://github.com/death-save/combat-utility-belt/issues",
"readme": "https://github.com/death-save/combat-utility-belt/wiki",
"manifest": "https://github.com/death-save/combat-utility-belt/releases/latest/download/module.json",
"download": "https://github.com/death-save/combat-utility-belt/releases/latest/download/module.zip",
"scripts": [
"library/typewriterjs/core.js"
],
"esmodules": [
"combat-utility-belt.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "ko",
"name": "한국어",
"path": "lang/ko.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
"packs": [
{
"name": "conditionsdnd5e",
"label": "Conditions (D&D5e)",
"system": "dnd5e",
"path": "packs/conditionsdnd5e.db",
"type": "JournalEntry",
"private": false
},
{
"name": "conditionsarchmage",
"label": "Conditions (13th Age)",
"system": "archmage",
"path": "packs/conditionsarchmage.db",
"type": "JournalEntry",
"private": false
}
],
"styles" : [
"styles/combat-utility-belt.css"
],
"media": [
{
"type": "video",
"url": "https://www.youtube.com/watch?v=BRlWhbw0mbk"
},
{
"type": "cover",
"url": "https://user-images.githubusercontent.com/42503461/88756618-f949b900-d118-11ea-9a64-6599be2f3efa.png"
}
],
"flags": {
"allowBugReporter": true
},
"socket": true,
"compatibility": {
"minimum": "10.270",
"verified": "10.291"
},
"name": "combat-utility-belt",
"minimumCoreVersion": "10.270"
}