-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
97 lines (97 loc) · 2.36 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
92
93
94
95
96
97
{
"id": "urban-shadows-pbta",
"title": "Urban Shadows 2E (PbtA)",
"description": "Unofficial Urban Shadows 2E RPG custom sheet module, to be used with the Powered by the Apocalypse (PbtA) system.",
"version": "#{VERSION}#",
"compatibility": {
"minimum": 12,
"verified": 12.331,
"maximum": 12
},
"authors": [
{
"name": "ephson",
"url": "https://github.com/philote",
"discord": "ephson",
"reddit": "u/ephson"
}
],
"flags": {
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["css", "lang", "templates"]
}
},
"relationships": {
"systems": [
{
"id": "pbta",
"type": "system",
"manifest": "https://asacolips-artifacts.s3.amazonaws.com/pbta/latest/system.json",
"compatibility": {
"minimum": "1.0.0"
}
}
]
},
"esmodules": [
"module/urban-shadows-pbta.mjs"
],
"styles": [
"css/urban-shadows-pbta.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [
{
"name": "basic-moves",
"label": "Basic Moves",
"path": "packs/basic-moves",
"type": "Item",
"system": "pbta",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "playbooks",
"label": "Playbooks",
"path": "packs/playbooks",
"type": "Item",
"system": "pbta",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md",
"bugs": "https://github.com/philote/urban-shadows-pbta/issues",
"media": [
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/philote/urban-shadows-pbta/main/assets/screenshot.webp",
"caption": "Character Sheet"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/philote/urban-shadows-pbta/main/assets/cover.webp",
"caption": "Cover Image"
},
{
"type": "setup",
"url": "https://raw.githubusercontent.com/philote/urban-shadows-pbta/main/assets/package_image.webp",
"thumbnail": "https://raw.githubusercontent.com/philote/urban-shadows-pbta/main/assets/package_image_thumb.webp"
}
]
}