-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
84 lines (84 loc) · 2.18 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
{
"name": "vttoms-tower-map",
"title": "VTToms Tower Map",
"description": "Eine Karte für den Angriff oder die Verteidigung eines Turmes. Die Karte wurde erstellt mit Dungeon Alchemist.",
"version": "1.5.2",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"author": "VTTom",
"authors": [
{
"name": "VTTom",
"discord": "vttom#9720"
}
],
"packs": [
{
"name": "maps",
"label": "vttoms-tower-map-maps",
"path": "/packs/maps.db",
"entity": "Scene",
"type": "Scene"
},
{
"name": "journals",
"label": "vttoms-tower-map-journals",
"path": "/packs/journals.db",
"entity": "JournalEntry",
"type": "JournalEntry"
},
{
"name": "macros",
"label": "vttoms-tower-map-macros",
"path": "/packs/macros.db",
"entity": "Macro",
"type": "Macro"
},
{
"name": "playlists",
"label": "vttoms-tower-map-playlists",
"path": "/packs/playlists.db",
"entity": "Playlist",
"type": "Playlist"
}
],
"esmodules": [
"./scripts/init.js"
],
"dependencies": [
{
"name": "scene-packer",
"manifest": "https://github.com/League-of-Foundry-Developers/scene-packer/releases/latest/download/module.json",
"type": "module"
},
{
"name": "multilevel-tokens",
"manifest": "https://raw.githubusercontent.com/grandseiken/foundryvtt-multilevel-tokens/master/module.json",
"type": "module"
},
{
"name": "levels",
"manifest": "https://github.com/theripper93/Levels/releases/latest/download/module.json",
"type": "module"
},
{
"name": "betterroofs",
"manifest": "https://github.com/theripper93/Better-Roofs/releaseslatest/download/module.json",
"type": "module"
},
{
"name": "lib-wrapper",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"type": "module"
},
{
"name": "wall-height",
"manifest": "https://github.com/theripper93/wall-height/releases/latest/download/module.json",
"type": "module"
}
],
"url": "",
"manifest": "https://github.com/vt-tom/vttoms-tower-map/releases/latest/download/module.json",
"download": "https://github.com/vt-tom/vttoms-tower-map/releases/download/1.5.3/vttoms-tower-map.zip",
"manifestPlusVersion": "1.2.0"
}