forked from fvtt-fria-ligan/twilight2000-foundry-vtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
47 lines (47 loc) · 1.36 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
{
"name": "t2k4e",
"title": "Twilight 2000 (4th Edition)",
"description": "Twilight: 2000 is a roleplaying game about survival in mankind’s most desperate hour. Yet, in this bleak world, there is still hope. In the midst of utter destruction, you can start to build something new. Rally people to your ranks. Stake a claim and protect it. And maybe, if you live long enough, start turning the tide.",
"version": "2.1.1",
"minimumCoreVersion": "9.242",
"compatibleCoreVersion": "9.269",
"author": "Stefouch",
"authors": [
"Stefouch"
],
"scripts": [],
"esmodules": [
"t2k4e.js"
],
"styles": [
"t2k4e.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "sv",
"name": "Swedish",
"path": "lang/sv.json"
}
],
"packs": [],
"system": [],
"dependencies": [],
"flags": {},
"socket": false,
"protected": false,
"background": "assets/gear-intro_c.jpg",
"gridDistance": 10,
"gridUnits": "m",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "sanity",
"initiative": "1d10",
"url": "https://github.com/Stefouch/t2k4e",
"manifest": "https://github.com/stefouch/t2k4e/releases/latest/download/system.json",
"download": "https://github.com/stefouch/t2k4e/releases/latest/download/master.zip",
"license": "GPL-3.0-or-later"
}