forked from ben/foundry-ironsworn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
71 lines (71 loc) · 1.75 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
65
66
67
68
69
70
71
{
"name": "foundry-ironsworn",
"title": "Ironsworn",
"description": "An implementation of the Ironsworn system. Based entirely on the Simple Worldbuilding System for Foundry designed by Atropos.",
"version": "0.3.3",
"minimumCoreVersion": "0.8.3",
"compatibleCoreVersion": "0.8.6",
"templateVersion": 2,
"author": "Ben Straub",
"esmodules": [
"module/ironsworn.js"
],
"styles": [
"styles/ironsworn.css"
],
"packs": [
{
"name": "ironsworntables",
"label": "Ironsworn Tables",
"system": "foundry-ironsworn",
"path": "packs/tables.db",
"entity": "RollTable"
},
{
"name": "ironswornitems",
"label": "Ironsworn Moves",
"system": "foundry-ironsworn",
"path": "packs/items.db",
"entity": "Item"
},
{
"name": "ironswornassets",
"label": "Ironsworn Assets",
"system": "foundry-ironsworn",
"path": "packs/assets.db",
"entity": "Item"
},
{
"name": "ironswornscenes",
"label": "Ironsworn Maps",
"system": "foundry-ironsworn",
"path": "packs/scenes.db",
"entity": "Scene"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://github.com/ben/foundry-ironsworn",
"manifest": "https://raw.githubusercontent.com/ben/foundry-ironsworn/main/system.json",
"download": "http://github.com/ben/foundry-ironsworn/archive/0.3.3.zip",
"license": "LICENSE.txt"
}