forked from jeannjeann/sw25-fvtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
90 lines (90 loc) · 1.91 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
{
"id": "sw25",
"title": "Sword World 2.5",
"description": "ソード・ワールド 2.5 システム",
"authors": [
{
"name": "Jean.N"
}
],
"url": "https://github.com/jeannjeann/sw25-fvtt",
"license": "LICENSE.txt",
"readme": "README.md",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "systems/sw25/assets/sw25fvtt.png",
"thumbnail": "systems/sw25/assets/sw25fvtt.png"
}
],
"version": "1.2.0",
"compatibility": {
"minimum": "11",
"verified": "11.315",
"maximum": "12"
},
"esmodules": ["module/sw25.mjs"],
"styles": ["css/sw25.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "日本語(Japanese)",
"path": "lang/ja.json"
},
{
"lang": "zh-CN",
"name": "简体中文(Simplified Chinese)",
"path": "lang/zh-CN.json"
}
],
"packs": [
{
"name": "manual",
"label": "Manual",
"system": "SW25",
"type": "JournalEntry",
"path": "packs/manual"
},
{
"name": "reference",
"label": "Reference",
"system": "SW25",
"type": "JournalEntry",
"path": "packs/reference"
}
],
"packFolders": [
{
"name": "Sword World 2.5",
"sorting": "m",
"packs": [
"manual"
],
"folders": [
{
"name": "Tools",
"sorting": "m",
"packs": [
"reference"
]
}
]
}
],
"socket": true,
"manifest": "https://github.com/jeannjeann/sw25-fvtt/releases/download/1.2.0/system.json",
"download": "https://github.com/jeannjeann/sw25-fvtt/releases/download/1.2.0/system.zip",
"background": "systems/sw25/assets/sw25fvtt.png",
"grid": {
"distance": 1,
"units": "m"
},
"primaryTokenAttribute": "hp",
"secondaryTokenAttribute": "mp"
}