Added placeholder and dice config options

This commit is contained in:
munimunigamer
2025-12-25 18:27:28 -08:00
parent 04bd314da2
commit c73260b2c6
6 changed files with 47 additions and 2 deletions
+16
View File
@@ -180,6 +180,14 @@
<span data-i18n-key="template.settingsModal.display.showPresentCharacters">Show Present Characters</span>
</label>
<label class="checkbox_label">
<input type="checkbox" id="rpg-toggle-placeholder-card" />
<span data-i18n-key="template.settingsModal.display.showPlaceholderCharacterCard">Show Placeholder Character Card</span>
</label>
<small style="display: block; margin-left: 24px; margin-top: -8px; color: #888; font-size: 11px;" data-i18n-key="template.settingsModal.display.showPlaceholderCharacterCardNote">
When no characters are detected, show a placeholder character card. Disable for narrator-only stories.
</small>
<label class="checkbox_label">
<input type="checkbox" id="rpg-toggle-inventory" />
<span data-i18n-key="template.settingsModal.display.showInventory">Show Inventory</span>
@@ -222,6 +230,14 @@
Display buttons above chat input for plot progression prompts
</small>
<label class="checkbox_label">
<input type="checkbox" id="rpg-toggle-dice-display" />
<span data-i18n-key="template.settingsModal.display.showDiceDisplay">Show Dice Roll Display</span>
</label>
<small style="display: block; margin-left: 24px; margin-top: -8px; color: #888; font-size: 11px;" data-i18n-key="template.settingsModal.display.showDiceDisplayNote">
Display the "Last Roll" indicator in the panel.
</small>
<label class="checkbox_label">
<input type="checkbox" id="rpg-toggle-debug-mode" />
<span data-i18n-key="template.settingsModal.display.enableDebugMode">Enable Debug Mode</span>