-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
64 lines (64 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
{
"id": "shadowrun4e",
"name": "shadowrun4e",
"title": "Shadowrun 4th Edition",
"description": "Shadowrun 4th Edition game, forked from Shawn Milligan's 5e system",
"authors": [{
"name": "Josh Irwin",
"discord": "Azord#0008"
}],
"url": "https://github.com/Azord8/Shadowrun-4e-for-FoundryVTT",
"bugs": "https://github.com/Azord8/Shadowrun-4e-for-FoundryVTT/issues",
"flags": {
"allowBugReporter": true
},
"version": "0.1",
"compatibility": {
"minimum": "10",
"maximum": "10",
"verified": "10.286"
},
"minimumCoreVersion": "10",
"scripts": [],
"esmodules": [
"dist/bundle.js"
],
"styles": [
"dist/bundle.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "dist/locale/en/config.json"
}
],
"packs": [
{
"name": "Matrix Actions",
"label": "SR4e Matrix Actions",
"path": "./packs/sr4e-matrix-actions.db",
"private": false,
"type": "Item",
"system": "shadowrun4e"
},
{
"name": "General Actions",
"label": "SR4e General Actions",
"path": "./packs/sr4e-general-actions.db",
"private": false,
"type": "Item",
"system": "shadowrun4e"
}
],
"system": [],
"socket": true,
"manifest": "https://raw.githubusercontent.com/Azord8/Shadowrun-4e-for-FoundryVTT/master/system.json",
"download": "https://github.com/Azord8/Shadowrun-4e-for-FoundryVTT/archive/refs/heads/master.zip",
"protected": false,
"initiative": "@initiative.current.base.value + @initiative.current.dice.text - @wounds.value",
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "track.physical",
"secondaryTokenAttribute": "track.stun"
}