Quest Additional Lore
Allows defining additional lore that will be appended to a quest’s icon regardless of the category it is in. This is useful for global status messages.Fields
| Field | Type | Description |
|---|---|---|
quest | Ref<QuestEntry> | The quest to apply the lore to. |
additionalLoreNotStarted | String | Lore shown when the quest is not started. |
additionalLoreInProgress | String | Lore shown when the quest is in progress. |
additionalLoreCompleted | String | Lore shown when the quest is completed. |