forked from DrOgres/tftloop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
79 lines (79 loc) · 2 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
{
"name": "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.",
"author": "Dr Ogres",
"url": "https://github.com/DrOgres/tftloop",
"flags": {},
"version": "1.2.7",
"compatibleCoreVersion": "9.226",
"scripts": [],
"media": [
{
"type": "cover",
"url": "https://github.com/DrOgres/tftloop/blob/main/img/loop_system.png?raw=true"
},
{
"type": "screenshot",
"url": "https://github.com/DrOgres/tftloop/blob/main/img/loop_system.jpg?raw=true"
}
],
"background": "img/loop_system.png",
"esmodules": [
"tftloop.js"
],
"styles": [
"tftloop.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.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": "sv-SE",
"name": "Svenska (Sverige)",
"path": "lang/sv-SE.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
"packs": [],
"system": [],
"dependencies": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/DrOgres/tftloop/main/system.json",
"download": "https://github.com/DrOgres/tftloop/archive/refs/heads/main.zip",
"protected": false,
"gridDistance": 1,
"gridUnits": "meter"
}