-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
110 lines (110 loc) · 2.45 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"id": "fox-4e-styling",
"title": "Fox's 4e Aesthetics",
"description": "Overhauls sheets, journal entries, chat cards and various other things to look like official 4e material.",
"url": "https://github.com/FoxLee/fox-4e-styling/",
"manifest": "https://github.com/FoxLee/fox-4e-styling/releases/latest/download/module.json",
"download": "https://github.com/FoxLee/fox-4e-styling/releases/latest/download/module.zip",
"license": "https://github.com/FoxLee/fox-4e-styling/blob/main/LICENSE",
"readme": "https://github.com/FoxLee/fox-4e-styling/blob/main/README.md",
"bugs": "https://github.com/FoxLee/fox-4e-styling/issues",
"authors": [
{
"name": "Fox Lee",
"discord": "TheArtGremblin",
"email": "[email protected]",
"url": "https://www.invincible.ink"
},
{
"name": "Gilphe"
}
],
"version": "2.2",
"compatibility": {
"minimum": "12",
"verified": "12.331"
},
"relationships": {
"systems": [{
"id": "dnd4e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/EndlesNights/dnd4eBeta/main/system.json",
"compatibility": {
"minimum": "0.5.0",
"verified": "0.5.11"
}
}],
"recommends": [{
"id": "fox-burble",
"type": "module",
"manifest": "https://github.com/FoxLee/burble/releases/latest/download/module.json"
}]
},
"styles": [
"fonts/dragonbody-sans.css",
"fonts/dragonbody-serif.css",
"fonts/dragonhead.css",
"fonts/dragontitle.css",
"fonts/4ed6.css",
"styles/sheets.css"
],
"scripts": [
"scripts/helpers.js"
],
"esmodules": [
"4e-styling.js",
"journal-sheets.js",
"pc-sheet.js",
"npc-sheet.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en-us.json",
"flags": {}
},
{
"lang": "en-AU",
"name": "English",
"path": "lang/en-au.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
}
],
"packs": [
{
"label": "Styling Manual",
"name": "styling-manual",
"type": "JournalEntry",
"system": "dnd4e",
"path": "packs/styling-manual",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Item Styling Examples",
"name": "styling-examples-items",
"type": "Item",
"system": "dnd4e",
"path": "packs/styling-examples-items",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"flags":{
"hotReload": {
"extensions": ["css","html" ],
"paths": ["styles/","templates/"]
}
}
}