Perchance List Lorebooks
Steps
- Create an Account in Perchance to be able to save generators/pages.
Note that you can still save generators without an account, but having an account allows you to see it in your own generator list. Having no account would also require you to save an edit password to be able to edit the page again.
-
Create a new generator (a template), and type your lore entries on the Lists Panel:
Separate each entry with a new line e.g.:
lore entry one multiline lore entry entry two lore entry three
- Save the generator and get its URL:
https://perchance.org/[url]
For example, if your URL ishttps://perchance.org/list-lorebook-ex1
You would needhttps://perchance.org/list-lorebook-ex1
You can also change the URL through thesettings
- Get your lorebook path with the following URL:
https://perchance-list-lorebook.glitch.me/raw/[url]
For the URLhttps://perchance.org/list-lorebook-ex1
Your lorebook path is:https://perchance-list-lorebook.glitch.me/raw/list-lorebook-ex1
Demo
- Lorebook:
- Character Settings:
-
/lore
Command:
Notes
- To update the entries:
- Edit the Perchance generator, then save.
- Open lore settings with
/lore
command. - Click show character-specific Lore.
- Click Reload Lore URLs.
- Reload/Refresh the whole page.
- Check with
/lore
command again to see if the change is reflected. - Repeat steps 4-6 if not reflected.
- You can't use Perchance syntax with the lore e.g. using
{one item|two item}
to randomize values. It would only return plain text. - Uses the following Perchance API from the Advanced Tutorial and converts it into plain text response without cache so it should update as long as you reload the URLs.
perchance.org/api/downloadGenerator?generatorName=animal&listsOnly=true
- If you want your own Glitch Domain i.e. not use
https://perchance-list-lorebook.glitch.me/raw/
for serving your Perchance Lorebooks see the Glitch Server here. - Made by Vionet20 in Glitch!