-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathsystem.json
108 lines (106 loc) · 2.08 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"id": "alienrpg",
"title": "Alien RPG",
"description": "The Alien RPG system for Foundry VTT!",
"authors": [{ "name": "Paul Watson" }],
"url": "https://github.com/pwatson100/alienrpg",
"flags": {
"hotReload": {
"extensions": ["css", "js", "html", "json"],
"paths": ["css/alienrpg.css", "templates", "lang"]
}
},
"relationships": {
"systems": [{ "id": "alienrpg" }]
},
"version": "3.2.1",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "13"
},
"scripts": [],
"esmodules": ["module/alienrpg.js"],
"styles": ["css/alienrpg.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
},
{
"lang": "de",
"name": "Deutsche",
"path": "lang/de.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-br.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
"packs": [
{
"name": "alien-rpg-system",
"label": "Alien RPG System",
"type": "Adventure",
"module": "AlienRPG",
"system": "alienrpg"
}
],
"media": [
{
"type": "cover",
"loop": false,
"flags": {}
},
{
"type": "setup",
"url": "systems/alienrpg/images/egg.webp",
"thumbnail": "systems/alienrpg/images/egg.webp"
}
],
"background": "systems/alienrpg/images/egg.webp",
"socket": true,
"manifest": "https://github.com/pwatson100/alienrpg/releases/download/3.2.0/system.json",
"download": "https://github.com/pwatson100/alienrpg/releases/download/3.2.0/master.zip",
"protected": false,
"initiative": "1d10",
"bugs": "https://github.com/pwatson100/alienrpg/issues",
"grid": {
"distance": 5,
"units": "m"
},
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "stress"
}