Zum Hauptinhalt springen

quest_lore

Quest Additional Lore — misc entry.

Entry Information

PropertyValue
Entry IDquest_lore
TypeMisc
ColorPurple
Iconmdi: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

FieldTypeDescription
questRef<QuestEntry>Quest to add lore to.
categoryStringCategory this lore applies to. Leave empty to apply globally.
notStartedLoreStringAdditional lore shown when the quest has not started.
inProgressLoreStringAdditional lore shown when the quest is in progress.
completedLoreStringAdditional lore shown when the quest is completed.

Usage Example

- entry: quest_lore
name: "Quest Additional Lore"
quest: ""
category: ""
notStartedLore: ""
inProgressLore: ""
completedLore: ""