forked from criticalfault/foundry-sr2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
124 lines (124 loc) · 2.73 KB
/
system.json
File metadata and controls
124 lines (124 loc) · 2.73 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"id": "shadowrun2e",
"title": "Shadowrun 2E",
"description": "A comprehensive system for playing Shadowrun 2nd Edition in Foundry VTT",
"version": "1.0.28",
"compatibility": {
"minimum": "11",
"verified": "13"
},
"authors": [
{
"name": "Dean Petty"
},
{
"name": "Jared Stowell"
}
],
"esmodules": ["scripts/shadowrun2e.js"],
"styles": ["styles/shadowrun2e.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [
{
"name": "cyberware",
"label": "Cyberware",
"path": "packs/cyberware.db",
"type": "Item",
"system": "shadowrun2e"
},
{
"name": "bioware",
"label": "Bioware",
"path": "packs/bioware.db",
"type": "Item",
"system": "shadowrun2e"
},
{
"name": "spells",
"label": "Spells",
"path": "packs/spells.db",
"type": "Item",
"system": "shadowrun2e"
},
{
"name": "adeptpowers",
"label": "Adept Powers",
"path": "packs/adeptpowers.db",
"type": "Item",
"system": "shadowrun2e"
},
{
"name": "skills",
"label": "Skills",
"path": "packs/skills.db",
"type": "Item",
"system": "shadowrun2e"
},
{
"name": "cyberdecks",
"label": "Cyberdecks",
"path": "packs/cyberdecks.db",
"type": "Actor",
"system": "shadowrun2e"
},
{
"name": "vehicles",
"label": "Vehicles",
"path": "packs/vehicles.db",
"type": "Actor",
"system": "shadowrun2e"
},
{
"name": "drones",
"label": "Drones",
"path": "packs/drones.db",
"type": "Actor",
"system": "shadowrun2e"
},
{
"name": "programs",
"label": "Programs",
"path": "packs/programs.db",
"type": "Item",
"system": "shadowrun2e"
},
{
"name": "vrprograms",
"label": "VR Programs",
"path": "packs/vrprograms.db",
"type": "Item",
"system": "shadowrun2e"
},
{
"name": "gear",
"label": "Gear & Equipment",
"path": "packs/gear.db",
"type": "Item",
"system": "shadowrun2e"
},
{
"name": "totems",
"label": "Totems",
"path": "packs/totems.db",
"type": "Item",
"system": "shadowrun2e"
}
],
"grid": {
"distance": 1,
"units": "m"
},
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "stun",
"url": "https://github.com/JaredStowell/foundry-sr2",
"manifest": "https://raw.githubusercontent.com/JaredStowell/foundry-sr2/main/system.json",
"download": "https://github.com/JaredStowell/foundry-sr2/archive/refs/tags/v1.0.28.zip",
"license": "LICENSE",
"readme": "README.md"
}