-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmodule.json
62 lines (62 loc) · 1.5 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
{
"title": "PF2e Drag Ruler Integration",
"version": "3.0.1",
"description": "Integration of Drag Ruler module (https://github.com/manuelVo/foundryvtt-drag-ruler) for Pathfinder 2e.",
"compatibility":{
"minimum": "11",
"verified": "11",
"maximum": "11"
},
"authors":[
{
"name":"Avery",
"discord": "Avery#9136"
}
],
"media": [{
"type": "setup",
"caption": "PF2E Drag Ruler",
"thumbnail": "/modules/pf2e-dragruler/thumbnail.webp"
}],
"packs": [
{
"name": "movement-types",
"label": "Movement Types",
"path": "packs/movement-types.db",
"type": "Item",
"private": false,
"system": "pf2e",
"flags": {}
}
],
"esmodules": ["js/main.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"socket": true,
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/pf2edragruler/main/module.json",
"download": "https://github.com/League-of-Foundry-Developers/pf2edragruler/archive/refs/tags/v3.0.1.zip",
"url": "https://github.com/League-of-Foundry-Developers/pf2edragruler",
"id": "pf2e-dragruler",
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {}
}
],
"requires": [
{
"id": "drag-ruler",
"type": "module",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/v1.13.5/module.json"
}
]
}
}