-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
52 lines (52 loc) · 1.18 KB
/
system.json
File metadata and controls
52 lines (52 loc) · 1.18 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
{
"id": "simpletrg",
"version": "0.0.1",
"title": "SimpleTRG",
"url": "https://github.com/NameLunar/SimpleTRG/",
"description": "A simple system for tabletop role-playing games",
"license": "MIT",
"authors": [
{
"name": "Lunar&ROMCORN",
"url": "https://github.com/NameLunar",
"flags": {}
}
],
"esmodules": ["module/start.js"],
"styles": [
{
"src": "styles/style.css"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "ru",
"name": "Russian",
"path": "lang/ru.json",
"flags": {}
}
],
"compatibility": {
"minimum": "13",
"verified": "13"
},
"primaryTokenAttribute": "main.hp",
"background": "",
"secondaryTokenAttribute": "main.armor",
"manifest": "https://github.com/NameLunar/SimpleTRG/master/system.json",
"download": "",
"grid":
[
{
"distance": 5,
"units": "ft"
}
],
"flags": {}
}