forked from criticalfault/foundry-sr2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
36 lines (36 loc) · 933 Bytes
/
module.json
File metadata and controls
36 lines (36 loc) · 933 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
34
35
36
{
"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"
}
],
"gridDistance": 1,
"gridUnits": "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"
}