Pular para o conteúdo principal

quest_category

Quest Category — misc entry.

Entry Information

PropertyValue
Entry IDquest_category
TypeMisc
ColorRed
Iconmdi:book

Description

Defines a quest category. A category groups quests together in the codex. Categories can be nested via [parent] to create sub-categories. To add quests to this category, use [QuestAssignmentEntry]. To configure the menu for this category, use [CategoryMenuEntry]. Example: quest_category: category: "main_quests" title: "<gold>Main Story" icon: GOLDEN_SWORD order: 0 quest_category: category: "side_quests" title: "<aqua>Side Quests" icon: BOOK parent: "main_quests" order: 1

Fields

FieldTypeDescription
categoryStringUnique category identifier (lowercase, no spaces).
titleStringDisplay title shown in the codex menu.
iconItemItem used as the category icon in menus.
parentStringParent category name. Leave empty for a top-level category.
orderIntDisplay order (lower = first). Categories with the same order are sorted alphabetically.
activeCriteriaList<Criteria>Criteria required for this category to be visible.
completedCriteriaList<Criteria>Criteria required for this category to be marked as completed.
blockedMessageStringMessage shown when the category is locked (player does not meet active criteria).
activeMessageStringMessage shown when the category is in progress.
completedMessageStringMessage shown when the category is completed.
hideWhenLockedBooleanWhether to hide this category when locked.

Usage Example

- entry: quest_category
name: "Quest Category"
category: ""
title: ""
icon: ""
parent: ""
order: 0
activeCriteria: []
completedCriteria: []
blockedMessage: ""
activeMessage: ""
completedMessage: ""
hideWhenLocked: false