#1727 Add per entry WI setting overrides

This commit is contained in:
Cohee
2024-01-23 22:44:20 +02:00
parent 9b42be2334
commit 8a69f63044
3 changed files with 231 additions and 44 deletions

View File

@ -388,6 +388,9 @@ function convertWorldInfoToCharacterBook(name, entries) {
selectiveLogic: entry.selectiveLogic ?? 0,
group: entry.group ?? '',
prevent_recursion: entry.preventRecursion ?? false,
scan_depth: entry.scanDepth ?? null,
match_whole_words: entry.matchWholeWords ?? null,
case_sensitive: entry.caseSensitive ?? null,
},
};