-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
33 lines (33 loc) · 935 Bytes
/
module.json
File metadata and controls
33 lines (33 loc) · 935 Bytes
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
{
"id": "shadowrun2e",
"title": "Shadowrun 2nd Edition",
"description": "A comprehensive system for playing Shadowrun 2nd Edition in Foundry VTT",
"version": "1.0.21",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"authors": [
{
"name": "Dean Petty"
}
],
"esmodules": ["scripts/shadowrun2e.js"],
"styles": ["styles/shadowrun2e.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "stun",
"url": "https://github.com/criticalfault/foundry-sr2",
"manifest": "https://raw.githubusercontent.com/criticalfault/foundry-sr2/main/system.json",
"download": "https://github.com/criticalfault/foundry-sr2/archive/refs/tags/v1.0.21.zip",
"license": "LICENSE",
"readme": "README.md"
}