-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
61 lines (61 loc) · 1.52 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
{
"id": "knw-actors",
"title": "Kingdoms & Warfare Actors",
"description": "Warfare Units and Organizations from MCDM's Kingdoms & Warfare as actor types for the dnd5e system using v11 Module subtypes",
"version": "#{VERSION}#",
"compatibility": {
"minimum": "12",
"verified": "12.330"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.2",
"verified": "3.3.1"
}
}
]
},
"esmodules": ["./knw-actors.mjs"],
"styles": ["./knw-actors.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
}
],
"documentTypes": {
"Actor": {
"organization": {
"htmlFields": ["features", "powers"]
},
"warfare": {}
}
},
"authors": [
{
"name": "Joseph Meehan",
"discord": "chaosos",
"email": "[email protected]",
"url": "https://joseph-meehan.carrd.co",
"flags": {}
}
],
"url": "https://github.com/JPMeehan/knw-actors",
"readme": "https://github.com/JPMeehan/knw-actors/blob/main/README.md",
"bugs": "https://github.com/JPMeehan/knw-actors/issues",
"changelog": "https://github.com/JPMeehan/knw-actors/blob/main/CHANGELOG.md",
"download": "#{DOWNLOAD}#",
"manifest": "https://github.com/JPMeehan/knw-actors/releases/latest/download/module.json"
}