Skip to content

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.

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 badgeC for custom, OFF for disabled base chapters
  • 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.

Each chapter has:

  • Title Key — i18n localization key for the chapter title
  • Description Key — i18n localization key for the chapter description

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.

Chapters can award rewards when all their quests are completed. Reward types:

TypeFields
itemItem ID (with autocomplete) and amount
lootbagLootbag ID
titleTitle ID

For custom chapters, use + Add Reward to add entries and configure each reward’s type and value.

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.

Toggle between the Daily and Weekly tabs at the top. Each tab shows the entry count.

Each pool entry displays:

ColumnDescription
Quest IDThe quest that can be selected for rotation
WeightRelative probability (higher = more likely to be picked)
DistributionVisual bar showing relative weight compared to the highest entry
  • Add — Click + Add Entry, enter a Quest ID and weight (default 100), then confirm
  • Disable — For base entries, click the x button to disable without removing. Disabled entries show OFF and are dimmed
  • Remove — Custom entries (marked C) can be deleted with the X button
  1. Click + Add Entry
  2. Enter the Quest ID — must match an existing quest
  3. Set the Weight (1-10000)
  4. 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.