mwg API
    Preparing search index...

    Interface MwlCampaignDefinition

    interface MwlCampaignDefinition {
        description?: string;
        firstScenario?: string;
        id: string;
        name?: string;
        scenarios: readonly MwlScenarioLink[];
        startScene?: string;
        title?: string;
    }
    Index
    description?: string
    firstScenario?: string

    the scenario the campaign opens on, first_scenario; the first declared one when unset

    id: string
    name?: string
    scenarios: readonly MwlScenarioLink[]

    the campaign's scenarios in declared order, each with the one that follows it

    startScene?: string
    title?: string