warframe-worldstate-parser
    Preparing search index...

    Represents an in-game special event

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    activation?: Date

    The date and time at which the WorldstateObject started

    affiliatedWith?: string
    altActivation: Date
    altExpiry: Date
    archwingDrops: string[]

    Archwing Drops in effect while this event is active

    completionBonuses: number[]

    Bonuses given for completion

    concurrentNodes: string[]

    The other nodes where the event takes place

    currentScore: number

    The current score on the event

    description: string

    The description of the event

    expiry?: Date

    The date and time at which the WorldstateObject ends

    faction: undefined | string

    The faction that the players must fight in the event

    health: undefined | number

    Health remaining for the target

    id?: string

    The object's id field

    interimSteps: InterimStep[]

    Array of steps

    isCommunity: boolean

    Whether the event is community

    isPersonal: boolean

    Whether the event is personal

    jobs: default[]
    largeInterval: number

    The second intermediate score goal

    maximumScore: number

    The event's main score goal

    metadata: object

    Metadata provided by DE

    nextAlt: { activation: Date; expiry: Date }
    node: undefined | string

    The node where the event takes place

    previousId: undefined | string

    Previous job id

    previousJobs: default[]
    progressSteps: ProgressStep[]

    Progress Steps, if any are present

    progressTotal?: number

    Total of all MultiProgress

    regionDrops: string[]
    rewards: default[]

    The event's rewards

    scoreLocTag: undefined | string

    The score description

    scoreVar: string
    showTotalAtEndOfMission: boolean

    Whether to show the total score at the end of the mission

    smallInterval: number

    The first intermediate score goal

    tag: string

    The event's tag

    tooltip: undefined | string

    Tooltip for the event

    victim?: string
    victimNode: undefined | string

    The victim node

    Accessors

    • get active(): boolean

      Whether the void trader is active (at time of object creation)

      Returns boolean

    • get endString(): undefined | string

      Time delta string from now to the end

      Returns undefined | string

    • get startString(): undefined | string

      A string indicating how long it will take for the trader to arrive (at time of object creation)

      Returns undefined | string

    Methods