-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
51 lines (51 loc) · 1.31 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
{
"id": "soundscape-adventure",
"title": "Soundscape Adventure",
"description": "The Soundscape Adventure module for FoundryVTT enhances your tabletop RPG experience by providing dynamic and immersive soundscapes.",
"version": "placeholder",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"authors": [
{
"name": "Snagov",
"discord": "Snagov",
"flags": {}
}
],
"bugs": "https://github.com/piecesofcodecom/soundscape-adventure/issues",
"esmodules": [
"./scripts/settings.mjs",
"./scripts/soundscape-init.mjs"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"documentTypes": {
"RegionBehavior": {
"moodPlayEvents": {}
}
},
"persistentStorage": true,
"styles": [
"./css/soundscape.css"
],
"media": [
{
"type": "setup",
"url": "./modules/soundscape-adventure/logo.webp",
"thumbnail": "./modules/soundscape-adventure/logo.webp"
}
],
"url": "https://github.com/piecesofcodecom/soundscape-adventure",
"download": "placeholder",
"manifest": "placeholder",
"readme": "https://github.com/piecesofcodecom/soundscape-adventure/blob/main/README.md",
"flags": {
"allowBugReporter": true
}
}