forked from Jerakin/p5e-foundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
35 lines (35 loc) · 998 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
32
33
34
35
{
"name": "Pokemon5e",
"title": "Pokemon5e",
"description": "The Wonderful World of Pokémon - in Dungeons & Dragons 5E",
"author": "Jerakin",
"version": "1.1.0.201220",
"minimumCoreVersion": "0.5.0",
"compatibleCoreVersion": "0.5.5",
"url": "https://github.com/Jerakin/p5e-foundryVTT",
"manifest": "https://raw.githubusercontent.com/Jerakin/p5e-foundryVTT/release/module.json",
"download": "https://github.com/Jerakin/p5e-foundryVTT/releases/download/v1.1.0.201220/Pokemon5e.zip",
"packs": [
{
"name": "pokemon",
"label": "Pokemon",
"path": "packs/p5e-pokemon.db",
"entity": "Actor",
"module": "Pokemon5e"
},
{
"name": "moves",
"label": "Pokemon Moves",
"path": "packs/p5e-moves.db",
"entity": "Item",
"module": "Pokemon5e"
},
{
"name": "abilities",
"label": "Pokemon Abilities",
"path": "packs/p5e-abilities.db",
"entity": "Item",
"module": "Pokemon5e"
}
]
}