forked from superseva/mutant-year-zero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
76 lines (76 loc) · 1.69 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
{
"name": "mutant-year-zero",
"title": "Mutant Year Zero",
"description": "The Mutant Year Zero system for FoundryVTT!",
"version": "1.8",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.9",
"templateVersion": 1,
"author": "HappySteve",
"esmodules": [
"module/myz.js"
],
"styles": [
"css/mutant-year-zero.css"
],
"scripts": [],
"packs": [
{
"name": "core-skills",
"label": "Core Skills",
"system": "mutant-year-zero",
"path": "./packs/core-skills.db",
"entity": "Item"
},
{
"name": "myz-macros",
"label": "MYZ macors",
"system": "mutant-year-zero",
"path": "./packs/myz-macros.db",
"entity": "Macro"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "se",
"name": "Swedish",
"path": "lang/se.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "pt-br",
"name": "Portugues (Brasil)",
"path": "lang/pt-br.json"
},
{
"lang": "pt-BR",
"name": "Português do Brasil",
"path": "lang/pt-br.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
}
],
"gridDistance": 1,
"gridUnits": "m",
"url": "https://github.com/superseva/mutant-year-zero",
"manifest": "https://raw.githubusercontent.com/superseva/mutant-year-zero/master/system.json",
"download": "https://github.com/superseva/mutant-year-zero/releases/download/v1.8/mutant-year-zero.zip",
"license": "LICENSE.txt"
}