-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsystem.json
More file actions
64 lines (64 loc) · 1.59 KB
/
Copy pathsystem.json
File metadata and controls
64 lines (64 loc) · 1.59 KB
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
{
"id": "sr3e",
"title": "Shadowrun Third Edition Unofficial",
"description": "An unofficial fan system for Shadowrun Third Edition",
"authors": [
{
"name": "devdrawdiy",
"url": "https://github.com/devdrawdiy"
}
],
"version": "0.0.3-beta.5",
"url": "https://github.com/devdrawdiy/sr3e",
"readme": "https://raw.githubusercontent.com/devdrawdiy/sr3e/main/README.md",
"changelog": "https://raw.githubusercontent.com/devdrawdiy/sr3e/main/CHANGELOG.md",
"manifest": "https://raw.githubusercontent.com/devdrawdiy/sr3e/main/system.json",
"download": "https://github.com/devdrawdiy/sr3e/releases/download/v0.0.2-alpha.15/sr3e-0.0.2-alpha.15.zip",
"compatibility": {
"minimum": "14.361",
"verified": "14.361"
},
"esmodules": [
"build/bundle/bundle.js"
],
"documentTypes": {
"Actor": {
"character": {},
"gamemasterscreen": {},
"broadcaster": {},
"mechanical": {}
},
"Item": {
"metatype": {},
"magic": {},
"weapon": {},
"ammunition": {},
"skill": {},
"transaction": {},
"wearable": {},
"spell": {},
"focus": {},
"gadget": {},
"medical": {},
"vehiclecontrolrig": {},
"cyberdeck": {},
"matrixprogram": {},
"adeptpower": {},
"augmentation": {}
}
},
"styles": [
"build/themes/chummer-light.css",
"build/themes/chummer-dark.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"primaryTokenAttribute": "wounds",
"initiative": "1D6 + @reaction"
}