-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
34 lines (34 loc) · 881 Bytes
/
Copy pathsystem.json
File metadata and controls
34 lines (34 loc) · 881 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
{
"id": "torchship",
"title": "Torchship",
"description": "The Torchship system for FoundryVTT!",
"version": "0.0.1",
"compatibility": {
"minimum": 10,
"verified": "10.287",
"maximum": 10
},
"authors": [{
"name": "Futilrevenge"
}],
"esmodules": ["module/torchship.mjs"],
"styles": ["css/torchship.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://github.com/Futil/foundry-torchship",
"manifest": "https://raw.githubusercontent.com/Futil/foundry-torchship/main/system.json",
"download": "https://github.com/Futil/foundry-torchship/archive/main.zip",
"license": "LICENSE.txt",
"changelog": "CHANGELOG.md"
}