mwg API
    Preparing search index...

    Interface QuestDefinition

    interface QuestDefinition {
        id: string;
        requires?: string[];
        stages: QuestStage[];
    }
    Index
    id: string
    requires?: string[]

    quest ids that must already be complete before this one can start

    stages: QuestStage[]