-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
45 lines (45 loc) · 1.33 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
{
"id": "gnd-elevation-ruler-wod20-compatibility",
"title": "Elevation Ruler World of Darkness 20th Anniversary Compatibility",
"version": "1.0.2",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"relationships": {
"requires": [
{
"id": "elevationruler",
"type": "module",
"compatibility": {}
}
]
},
"esmodules": [
"scripts/speed_provider.js"
],
"description": "Adds Basic Elevation Ruler Compatibility for World of Darkness 20th Anniversary.\nBased on Rapunzel77 TDE 5 Drag Ruler Integration (Das Schwarze Auge) module.",
"authors": [
{
"name": "grandsome",
"discord": "grandsome",
"url": "https://github.com/Grandsome",
"flags": {}
},
{
"name": "caewok",
"url": "https://github.com/caewok",
"discord": "caewok#9192",
"flags": {}
},
{
"name": "Rapunzel7",
"url": "https://github.com/Rapunzel77/dsa5-drag-ruler",
"discord": "Rapunzel_77#7051",
"flags": {}
}
],
"url": "https://github.com/Grandsome/gnd-elevation-ruler-wod20-compatibility",
"manifest": "https://github.com/Grandsome/gnd-elevation-ruler-wod20-compatibility/releases/latest/download/module.json",
"download": "https://github.com/Grandsome/gnd-elevation-ruler-wod20-compatibility/archive/refs/tags/v1.0.2.zip"
}