forked from moo-man/WFRP4e-FoundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
67 lines (67 loc) · 1.8 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"id": "wfrp4e",
"name": "wfrp4e",
"title": "Warhammer Fantasy Roleplay 4th Edition",
"description": "A comprehensive system for running grim and perilous games of Warhammer Fantasy Roleplay in the Foundry VTT environment.",
"version": "7.2.4",
"author": "Moo Man, CatoThe1stElder",
"authors" : [
{
"name": "Moo Man",
"email": "russellt@cubicle7games.com",
"discord": "moo.man",
"reddit": "u/mooman10"
},
{
"name": "CatoThe1stElder"
}
],
"esmodules" : [],
"scripts": ["wfrp4e.js", "./libs/pixi-filters.js"],
"styles": ["./css/wfrp4e.css"],
"packs": [
{
"name": "basic",
"label": "Basic Items",
"system": "wfrp4e",
"path": "./packs/basic",
"type": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "cover",
"url": "https://user-images.githubusercontent.com/28637157/97379891-e4a1cc00-1893-11eb-9e0c-d93b92844d5b.jpg"
}
],
"flags" : {
"hotReload": {
"extensions": ["css", "hbs", "json"]
}
},
"initiative": "@characteristics.i.value + @characteristics.ag.value/100",
"background" : "systems/wfrp4e/WFRP-Header.jpg",
"gridDistance": 2,
"gridUnits": "yd",
"primaryTokenAttribute": "status.wounds",
"secondaryTokenAttribute": "status.advantage",
"minimumCoreVersion" : 11,
"compatibility" : {
"minimum" : 11,
"verified" : 11,
"maximum" : 12
},
"manifestPlusVersion": "1.0.0",
"templateVersion":3,
"socket": true,
"manifest" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json",
"download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/7.2.4/wfrp4e.zip",
"url" : "https://github.com/moo-man/WFRP4e-FoundryVTT"
}