-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathsystem.json
39 lines (39 loc) · 1.04 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
{
"id": "worldbuilding",
"version": "0.8.2",
"title": "Simple World-Building",
"url": "https://github.com/foundryvtt/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"
}
],
"compatibility": {
"minimum": "10",
"verified": "11"
},
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"manifest": "https://raw.githubusercontent.com/foundryvtt/worldbuilding/master/system.json",
"download": "https://github.com/foundryvtt/worldbuilding/archive/refs/tags/release-082.zip"
}