Chapters & Pools
Chapters & Pools
Section titled “Chapters & Pools”Chapters define the story progression path. Pools control the rotation of daily and weekly quests. Both editors are accessible from the Mod Editor sidebar.
Chapters
Section titled “Chapters”Chapter List
Section titled “Chapter List”The left sidebar shows all chapters in order. Each entry displays:
- Order number — the chapter’s position in the story sequence
- Chapter ID — unique identifier
- Quest count — how many quests belong to this chapter
- Source badge —
Cfor custom,OFFfor disabled base chapters
Base vs. Custom
Section titled “Base vs. Custom”- BASE chapters are read-only. Use Clone to Custom to create an editable copy, or Disable to exclude a base chapter from the server without deleting it.
- CUSTOM chapters are fully editable and can be deleted.
Disabled base chapters are marked with OFF and shown with a strikethrough. They will be included in the export’s disabled_base_ids list so the server skips them.
Chapter Properties
Section titled “Chapter Properties”Each chapter has:
- Title Key — i18n localization key for the chapter title
- Description Key — i18n localization key for the chapter description
Quest Ordering
Section titled “Quest Ordering”The Quests in Chapter section lists all quest IDs in order. For custom chapters you can:
- Reorder quests using the up/down arrow buttons
- Remove a quest with the X button
- Add a quest by typing its ID in the input field and pressing Enter or clicking + Add
Each quest entry shows its type (story, side, daily, weekly) with a color-coded label. If a quest ID does not match any loaded quest, it is flagged as Not found in red.
Chapter Rewards
Section titled “Chapter Rewards”Chapters can award rewards when all their quests are completed. Reward types:
| Type | Fields |
|---|---|
| item | Item ID (with autocomplete) and amount |
| lootbag | Lootbag ID |
| title | Title ID |
For custom chapters, use + Add Reward to add entries and configure each reward’s type and value.
Creating a Chapter
Section titled “Creating a Chapter”Click + New and enter a unique Chapter ID (e.g. chapter_desert_saga). The new chapter starts empty — add quests and rewards after creation.
Pools manage the daily and weekly quest rotation. The server randomly picks quests from these pools, weighted by the configured values.
Daily vs. Weekly
Section titled “Daily vs. Weekly”Toggle between the Daily and Weekly tabs at the top. Each tab shows the entry count.
Pool Table
Section titled “Pool Table”Each pool entry displays:
| Column | Description |
|---|---|
| Quest ID | The quest that can be selected for rotation |
| Weight | Relative probability (higher = more likely to be picked) |
| Distribution | Visual bar showing relative weight compared to the highest entry |
Managing Entries
Section titled “Managing Entries”- Add — Click + Add Entry, enter a Quest ID and weight (default 100), then confirm
- Disable — For base entries, click the
xbutton to disable without removing. Disabled entries showOFFand are dimmed - Remove — Custom entries (marked
C) can be deleted with the X button
Adding a Pool Entry
Section titled “Adding a Pool Entry”- Click + Add Entry
- Enter the Quest ID — must match an existing quest
- Set the Weight (1-10000)
- Click Add to daily pool or Add to weekly pool
Duplicate Quest IDs are not allowed within the same pool. The editor will show an “Already in pool” warning if you try to add one that already exists.