-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
62 lines (62 loc) · 1.44 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
{
"id": "wfrp4e-random-treasure",
"title": "WFRP4e – Random Treasure Generator",
"description": "Random Treasure Generator for Warhammer Fantasy Roleplay 4e, based on https://pacomiscelaneousstuff.blogspot.com/2019/08/treasure-generator.html",
"version": "1.0.15",
"packs": [
{
"name": "wfrp4e-random-treasure-macros",
"label": "Random Treasure Macros",
"path": "packs/wfrp4e-random-treasure-macros.db",
"system": "wfrp4e",
"type": "Macro",
"private": false,
"flags": {}
}
],
"scripts": [
"lootgenerator.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json",
"flags": {}
}
],
"url": "https://github.com/fmunoz-geo/wfrp4e-random-treasure",
"manifest": "https://raw.githubusercontent.com/fmunoz-geo/wfrp4e-random-treasure/1.0.15/module.json",
"download": "https://github.com/fmunoz-geo/wfrp4e-random-treasure/archive/refs/tags/1.0.15.zip",
"authors": [
{
"name": "fmunoz",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "10",
"verified": "10.290"
}
}