Skip to content

QuestIniQuest

Quantumrunner edited this page May 1, 2021 · 1 revision

Quest

The Quest section defines general quest information. Must exist in quest.ini.

Functional

format

See: QuestFormat

type

Can be D2E or MoM.

packs

A space separated list of expansion pack IDs. If these are not selected this quest will not be available. perils are only trigged once, even if the threat passes this level more than once.

NOTE: For Mansions of Madness do not use RN or SM, use MoM1E/CotW/FA instead.

hidden

If set to true the quest will not be available for user selection. Useful for second encounters, campaign stages and sub quests such as alternative layouts.

defaultlanguage

The default language file. Missing keys from non default language files will be resolved from this file.

See also: QuestIniQuestText, Translations.

image

Optional relative path to a jpeg or PNG file to display on quest selection. Will be displayed at 1:1 aspect.

difficulty

Optional quest difficulty from 0 (easiest) to 1 (hardest). If provided and not 0 will add a difficulty display to quest selection.

minhero

Optional minimum hero count for quest, defaults to 2.

maxhero

Optional maximum hero count for quest. Defaults to 4 for D2E and 5 for MoM.

Maximum of 4 for D2E and 10 for MoM.

lengthmin

Optional quest duration to show on quest selection.

lengthmax

Optional quest duration to show on quest selection.

version

Unique string identifier, if different to version on remote listing will prompt user for available update.

languages_name.

The name of the quest in the associated language.

languages_synopsys.

The synopsys of the quest in the associated language.

languages_authors_short.

The author(s) in short form of the quest in the associated language.

languages_authors_short.

The author(s) in short form of the quest in the associated language.

package_url

Location from which to download quest

latest_update

A date string showing when quest was updated, uses this documentation for format.

Text

quest.name

Name of the quest.

quest.description

Optional description, this markup can be used.

quest.authors

Optional authors, this markup can be used.

Back to QuestIniDetails.

Clone this wiki locally