-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.json
18 lines (18 loc) · 1.05 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"readme": [
"NOTE: This feature is designed for use in user-hosted copies of the site, and not for integrating \"official\" 5etools content.",
"The \"production\" version of the site (i.e., not the development ZIP) has this feature disabled. You can re-enable it by replacing `IS_DEPLOYED = \"X.Y.Z\";` in the file `js/utils.js`, with `IS_DEPLOYED = undefined;`",
"This file contains as an index for other homebrew files, which should be placed in the same directory.",
"For example, add \"My Homebrew.json\" to the \"toImport\" array below, and have a valid JSON homebrew file in this (\"homebrew/\") directory."
],
"toImport": [
"Dungeon Church; Pyora.json",
"Ghostfire Gaming; Grim Hollow Monsters.json",
"Wyrmwood; Corrupted Tarot.json",
"Kobold Press; Tome of Beasts.json",
"Kobold Press; Tome of Beasts 2.json",
"Kobold Press; Tome of Beasts 3.json",
"Kobold Press; Creature Codex.json",
"Dungeon Dudes; Sebastian Crowe's Guide to Drakkenheim.json"
]
}