-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
57 lines (57 loc) · 1.29 KB
/
system.json
File metadata and controls
57 lines (57 loc) · 1.29 KB
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
{
"name": "yearzero",
"title": "Year Zero System (Anka)",
"description": "The open source Year Zero system for FoundryVTT, modified from @HappySteve's awesome M:YZ system, and homebrewed for my own Anka world.",
"version": "1.0.5",
"compatibility": {
"minimum": "9",
"verified": "9",
"maximum": "9"
},
"authors": [
{
"name": "ninjapigeon",
"url": "https://foundryvtt.com/article/system-development/",
"email": "3kxadfup4exb@opayq.com",
"discord": "ninjapigeon (UTC-7)#4068"
}
],
"esmodules": [
"module/yz.js"
],
"styles": [
"css/yearzero.css"
],
"scripts": [],
"packs": [
{
"name": "core-skills",
"label": "Core Skills",
"system": "yearzero",
"path": "./packs/core-skills.db",
"entity": "Item"
},
{
"name": "yz-macros",
"label": "YZ Macros",
"system": "yearzero",
"path": "./packs/yz-macros.db",
"entity": "Macro"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"initiative": "1d10",
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "resources.strength",
"secondaryTokenAttribute": "",
"url": "https://github.com/ninjapigeon/yearzero/",
"manifest": "",
"download": ""
}