From 5421925d6c95698adf6417a236f77824fa745f21 Mon Sep 17 00:00:00 2001 From: Brian Dashore Date: Sat, 23 Sep 2023 15:35:51 -0400 Subject: [PATCH] Add character specific locks for WI and LB (#1170) * World Info: Add character locking for entries With the addition of depth, world info has become more important than ever. However, there is a conflict that can occur when using multiple world info or lorebooks on a character. Add the ability to lock entries to a specific character (or characters) if needed. This allows for adequate separation especially when there are character cards each with their separate lorebooks that build off of a core lorebook. Signed-off-by: kingbri * World Info: Add entry-specific character exclusions This is the opposite of locking an entry to a specific character. Exclusions allows the entry to get included for everyone except the specified characters in the list. Signed-off-by: kingbri --------- Signed-off-by: kingbri --- public/index.html | 18 +++++++ public/scripts/world-info.js | 91 ++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) diff --git a/public/index.html b/public/index.html index 95fb3884b..89f3860b8 100644 --- a/public/index.html +++ b/public/index.html @@ -3930,6 +3930,18 @@ +
+ +
+ +
+