generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
70 lines (70 loc) · 2 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
{
"name":"symbaroum-bithir-mod",
"id":"symbaroum-bithir-mod",
"title": "Bithir's Symbaroum Mods",
"description": "This is Bithir's mods for Symbaroum. <br>This module contains minor modifications to the Symbaroum system, such as random abomination creator, inspiration dice and a few abilities/traits.",
"version": "#{VERSION}#",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": 11,
"compatibleCoreVersion": 11,
"compatibility": {
"minimum": 11,
"verified": 12,
"maximum": 12
},
"authors": [
{
"name": "Peter Norell",
"discord": "bithir",
"url": "https://github.com/bithir"
}
],
"relationships": {
"systems": [{
"id": "symbaroum",
"type": "system",
"manifest": "https://github.com/pwatson100/symbaroum/releases/latest/download/system.json",
"compatibility": {
"minimum": "4.1.2",
"verified": "4.1.2"
}
}]
},
"esmodules": [
"/scripts/module.js"
],
"scripts": [
],
"styles": [
"/css/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"packs": [
{
"name": "bithir-mods",
"label": "Bithir's mods",
"system": "symbaroum",
"type": "Adventure",
"module": "bithir-mods",
"banner": "modules/symbaroum-bithir-mod/assets/midjourney/non-paid-scenery/compendium-banner.webp"
}
],
"media": [{
"type": "cover",
"url": "https://raw.githubusercontent.com/bithir/symbaroum-bithir-mod/master/assets/midjourney/non-paid-scenery/Kuffer_cave_entrance_inside_a_forest_with_a_skeleton_on_the_flo_0549f718-606a-4931-a6aa-35135ef27127-banner.webp"
},{
"type": "setup",
"thumbnail": "modules/symbaroum-bithir-mod/assets/midjourney/non-paid-scenery/Kuffer_cave_entrance_inside_a_forest_with_a_skeleton_on_the_flo_0549f718-606a-4931-a6aa-35135ef27127-banner.webp"
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#"
}