-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmodule-foundry12.json
98 lines (98 loc) · 2.21 KB
/
module-foundry12.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
{
"id": "plutonium",
"title": "Plutonium",
"description": "A <a href=\"https://5e.tools\" target=\"_blank\" rel=\"noopener noreferrer\">5etools</a> integration for Foundry VTT.",
"version": "2.3.0",
"authors": [
{
"name": "Giddy",
"url": "https://www.patreon.com/Giddy5e",
"discord": "giddy_",
"flags": {
"patreon": "Giddy5e",
"github": "TheGiddyLimit"
}
}
],
"readme": "README.md",
"license": "UNLICENSED",
"bugs": "https://discord.gg/nGvRCDs",
"changelog": "https://raw.githubusercontent.com/TheGiddyLimit/plutonium-next/master/CHANGELOG.md",
"url": "https://www.patreon.com/Giddy5e",
"manifest": "https://raw.githubusercontent.com/TheGiddyLimit/plutonium-next/master/module-foundry12.json",
"download": "https://github.com/TheGiddyLimit/plutonium-next/raw/master/plutonium-foundry12.zip",
"compatibility": {
"minimum": "12",
"verified": "12.331",
"maximum": "12.999"
},
"socket": true,
"persistentStorage": true,
"esmodules": [
"./js/Bundle.js"
],
"styles": [
"./art-css/ArtBrowser.css",
"./css/main.css"
],
"packs": [
{
"name": "macros",
"label": "Macros",
"system": "dnd5e",
"path": "./packs/macros.db",
"type": "Macro"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "4.1.0",
"verified": "4.2.1",
"maximum": "4.2.999"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1.13.0.0"
},
"reason": "libWrapper is used to patch Foundry methods and functions, extending or altering their functionality."
}
],
"conflicts": [
{
"id": "better-rolltables",
"type": "module",
"reason": "Better Rolltables is incompatible with the \"Render >3 Levels of Folder Nesting\" option, which will be disabled."
}
]
},
"media": [
{
"type": "setup",
"url": "modules/plutonium/media/img/thumbnail-setup.webp"
}
],
"documentTypes": {
"JournalEntryPage": {
"url": {}
}
},
"flags": {
"attributions": "https://raw.githubusercontent.com/TheGiddyLimit/plutonium-next/master/ATTRIBUTIONS.md"
}
}