forked from jrommann/knave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
113 lines (113 loc) · 2.53 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
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
{
"name": "knave",
"title": "KNAVE",
"description": "KNAVE is a rules toolkit created by Ben Milton for running old school fantasy RPGs without classes.",
"version": "1.5.1",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.7.5",
"templateVersion": 2,
"author": "Rabid Baboon",
"esmodules": ["module/knave.js"],
"styles": ["css/knave.css"],
"scripts": [],
"packs": [
{
"name": "armor",
"label": "Armor",
"system": "knave",
"path": "./packs/armor.db",
"entity": "Item"
},
{
"name": "clothing",
"label": "Cothing",
"system": "knave",
"path": "./packs/clothing.db",
"entity": "Item"
},
{
"name": "food",
"label": "Food",
"system": "knave",
"path": "./packs/food.db",
"entity": "Item"
},
{
"name": "items",
"label": "Items",
"system": "knave",
"path": "./packs/items.db",
"entity": "Item"
},
{
"name": "light",
"label": "Light",
"system": "knave",
"path": "./packs/light.db",
"entity": "Item"
},
{
"name": "macros",
"label": "Macros",
"system": "knave",
"path": "./packs/macros.db",
"entity": "Macro"
},
{
"name": "other",
"label": "Other",
"system": "knave",
"path": "./packs/other.db",
"entity": "RollTable"
},
{
"name": "rules",
"label": "Rules",
"system": "knave",
"path": "./packs/rules.db",
"entity": "JournalEntry"
},
{
"name": "spells",
"label": "Spells",
"system": "knave",
"path": "./packs/spells.db",
"entity": "Item"
},
{
"name": "starting-gear",
"label": "Starting Gear",
"system": "knave",
"path": "./packs/starting-gear.db",
"entity": "RollTable"
},
{
"name": "traits",
"label": "Traits",
"system": "knave",
"path": "./packs/traits.db",
"entity": "RollTable"
},
{
"name": "weapons",
"label": "Weapons",
"system": "knave",
"path": "./packs/weapons.db",
"entity": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"url": "https://github.com/jrommann/knave",
"manifest": "https://raw.githubusercontent.com/jrommann/knave/master/system.json",
"download": "https://github.com/jrommann/knave/archive/1.5.1.zip",
"license": "LICENSE.txt"
}