-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsystem.json
More file actions
54 lines (54 loc) · 1.31 KB
/
system.json
File metadata and controls
54 lines (54 loc) · 1.31 KB
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
{
"name": "oresystem",
"title": "ORE system",
"description": "A system for playing ORE games in FoundryVTT",
"version": "0.4.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "11",
"author": "aantia",
"esmodules": [
"module/oresystem.mjs",
"scripts/one_roll_engine.js"
],
"styles": [
"css/oresystem.css"
],
"scripts": [],
"packs": [
{
"name": "attributes_alexs_game",
"label": "Alex's Game",
"path": "/packs/attributes_alexs_game.db",
"type": "Item"
},
{
"name": "attributes_reign",
"label": "Reign",
"path": "/packs/attributes_reign.db",
"type": "Item"
},
{
"name": "attributes_velvet_book",
"label": "The Velvet Book",
"path": "/packs/attributes_velvet_book.db",
"type": "Item"
},
{
"name": "hit-locations",
"label": "Hit Locations",
"path": "/packs/hit-locations.db",
"type": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/aantia/oresystem",
"manifest": "https://github.com/aantia/oresystem/releases/download/manifest/system.json",
"download": "https://github.com/aantia/oresystem/releases/download/0.4.1/release-0.4.1.zip",
"license": "LICENSE.txt"
}