forked from foundryvtt/black-flag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
41 lines (41 loc) · 945 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
32
33
34
35
36
37
38
39
40
41
{
"id": "black-flag",
"title": "Black Flag 🏴",
"description": "The official Foundry VTT implementation of Kobold Press's \"Black Flag\" TTRPG ",
"version": "This is auto replaced",
"compatibility": {
"minimum": 10,
"verified": 11,
"maximum": 11
},
"relationships": {
"requires": [
{
"id": "black-flag-content",
"type": "module",
"reason": "Provides the current Playtest content for Black Flag."
}
]
},
"authors": [
{
"name": "Cody Swendrowski",
"discord": "cswendrowski#9701"
}
],
"scripts": [],
"esmodules": ["system/black-flag.mjs"],
"styles": ["css/black-flag.css"],
"license": "LICENSE",
"readme": "README.md",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced"
}