-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsystem.json
More file actions
42 lines (42 loc) · 1019 Bytes
/
Copy pathsystem.json
File metadata and controls
42 lines (42 loc) · 1019 Bytes
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
{
"id": "emoklore",
"title": "Emo-klore TRPG",
"description": "An unofficial system for the Emo-klore TRPG",
"version": "0.0.2",
"compatibility": {
"minimum": 13,
"verified": 13
},
"authors": [{
"name": "Ryotai",
"discord": "@ryotai."
}],
"esmodules": ["emoklore.mjs"],
"styles": ["emoklore.css"],
"languages": [
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"documentTypes": {
"Actor": {
"character": { "htmlFields": ["biography.note"] }
}
},
"background": "systems/emoklore/assets/background.webp",
"grid": {
"distance": "1.5",
"units": "m"
},
"initiative": "@initiative",
"manifest": "https://github.com/ryotai-trpg/emoklore/releases/latest/download/system.json",
"download": "https://github.com/ryotai-trpg/emoklore/releases/latest/download/dist.zip",
"url": "https://github.com/ryotai-trpg/emoklore"
}