warframe-worldstate-parser
    Preparing search index...

    Represents a flash sale

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    activation?: Date

    The date and time at which the WorldStateObject started

    discount: number

    The item's discount percentage

    expiry?: Date

    The date and time at which the WorldStateObject ends

    id: string

    Unique identifier for this sale built from the end time and reward

    isFeatured: boolean

    Whether this item is featured in the in-game market

    isPopular: boolean

    Whether this item is marked as popular in the in-game market

    isShownInMarket: boolean

    Whether this item is show in the in-game market

    item: string

    The item being offered in the flash sale

    premiumOverride: number

    The item's discounted platinum price

    regularOverride: number

    The item's discounted credit price

    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 expired(): boolean

      Whether or not this is expired (at time of object creation)

      Returns boolean

    • 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