-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsystem.json
More file actions
38 lines (38 loc) · 871 Bytes
/
system.json
File metadata and controls
38 lines (38 loc) · 871 Bytes
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
{
"name": "roguetrader",
"title": "Rogue Trader 2.0",
"description": "The Rogue Trader 2.0 system for FoundryVTT!",
"version": "1.4.4",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "9",
"author": "Kirk Lundblade",
"esmodules": ["module/roguetrader.mjs"],
"styles": ["css/roguetrader.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "wounds",
"secondaryTokenAttribute": "fatepoints",
"url": "",
"manifest": "",
"download": "",
"license": "LICENSE.txt",
"documentTypes": {
"JournalEntryPage": {
"quest": {
"htmlFields": ["description.long", "description.short"],
"filePathFields": {
"img": ["IMAGE"]
}
}
}
}
}