-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
83 lines (83 loc) · 1.86 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
{
"name": "wfrp4e-pl-addons",
"title": "Warhammer 4ed Addons",
"description": "Kilka Głupot.",
"authors": [
{
"name": "silent_mark",
"flags": {}
}
],
"esmodules": [
"/dist/main.js"
],
"languages": [
{
"lang": "pl",
"name": "Polski",
"path": "pl.json",
"flags": {}
}
],
"packs": [
{
"label": "WFRP - Przedmioty",
"name": "addons-items",
"path": "packs/addons-items",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "wfrp4e"
},
{
"label": "WFRP PL Addons - Tabele",
"name": "wfrp-pl-addons-tables",
"path": "packs/wfrp-pl-addons-tables",
"type": "RollTable",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "wfrp4e"
},
{
"label": "WFRP PL Addons",
"name": "wfrp-pl-addons",
"path": "packs/wfrp-pl-addons",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "wfrp4e"
}
],
"url": "https://github.com/silentmark/wfrp4e-pl-addons",
"manifest": "https://raw.githubusercontent.com/silentmark/wfrp4e-pl-addons/main/module.json",
"download": "https://github.com/silentmark/wfrp4e-pl-addons/releases/download/1.0.0/wfrp4e-pl-addons.zip",
"version": "2.0.1",
"relationships": {
"requires": [
{
"id": "wfrp4e-core-pl",
"type": "module",
"compatibility": {}
}
],
"systems": [
{
"id": "wfrp4e",
"type": "system",
"manifest": "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
}
}