-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
46 lines (46 loc) · 1.48 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
{
"name": "ASE-Items",
"title": "ASE Summons/Spells",
"description": "Imports pre-configured Advanced Spell Effects spells and summons as compedia.",
"author": "Gage Eakins",
"version": "0.2.3",
"compatibility": {
"minimum": "9",
"verified": 11
},
"relationships": {
"requires": [
{
"id": "compendium-folders",
"type": "module",
"manifest": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-folders/10x-update/module.json"
},
{
"id": "advancedspelleffects",
"type": "module",
"manifest": "https://github.com/Vauryx/AdvancedSpellEffects"
}
]
},
"url": "https://github.com/webmaster94/Advanced-Spell-Effects-Spells-Summons",
"mainfest": "https://github.com/webmaster94/Advanced-Spell-Effects-Spells-Summons/releases/latest/download/module.json",
"download": "https://github.com/webmaster94/Advanced-Spell-Effects-Spells-Summons/releases/download/v0.2.3/ASe-Items.zip",
"packs": [
{
"name": "ASE Spells",
"label": "ASE Spells",
"path": "packs/ase-spells.db",
"type": "Item",
"system": "dnd5e",
"module": "ASE-Items"
},
{
"name": "ASE Summons",
"label": "ASE Summons",
"path": "packs/ase-summons.db",
"type": "Actor",
"system": "dnd5e",
"module": "ASE-Items"
}
]
}