warframe-worldstate-parser
    Preparing search index...

    Represents a dark sector

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    activation?: Date

    The date and time at which the WorldStateObject started

    battlePayReserve: number
    battlePaySetBy: string

    The player who set the battle pay

    battlePaySetByClan: string

    The clan of the player who set the battle pay

    creditTaxRate: number

    The dark sector credit tax rate

    damagePerMission: number
    defenderDeployemntActivation: number | Date

    The date and time at which the rail was deployed

    defenderMaxPool: number

    The maximum health of the solar rail

    defenderMOTD: string

    The MOTD set by the dark sector holder

    defenderName: string

    The current holder of the dark sector

    defenderPoolRemaining: number

    The remaining health of the current solar rail

    defenderRailHealReserve: number
    deployerClan: string

    The clan of the player who deployed the solar rail

    deployerName: string

    The player who deployed the solar rail

    expiry?: Date

    The date and time at which the WorldStateObject ends

    healRate: number
    history: DarkSectorBattle[]

    The history of the dark sector

    id?: string

    The object's id field

    isAlliance: boolean

    Whether the dark sector holder is an alliance or not

    itemsTaxRate: number

    The dark sector resource tax rate

    memberCreditsTaxRate: number

    The dark sector credit tax rate for clan/alliance members

    memberItemsTaxRate: number

    The dark sector resource tax rate for clan/alliance members

    mission?: Mission

    The dark sector's mission

    perMissionBattlePay: number

    The battle pay per mission offered to players

    railType: string

    The solar rail type

    taxChangedBy: string

    The player who changed the tax

    taxChangedByClan: string

    The clan of the player who set the tax

    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