warframe-worldstate-parser
    Preparing search index...

    Represents a Conclave challenge

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • data: RawChallenge

        The challenge 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

    amount: number

    The number of times that the challenge's objective needs to be completed

    category: string

    The challenge's category (daily, weekly...)

    categoryKey: string

    The challenge category unlocalized

    daily: boolean

    Whether or not this is a daily conclave challenge.

    description?: string

    The challenge's description text

    expiry?: Date

    The date and time at which the WorldstateObject ends

    id?: string

    The object's id field

    mode: string

    The PVP mode that the challenge must be completed in

    rootChallenge: boolean

    Whether or not this is the root challenge

    standing?: number

    Standing granted by completing challenge.

    title?: string

    Title of the challenge

    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