Add depth to entry template

This commit is contained in:
Cohee
2023-12-01 22:09:13 +02:00
parent 07962e0e4e
commit 9ad42025e5

View File

@ -1373,6 +1373,7 @@ const newEntryTemplate = {
excludeRecursion: false, excludeRecursion: false,
probability: 100, probability: 100,
useProbability: true, useProbability: true,
depth: DEFAULT_DEPTH,
}; };
function createWorldInfoEntry(name, data, fromSlashCommand = false) { function createWorldInfoEntry(name, data, fromSlashCommand = false) {