warframe-worldstate-parser
    Preparing search index...

    Represents a persistent enemy

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    activation?: Date

    The date and time at which the WorldstateObject started

    agentType: string

    The enemy's type

    expiry?: Date

    The date and time at which the WorldstateObject ends

    fleeDamage: number

    The percentual damage that the enemy takes when it's defeated

    healthPercent: number

    The enemy's remaining health percentage

    id?: string

    The object's id field

    isDiscovered: boolean

    Whether or not the enemy is currently available

    isUsingTicketing: boolean

    Whether or not the enemy is using ticketing

    lastDiscoveredAt: string

    The node at which the enemy was last discovered

    lastDiscoveredTime: Date

    The last time the enemy was discovered

    locationTag: string

    The location tag

    pid: string

    Fake ID incorporating discovery

    rank: number

    The enemy's rank

    region: string | number

    The region where the enemy is located

    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