Add depth to entry template
This commit is contained in:
parent
07962e0e4e
commit
9ad42025e5
|
@ -1373,6 +1373,7 @@ const newEntryTemplate = {
|
|||
excludeRecursion: false,
|
||||
probability: 100,
|
||||
useProbability: true,
|
||||
depth: DEFAULT_DEPTH,
|
||||
};
|
||||
|
||||
function createWorldInfoEntry(name, data, fromSlashCommand = false) {
|
||||
|
|
Loading…
Reference in New Issue