forked from foundryvtt/worldbuilding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
44 lines (44 loc) · 1.13 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
{
"id": "worldbuilding",
"version": "0.8.2",
"title": "Simple World-Building",
"url": "https://github.com/TomCoursow/worldbuilding/",
"description": "A minimalist game system which provides configurable Actor and Item templates to support free-form system agnostic game-play.",
"license": "LICENSE.txt",
"authors": [
{
"name": "Atropos",
"url": "https://foundryvtt.com"
}
],
"esmodules": ["module/simple.js"],
"styles": ["styles/simple.css"],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"compatibility": {
"minimum": "10",
"verified": "11"
},
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"manifest": "https://raw.githubusercontent.com/TomCoursow/worldbuilding/master/system.json",
"download": "https://github.com/TomCoursow/worldbuilding/archive/refs/tags/test-release-2.zip"
}