warframe-worldstate-parser
    Preparing search index...

    Represents a void trader

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • data: RawVoidTrader

        The trader data

      • deps: default = ...

        The dependencies object

        Dependency Object

        • Optionalcharacter?: string

          Character name for traders

        • OptionalkuvaData?: KuvaLogEntry[]

          Kuva data for parsing

        • locale: Locale

          Locale to use for translations

        • Optionallogger?: { debug: (message: string) => void }

          Generic logger to use if needed

        • OptionalsentientData?: { end: number; start: number }

          Sentint Data for parsing

        • OptionalsortieData?: SortieData

          Sortie data for parsing

      Returns default

    Properties

    activation?: Date

    The date and time at which the WorldstateObject started

    character: string

    The void trader's name

    completed: boolean

    Whether it's completed or not

    expiry?: Date

    The date and time at which the WorldstateObject ends

    id?: string

    The object's id field

    initialStart: Date

    The initial start date

    inventory: default[]

    The trader's inventory

    location: string

    The node at which the Void Trader appears

    psId: string

    Pseudo Identifier for identifying changes in inventory

    schedule: default[]

    Possible schedule

    Accessors

    • get active(): boolean

      Whether the trader is active

      Returns boolean

    • get endString(): string

      Time delta string from now to the end

      Returns string

    • get startString(): string

      Time delta string from now to the start

      Returns string