-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathsystem.json
102 lines (101 loc) · 2.16 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
{
"id": "tftloop",
"title": "Tales from the Loop - Official",
"description": "The Official System for Playing Tales from the Loop on Foundry VTT - Now with Things from the Flood support.",
"authors": [
{
"name": "DrOgres",
"url": "https://github.com/DrOgres",
"flags": {}
}
],
"url": "https://github.com/DrOgres/tftloop",
"version": "3.0.1",
"compatibility": {
"minimum": "10",
"verified": "12.329",
"maximum": "12"
},
"media": [
{
"type": "cover",
"url": "https://github.com/DrOgres/tftloop/blob/main/img/loop_system.png?raw=true",
"loop": false,
"flags": {}
},
{
"type": "screenshot",
"url": "https://github.com/DrOgres/tftloop/blob/main/img/loop_system.jpg?raw=true",
"loop": false,
"flags": {}
}
],
"background": "systems/tftloop/img/loop_system.png",
"esmodules": [
"tftloop.js"
],
"styles": [
"tftloop.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsche",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-br.json",
"flags": {}
},
{
"lang": "sv-SE",
"name": "Svenska (Sverige)",
"path": "lang/sv-SE.json",
"flags": {}
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json",
"flags": {}
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json",
"flags": {}
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json",
"flags": {}
}
],
"initiative": "1d10",
"manifest": "https://github.com/DrOgres/tftloop/releases/latest/download/system.json",
"download": "https://github.com/DrOgres/tftloop/releases/download/3.3.1/system.zip",
"gridDistance": 1,
"gridUnits": "meter"
}