Add data model field for WI entry group

This commit is contained in:
Cohee
2023-12-04 18:36:05 +02:00
parent 11a60e5eec
commit 8bf18891b3
2 changed files with 6 additions and 0 deletions

View File

@@ -1876,6 +1876,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
useProbability: entry.useProbability ?? false,
depth: entry.depth ?? 4,
selectiveLogic: entry.selectiveLogic ?? 0,
group: entry.group ?? '',
},
};