-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
138 lines (138 loc) · 3.75 KB
/
module.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"id": "starsmith-expanded-oracles",
"title": "Starsmith Compendiums for Ironsworn: Starforged",
"description": "FoundryVTT compendiums of the Starsmith supplements for Ironsworn: Starforged by Eric Bright.",
"version": "#{VERSION}#",
"compatibility": {
"minimum": 11,
"verified": 12
},
"authors": [
{
"name": "David Y. Hudson",
"discord": "jendave",
"url": "https://jendave.itch.io/"
},
{
"name": "Eric Bright",
"url": "https://playeveryrole.com/"
}
],
"packs": [
{
"name": "starsmithexpandedoracles",
"label": "Starsmith Expanded Oracles",
"path": "./packs/starsmith-expanded-oracles",
"type": "RollTable",
"system": "foundry-ironsworn"
},
{
"name": "starsmithexpandedoraclesmacros",
"label": "Starsmith Expanded Oracles Macros",
"path": "./packs/starsmith-expanded-oracles-macros",
"type": "Macro",
"system": "foundry-ironsworn"
},
{
"name": "starsmithassets",
"label": "Starsmith Assets",
"path": "./packs/starsmith-assets",
"type": "Item",
"system": "foundry-ironsworn"
},
{
"name": "starsmithmechaassets",
"label": "Starsmith Mecha Mercs Assets",
"path": "./packs/starsmith-mecha-mercs-assets",
"type": "Item",
"system": "foundry-ironsworn"
},
{
"name": "starsmithmechatruths",
"label": "Starsmith Mecha Mercs Truths",
"path": "./packs/starsmith-mecha-mercs-truths",
"type": "JournalEntry",
"system": "foundry-ironsworn"
},
{
"name": "starsmithculturesmoves",
"label": "Starsmith Cultures Moves",
"path": "./packs/starsmith-cultures-moves",
"type": "Item",
"system": "foundry-ironsworn"
},
{
"name": "starsmithculturesoracles",
"label": "Starsmith Cultures Oracles",
"path": "./packs/starsmith-cultures-oracles",
"type": "RollTable",
"system": "foundry-ironsworn"
},
{
"name": "starsmithculturestruths",
"label": "Starsmith Cultures Truths",
"path": "./packs/starsmith-cultures-truths",
"type": "JournalEntry",
"system": "foundry-ironsworn"
}
],
"packFolders": [
{
"name": "Starsmith",
"packs": [],
"folders": [
{
"name": "Starsmith Assets",
"packs": [
"starsmithassets"
]
},
{
"name": "Starsmith Cultures",
"packs": [
"starsmithculturesmoves",
"starsmithculturesoracles",
"starsmithculturestruths"
]
},
{
"name": "Starsmith Expanded Oracles",
"packs": [
"starsmithexpandedoracles",
"starsmithexpandedoraclesmacros"
]
},
{
"name": "Starsmith Mecha Mercs",
"packs": [
"starsmithmechaassets",
"starsmithmechatruths"
]
}
]
}
],
"esmodules": [
"./esmodules/oracles.js"
],
"manifest": "#{MANIFEST}#",
"url": "#{URL}#",
"download": "#{DOWNLOAD}#",
"license": "https://raw.githubusercontent.com/jendave/starsmith-compendiums/main/LICENSE",
"changelog": "https://raw.githubusercontent.com/jendave/starsmith-compendiums/main/CHANGELOG.md",
"readme": "https://raw.githubusercontent.com/jendave/starsmith-compendiums/main/README.md",
"bugs": "https://github.com/jendave/starsmith-compendiums/issues",
"relationships": {
"systems": [
{
"id": "foundry-ironsworn",
"type": "system",
"manifest": "https://github.com/ben/foundry-ironsworn/releases/latest/download/system.json",
"compatibility": {
"minimum": "1.24.1",
"verified": "1.24"
}
}
]
}
}