warframe-worldstate-parser
    Preparing search index...

    Represents an upgrade that applies to all players

    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

    The object's id field

    operation: string

    The operation type

    operationSymbol: string

    Symbol for operation

    upgrade: string

    The effect of the upgrade

    upgradeOperationValue: number

    The operation value

    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