forked from comat0zz/fvtt_see_you_in_hell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
46 lines (46 loc) · 1.21 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
{
"id": "see-you-in-hell",
"title": "Встретимся в ADU",
"description": "Брутальный нарративный боевик о крутых парнях, которые останавливают инфернальное вторжение. Игра от команды Silver Hoof Games",
"version": "1.0",
"compatibility": {
"minimum": "10",
"verified": "10.291"
},
"authors": [
{
"name": "Nikita Belov",
"email": "comAT0Zz@gmail.com",
"flags": {}
}
],
"esmodules": [
"module/index.js"
],
"styles": [
"styles/index.css"
],
"packs": [
{
"name": "cards",
"label": "Карточки заданий",
"system": "see-you-in-hell",
"path": "packs/cards.db",
"type": "Item"
}
],
"languages": [
{
"lang": "ru",
"name": "Russian",
"path": "lang/ru.json",
"flags": {}
}
],
"socket": true,
"gridDistance": 1,
"gridUnits": "m",
"url": "https://github.com/zodelheim/fvtt_see_you_in_hell",
"manifest": "https://github.com/zodelheim/fvtt_see_you_in_hell/releases/download/v1.1/system.json",
"download": "https://github.com/zodelheim/fvtt_see_you_in_hell/archive/refs/tags/v1.1.zip"
}