-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.json
More file actions
69 lines (69 loc) · 1.54 KB
/
module.json
File metadata and controls
69 lines (69 loc) · 1.54 KB
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
{
"id": "ferncombe",
"title": "The Town of Ferncombe",
"description": "<p>The humble town of Ferncombe is a quaint farming and fishing community, a pastoral and serene home away from home.</p>",
"version": "1.1.0",
"authors": [
{
"name": "Roman Trevisanut",
"discord": "Cobalt#7779",
"flags": {}
},
{
"name": "Shane Martland",
"discord": "Anathema#3668",
"flags": {}
},
{
"name": "Viviane Charlier",
"discord": "Cora#0642",
"flags": {}
},
{
"name": "Drew Smith",
"discord": "Drewzelle#1628",
"flags": {}
},
{
"name": "Cody Swendrowski",
"discord": "cswendrowski#9701",
"flags": {}
}
],
"esmodules": [
"js/ferncombe.mjs"
],
"styles": [
{
"src": "styles/ferncombe.css"
}
],
"compatibility": {
"minimum": "13",
"verified": "13"
},
"packs": [
{
"name": "ferncombe",
"label": "Ferncombe",
"banner": "/modules/ferncombe/assets/ferncombe-pack-banner.webp",
"path": "packs/ferncombe",
"type": "Adventure",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"media": [
{
"type": "setup",
"caption": "Ferncombe",
"thumbnail": "modules/ferncombe/assets/ferncombe-banner.webp",
"loop": false,
"flags": {}
}
],
"manifest": "https://r2.foundryvtt.com/packages-public/ferncombe/module.json",
"download": "https://r2.foundryvtt.com/packages-public/ferncombe/ferncombe-1.1.0.zip"
}