-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
31 lines (31 loc) · 891 Bytes
/
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
{
"name": "save-the-universe",
"title": "Save the Universe",
"description": "Save the Universe RPG.",
"version": "1.0.0",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "9.269",
"author": "Don Bisdorf",
"scripts": [],
"esmodules": ["modules/stu.js"],
"styles": ["styles/stu.css"],
"packs": [
{
"name": "role",
"label": "Roles",
"system": "save-the-universe",
"path": "./packs/roles.db",
"entity": "Item"
},
{
"name": "galactic-information",
"label": "Galactic Information",
"system": "save-the-universe",
"path": "./packs/galactic-information.db",
"entity": "JournalEntry"
}
],
"manifest": "https://raw.githubusercontent.com/dbisdorf/stu-foundry/master/system.json",
"download": "https://github.com/dbisdorf/stu-foundry/archive/refs/tags/v1.0.0.zip",
"url": "https://github.com/dbisdorf/stu-foundry/"
}