-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsystem.json
84 lines (84 loc) · 1.69 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
78
79
80
81
82
83
84
{
"title": "Warhammer Fantasy Roleplay - 3rd Edition",
"description": "<p>A game system for <em><strong>Warhammer Fantasy Roleplay - 3rd Edition</strong></em> in the Foundry Virtual Tabletop environment.</p>",
"version": "#{VERSION}#",
"compatibility": {
"minimum": "12",
"verified": "12.331",
"maximum": "12"
},
"authors": [{
"name": "Grégory Gauthier",
"email": "gregory.gauthier@mailo.com",
"flags": {}
}],
"esmodules": [
"wfrp3e.js"
],
"styles": [
"styles/wfrp3e.css"
],
"documentTypes": {
"Actor": {
"character": {},
"creature": {},
"group": {},
"party": {}
},
"Item": {
"ability": {},
"action": {},
"armour": {},
"career": {},
"condition": {},
"criticalWound": {},
"disease": {},
"insanity": {},
"money": {},
"miscast": {},
"mutation": {},
"skill": {},
"talent": {},
"trapping": {},
"weapon": {}
}
},
"packs": [{
"label": "Items",
"type": "Item",
"name": "items",
"path": "packs/items",
"private": false,
"system": "wfrp3e",
"flags": {}
}, {
"label": "RollTables",
"type": "RollTable",
"name": "roll-tables",
"path": "packs/roll-tables",
"private": false,
"system": "wfrp3e",
"flags": {}
}],
"languages": [{
"lang": "en",
"name": "English (UK)",
"path": "lang/en-EN.json",
"flags": {}
}, {
"lang": "fr",
"name": "Français (FR)",
"path": "lang/fr-FR.json",
"flags": {}
}],
"socket": true,
"gridDistance": 1,
"gridUnits": "ft",
"primaryTokenAttribute": "wounds",
"secondaryTokenAttribute": "fortune",
"url": "https://github.com/McGregor777/wfrp3e",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"background": "systems/wfrp3e/assets/background.jpg",
"id": "wfrp3e"
}