-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
51 lines (51 loc) · 1.46 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
{
"id": "augmented-reality-foundry",
"title": "Augmented Reality Cyberpunk City Kit",
"description": "The Holistic City Kit For Cyberpunk Roleplaying Games by Paul Gallagher",
"version": "#{VERSION}#",
"compatibility": {
"minimum": 11,
"verified": 12
},
"authors": [
{
"name": "David Y. Hudson",
"discord": "jendave",
"url": "https://jendave.itch.io/"
},
{
"name": "Paul Gallagher",
"url": "https://neuralarchive.blogspot.com/"
}
],
"packs": [
{
"name": "augmentedrealityrolltables",
"label": "Augmented Reality Roll Tables",
"path": "./packs/augmented-reality-rolltables",
"type": "RollTable"
},
{
"name": "augmentedrealitymacros",
"label": "Augmented Reality Macros",
"path": "./packs/augmented-reality-macros",
"type": "Macro"
}
],
"packFolders": [
{
"name": "Augmented Reality",
"packs": [
"augmentedrealityrolltables",
"augmentedrealitymacros"
]
}
],
"manifest": "#{MANIFEST}#",
"url": "#{URL}#",
"download": "#{DOWNLOAD}#",
"license": "https://raw.githubusercontent.com/jendave/augmented-reality-foundry/main/LICENSE",
"changelog": "https://raw.githubusercontent.com/jendave/augmented-reality-foundry/main/CHANGELOG.md",
"readme": "https://raw.githubusercontent.com/jendave/augmented-reality-foundry/main/README.md",
"bugs": "https://github.com/jendave/augmented-reality-foundry/issues"
}