-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
49 lines (48 loc) · 1.18 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
{
"name": "shadowrun3",
"title": "Shadowrun 3rd Edition",
"description": "Shadowrun 3rd Edition game system.",
"version": "0.0.1",
"templateVersion": 0,
"author": "Robert Smith",
"scripts": [
"scripts/system-module.js",
"scripts/system-script.js"
],
"esmodules": [
],
"styles": [
"styles/system-styles.css"
],
"packs": [
{
"name": "enemies",
"label": "Enemies",
"path": "packs/monsters.db",
"entity": "Actor"
},
{
"name": "gear",
"label": "Gear",
"path": "packs/items.db",
"entity": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": false,
"initiative": "3d6 + 15",
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "resources.stun",
"secondaryTokenAttribute": "resources.physical",
"url": "https://github.com/LivinBreezy/Shadowrun3-FoundryVTT",
"manifest": "https://github.com/LivinBreezy/Shadowrun3-FoundryVTT/system.json",
"download": "https://github.com/LivinBreezy/Shadowrun3-FoundryVTT/releases/v0.0.1.zip",
"bugs": "https://github.com/LivinBreezy/Shadowrun3-FoundryVTT/issues"
}