-
Notifications
You must be signed in to change notification settings - Fork 53
/
system.json
77 lines (77 loc) · 2.01 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
68
69
70
71
72
73
74
75
76
77
{
"id": "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": "8.2.2",
"authors" : [
{
"name": "Moo Man",
"email": "[email protected]",
"discord": "moo.man",
"reddit": "u/mooman10"
},
{
"name": "CatoThe1stElder"
}
],
"esmodules" : [],
"scripts": ["wfrp4e.js", "./libs/pixi-filters.js"],
"styles": ["wfrp4e.css", "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",
"grid": {
"distance": 2,
"units": "yd",
"type": 1,
"diagonals": 4
},
"primaryTokenAttribute": "status.wounds",
"secondaryTokenAttribute": "status.advantage",
"compatibility" : {
"minimum" : 12,
"verified" : 12,
"maximum" : 12
},
"relationships": {
"requires": [{
"id": "warhammer-lib",
"type": "module",
"manifest": "https://raw.githubusercontent.com/moo-man/WarhammerLibrary-FVTT/1.2.0/module.json",
"compatibility": {
"minimum" : "1.2.0",
"verified": "1.2.0"
}
}]
},
"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/8.2.2/wfrp4e.zip",
"url" : "https://github.com/moo-man/WFRP4e-FoundryVTT"
}