forked from CeaneC/FoundryVTT-Talent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
62 lines (62 loc) · 1.33 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
{
"id": "talent-psionics",
"title": "Talent Psionics",
"description": "Character sheet support for the Talent class from MCDM's The Talent and Psionics supplement for 5e",
"version": "#{VERSION}#",
"library": "false",
"compatibility": {
"minimum": "12",
"verified": "12.331"
},
"authors": [
{
"name": "Joseph Meehan",
"discord": "chaosos",
"email": "[email protected]",
"url": "https://joseph-meehan.carrd.co",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "4.0",
"verified": "4.1.2"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1.0.0.0",
"verified": "1.13.2.0"
}
}
]
},
"esmodules": ["talent-psionics.mjs"],
"styles": ["talent-psionics.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"documentTypes": {
"Item": {
"power": {
"htmlFields": ["description.value", "description.chat"]
}
}
},
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"readme": "README.md"
}