-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsystem.json
More file actions
86 lines (86 loc) · 2.21 KB
/
system.json
File metadata and controls
86 lines (86 loc) · 2.21 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
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
{
"id": "curseborne",
"title": "Curseborne",
"description": "The Curseborne system for FoundryVTT",
"authors": [
{
"name": "Ethaks",
"discord": "ethaks"
}
],
"documentTypes": {
"Actor": {
"accursed": {
"htmlFields": ["biography", "aspirations.*"]
},
"adversary": {
"htmlFields": ["biography", "drive", "pools.*.categories"]
}
},
"Item": {
"lineage": { "htmlFields": ["description", "damnation", "inheritance"] },
"family": { "htmlFields": ["description", "damnation", "inheritance"] },
"motif": { "htmlFields": ["description"] },
"role": { "htmlFields": ["description"] },
"skill": { "htmlFields": ["description"] },
"edge": { "htmlFields": ["description"] },
"torment": { "htmlFields": ["description"] },
"spell": { "htmlFields": ["description"] },
"trick": { "htmlFields": ["description"] },
"social": { "htmlFields": ["description"] },
"equipment": { "htmlFields": ["description"] },
"template": { "htmlFields": ["description"] },
"quality": { "htmlFields": ["description"] },
"dreadPower": { "htmlFields": ["description"] }
},
"ChatMessage": {
"roll": {}
}
},
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "js"]
}
},
"url": "https://github.com/Ethaks/curseborne",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "https://github.com/Ethaks/curseborne/issues",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "systems/curseborne/assets/repo.webp",
"thumbnail": "systems/curseborne/assets/thumb.webp"
}
],
"background": "systems/curseborne/assets/repo.webp",
"version": "0.2.0",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"scripts": ["greensock/dist/gsap.min.js"],
"esmodules": ["curseborne.js"],
"styles": [{ "src": "curseborne.css", "layer": null }],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [],
"packFolders": [],
"socket": true,
"manifest": "https://github.com/Ethaks/curseborne/releases/latest/download/system.json",
"download": "#DOWNLOAD",
"grid": {
"type": 1,
"distance": 5,
"units": "ft",
"diagonals": 0
},
"primaryTokenAttribute": "injuries",
"secondaryTokenAttribute": "curseDice"
}