-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
35 lines (35 loc) · 1.26 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
{
"name": "foundryvtt-starfinder-character-operations-manual",
"title": "Starfinder Character Operations Manual",
"description": "A foundry VTT module for the Starfinder Character Operations Manual",
"author": "ThatHurleyGuy",
"version": "0.0.8",
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.6.5",
"url": "https://github.com/ThatHurleyGuy/foundryvtt-starfinder-character-operations-manual",
"manifest": "https://raw.githubusercontent.com/ThatHurleyGuy/foundryvtt-starfinder-character-operations-manual/master/module.json",
"download": "https://github.com/ThatHurleyGuy/foundryvtt-starfinder-character-operations-manual/archive/v0.0.8.zip",
"packs": [
{
"name": "character-operations-manual-classes",
"label": "Character Operations Manual Classes",
"system": "sfrpg",
"path": "packs/classes.db",
"entity": "Item"
},
{
"name": "character-operations-manual-themes",
"label": "Character Operations Manual Themes",
"system": "sfrpg",
"path": "packs/themes.db",
"entity": "Item"
},
{
"name": "character-operations-manual-races",
"label": "Character Operations Manual Races",
"system": "sfrpg",
"path": "packs/races.db",
"entity": "Item"
}
]
}