Split group weight and trigger%

This commit is contained in:
Cohee
2024-05-06 17:00:42 +03:00
parent d54ccece5c
commit 83c77c1f18
4 changed files with 47 additions and 8 deletions

View File

@ -434,6 +434,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
selectiveLogic: entry.selectiveLogic ?? 0,
group: entry.group ?? '',
group_override: entry.groupOverride ?? false,
group_weight: entry.groupWeight ?? null,
prevent_recursion: entry.preventRecursion ?? false,
scan_depth: entry.scanDepth ?? null,
match_whole_words: entry.matchWholeWords ?? null,