warframe-worldstate-parser
    Preparing search index...

    Represents a generic object from Worldstate

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    activation?: Date

    The date and time at which the WorldstateObject started

    expiry?: Date

    The date and time at which the WorldstateObject ends

    id: string

    MD5 generated ID

    missions: ArchimedeaMission[]

    Missions along with deviations and risks

    personalModifiers: { description: string; key: string; name: string }[]

    Modifiers applied to the player

    type: string

    Archimedea type

    typeKey: string

    Archimedea type untranslated

    Accessors

    • get active(): boolean

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

      Returns boolean

    • get endString(): string | undefined

      Time delta string from now to the end

      Returns string | undefined

    • get startString(): string | undefined

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

      Returns string | undefined