warframe-worldstate-parser
    Preparing search index...

    External mission data retrieved from https://10o.io/kuvalog.json

    interface default {
        activation: Date;
        archwing: boolean;
        enemy: string;
        expired: boolean;
        expiry: Date;
        id: string;
        node: string;
        nodeKey: string;
        sharkwing: boolean;
        type: string;
        typeKey: string;
    }
    Index

    Properties

    activation: Date

    start time

    archwing: boolean

    whether or not the tile requires archwing

    enemy: string

    Enemy on tile

    expired: boolean

    Whether the mission is expired at the time of creation or not

    expiry: Date

    end timer

    id: string
    node: string

    formatted node name with planet

    nodeKey: string

    Untranslated formatted node name with planet

    sharkwing: boolean

    whether or not the tile requires

    type: string

    Mission type of node

    typeKey: string

    Untranslated node mission type