-
Notifications
You must be signed in to change notification settings - Fork 18
/
module.json
91 lines (91 loc) · 2.15 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
{
"id": "rest-recovery",
"title": "Rest Recovery for 5E",
"description": "Adds 5e long and short rest mechanics and variant rules, such as feats, class features, and hit-dice healing.",
"version": "2.1.4",
"authors": [
{
"name": "Wasp",
"url": "https://github.com/fantasycalendar",
"discord": "Wasp#2005"
},
{
"name": "Michael",
"url": "https://github.com/roth-michael",
"discord": "hi25114"
}
],
"esmodules": [
"./module.js"
],
"styles": [
"./style.css"
],
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "/languages/de.json"
},
{
"lang": "en",
"name": "English",
"path": "/languages/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "/languages/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "/languages/pt_BR.json"
},
{
"lang": "ru",
"name": "Русский",
"path": "/languages/ru.json"
}
],
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system",
"manifest": "https://github.com/foundryvtt/dnd5e/releases/download/latest/system.json",
"compatibility": {
"verified": "4.0.4",
"minimum": "4.0.0",
"maximum": "4.0.99"
}
}]
},
"compatibility": {
"minimum": "12",
"verified": "12.331",
"maximum": "12.999"
},
"packs": [
{
"name": "exhaustion",
"label": "exhaustion",
"path": "./packs/exhaustion",
"entity": "JournalEntry",
"type": "JournalEntry"
}
],
"packFolders": [
{
"name": "Rest Recovery 5e",
"color": "#200da6",
"folders": [],
"packs": [
"exhaustion"
]
}
],
"socket": true,
"url": "https://github.com/roth-michael/FoundryVTT-RestRecovery",
"manifest": "https://github.com/roth-michael/FoundryVTT-RestRecovery/releases/latest/download/module.json",
"download": "https://github.com/roth-michael/FoundryVTT-RestRecovery/releases/latest/download/module.zip"
}