forked from brendan-mccoy/pf2e-exploration-effects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
39 lines (39 loc) · 1.31 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
{
"id": "pf2e-exploration-effects",
"title": "PF2E Exploration Effects",
"description": "Adds a compendium containing various macros and effects for tracking exploration for Pathfinder 2E.",
"version": "2.3.1",
"author": "Cora",
"compatibility": {
"minimum": "10",
"verified": "10"
},
"packs": [
{
"name": "exploration-effects",
"label": "PF2E Exploration Effects",
"path": "./packs/exploration-effects.db",
"system": "pf2e",
"entity": "Item",
"type": "Item"
},
{
"name": "aura-effects",
"label": "PF2E Aura Effects",
"path": "./packs/aura-effects.db",
"system": "pf2e",
"entity": "Item",
"type": "Item"
},
{
"name": "exploration-macros",
"label": "PF2E Exploration Macros",
"path": "./packs/exploration-macros.db",
"entity": "Macro",
"type": "Macro"
}
],
"url": "https://github.com/PadreMontoya/pf2e-exploration-effects",
"manifest": "https://raw.githubusercontent.com/PadreMontoya/pf2e-exploration-effects/master/module.json",
"download": "https://github.com/PadreMontoya/pf2e-exploration-effects/archive/refs/heads/main.zip"
}