-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmodule.json
65 lines (65 loc) · 1.75 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
{
"id": "quick-combat",
"title": "Quick Combat",
"description": "Enhances the Combat Experience, starts Combat Playlist and adds Experience to PCs after combat.",
"version": "This is auto replaced",
"compatibility": {
"minimum": "10",
"verified": "12",
"maximum": "12"
},
"authors": [
{
"name": "lostix",
"url": "https://github.com/veevelder/quick-combat",
"flags": {}
}
],
"esmodules": [
"scripts/quick-combat.js"
],
"styles": [
"styles/quick-combat.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json",
"flags": {}
}
],
"packs": [],
"relationships": {
"requires": [
{
"id": "socketlib",
"type": "module",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/develop/module.json",
"compatibility": {
"verified": "1.0.12"
}
},
{
"id": "tagger",
"type": "module",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Tagger/releases/latest/download/module.json",
"compatibility": {
"verified": "1.5.1"
}
}
]
},
"socket": true,
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"license": "LICENSE",
"readme": "README.md"
}