Add extra field docs

b233cc248005f8efad1b71096bf6e54e19ea5770

Crow <bismuthglass@protonmail.com>

1 files changed, +4 -4Ignore whitespace
public/scripts/world-info.js+4 -4
@@ -101,11 +101,11 @@ const KNOWN_DECORATORS = ['@@activate', '@@dont_activate'];
101101 * @typedef {object} WIGlobalScanData The chat-independent data to be scanned. Each of
102102 * these fields can be enabled for scanning per entry.
103103 * @property {string} personaDescription User persona description
104104 * @property {string} characterDescription Character description
105105 * @property {string} characterPersonality Character personality
106106 * @property {string} characterDepthPrompt Character depth prompt (sometimes referred to as character notes)
107107 * @property {string} scenario Character defined scenario
108108 * @property {string} creatorNotes Character creator notes
109109 */
110110
111111/**