-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
73 lines (73 loc) · 1.96 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
{
"id": "the-longnight-before-krampus",
"title": "The Longnight Before Krampus",
"description": "The Longnight Before Krampus is a holiday themed oneshot for Pathfinder Second Edition. Designed for 1st level characters, our adventurers find themselves in the town of Tahm's Prarie, where, despite the warm fire and festivities, something darker than the night looms...",
"version": "v1.0.2",
"authors": [
{
"name": "Tony S",
"url": "https://www.freelancelotgames.com",
"discord": "FacelessMan#9707"
},
{
"name": "Ediwir"
},
{
"name": "Helen Savore"
},
{
"name": "Rico the Bold"
},
{
"name": "Cameron Lyndon"
},
{
"name": "Christopher Yang"
},
{
"name": "Sam Marine",
"url": "https://github.com/LebombJames",
"discord": "LebombJames#1611"
},
{
"name": "Derryzumi",
"url": "https://www.dicewillroll.com",
"discord": "derryzumi#6133"
},
{
"name": "Shawn Pommier"
}
],
"packs": [
{
"label": "The Longnight Before Krampus - Adventure",
"name": "the-longnight-before-krampus-adventure",
"path": "./packs/the-longnight-before-krampus-adventure.db",
"system": "pf2e",
"type": "Adventure"
}
],
"url": "https://www.pathfinderinfinite.com/product/420465/The-Longnight-Before-Krampus",
"manifest": "https://raw.githubusercontent.com/LebombJames/the-longnight-before-krampus/main/module.json",
"download": "https://github.com/LebombJames/the-longnight-before-krampus/archive/v1.0.2.zip",
"styles": [
"./styles.css"
],
"compatibility": {
"minimum": "10",
"verified": "10.291",
"maximum": "10"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json",
"compatibility": {
"minimum": "4.5.1"
}
}
]
}
}