forked from free-beer/bh2e
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
46 lines (46 loc) · 1008 Bytes
/
Copy pathsystem.json
File metadata and controls
46 lines (46 loc) · 1008 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
37
38
39
40
41
42
43
44
45
46
{
"id": "bh2e",
"title": "The Black Hack 2e",
"description": "System support for second edition of The Black Hack RPG.",
"authors": [
{
"name": "Peter Wood",
"url": "https://ko-fi.com/peterwood",
"ko-fi": "peterwood"
}
],
"authors": [],
"url": "https://github.com/free-beer/bh2e",
"flags": {},
"version": "0.5.7",
"compatibility": {
"minimum": 10,
"verified": "10.291"
},
"scripts": [],
"esmodules": [
"bh2e.js"
],
"styles": [
"bh2e.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "languages/es.json"
}
],
"packs": [],
"system": [],
"dependencies": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/free-beer/bh2e/master/system.json",
"download": "https://github.com/free-beer/bh2e/archive/refs/tags/v0.5.7.zip",
"protected": false
}