quest_lore
Quest Additional Lore — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | quest_lore |
| Type | Misc |
| Color | Purple |
| Icon | mdi:text-box |
Description
Adds status-dependent additional lore to a quest button in the codex. Unlike [QuestAssignmentEntry] which defines display overrides for a quest within a specific category, this entry adds extra lore lines that appear at the bottom of the quest button. Set [category] to restrict this lore to a specific category. Leave [category] empty to apply globally across all categories. Example (category-specific): quest_lore: quest: "quest:the_beginning" category: "main_quests" not_started_lore: "<gray>Talk to the village elder" in_progress_lore: "<yellow>Find the ancient artifact" completed_lore: "<green>You found the artifact!"
Fields
| Field | Type | Description |
|---|---|---|
quest | Ref<QuestEntry> | Quest to add lore to. |
category | String | Category this lore applies to. Leave empty to apply globally. |
notStartedLore | String | Additional lore shown when the quest has not started. |
inProgressLore | String | Additional lore shown when the quest is in progress. |
completedLore | String | Additional lore shown when the quest is completed. |
Usage Example
- entry: quest_lore
name: "Quest Additional Lore"
quest: ""
category: ""
notStartedLore: ""
inProgressLore: ""
completedLore: ""