forked from jsataris/racial-features-srd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
27 lines (27 loc) · 931 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
{
"name": "racial-features-srd",
"title": "Racial Features (SRD) Compendium",
"description": "A portable compendium containing entries for each racial trait in the D&D 5E SRD. For use with the D&D5E system on the FoundryVTT",
"author": "Sataris",
"version": "0.2.0",
"minimumCoreVersion": "0.5.5",
"requiredCoreVersion": "0.5.5",
"packs": [
{
"name": "racial-features-srd",
"label": "Racial Features (SRD)",
"path": "packs/racial-features-srd.db",
"entity": "Item",
"module": "racial-features-srd"
},
{
"name": "races-srd",
"label": "Races (SRD)",
"path": "packs/races-srd.db",
"entity": "Actor",
"module": "racial-features-srd"
}
],
"manifest": "https://github.com/sladecraven/racial-features-srd/raw/master/module.json",
"download": "https://github.com/sladecraven/racial-features-srd/"
}