-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
52 lines (52 loc) · 1.34 KB
/
system.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
{
"id": "mvrpg",
"title": "Comic Book RPG",
"description": "An unofficial (and in-progress) system compatible with Marvel Multiverse RPG in Foundry VTT. Note: No game assets are provided. All character information must be inputted manually.",
"version": "2.0.0",
"license": "MIT",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"authors": [
{
"name": "Jalen Michals Levy",
"url": "https://github.com/jalensailin",
"discord": "jalensailin"
}
],
"esmodules": ["modules/mvrpg.js"],
"styles": [
"styles/actor.css",
"styles/chat.css",
"styles/common.css",
"styles/dialog.css",
"styles/item.css",
"styles/lists.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": false,
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["styles", "templates", "lang"]
}
},
"initiative": "3d6",
"grid": {
"distance": 5,
"units": "ft"
},
"primaryTokenAttribute": "lifepool.health",
"secondaryTokenAttribute": "lifepool.focus",
"url": "https://github.com/jalensailin/mvrpg",
"manifest": "https://raw.githubusercontent.com/jalensailin/mvrpg/main/system.json",
"download": "https://github.com/jalensailin/mvrpg/archive/refs/heads/main.zip"
}