-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
31 lines (31 loc) · 974 Bytes
/
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
{
"name": "auras-manager",
"title": "Auras manager",
"description": "Module that contains a compendium for missing aura effects in pf2e, and a macro to manage them",
"version": "1.0.0",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.9",
"author": "Thiebaud S.",
"system": [
"pf2e"
],
"packs": [
{
"name": "effects-additional",
"label": "additionnals effects pf2e",
"path": "packs/additional-effects.db",
"entity": "Item",
"module": "SharedData"
},
{
"name": "Aura-management-macro",
"label": "Aura-management-macro",
"path": "packs/aura-management-macro.db",
"entity": "Macro",
"module": "SharedData"
}
],
"url": "https://github.com/glunty/auras-manager",
"manifest": "https://raw.githubusercontent.com/Glunty/auras-manager/master/module.json",
"download": "https://github.com/glunty/auras-manager/archive/master.zip"
}