Temporary Quest Definition
Type:temporary_quest_definition
Defines a pool of quests that rotate automatically based on time/daily schedules.
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
id | String | "" | Unique identifier. |
quests | List<Ref<Quest>> | [] | Pool of available quests. |
questsPerDay | Int | 1 | Number of quests active at once. |
resetTime | String | ”00:00” | Time when quests rotate (HH:mm). |
daysOfWeek | List<DayOfWeek> | All | Allowed days (MONDAY, etc). |
startTime | Optional<String> | Empty | Start time restriction (HH:mm). |
endTime | Optional<String> | Empty | End time restriction (HH:mm). |
cronExpression | Optional<Cron> | Empty | Advanced scheduling. |
artifact | Ref<Artifact> | Empty | Artifact to store rotation state. |