screeps-api
    Preparing search index...

    Interface WarpathBattle

    An individual battle from WarpathBattlesResponse

    interface WarpathBattle {
        attackers: [string, ...string[]];
        classification: string;
        defender: string;
        firstseen: string;
        firsttick: number;
        lastseen: string;
        lasttick: number;
        room: string;
    }
    Index

    Properties

    attackers: [string, ...string[]]

    Username(s) of the attacking player(s)

    classification: string

    Numeric string value from "0" to "5", where "5" is the highest-level conflict: https://screepspl.us/warpath/classifications/

    defender: string

    Username of the defending player

    firstseen: string

    ISO 8601 time at which the conflict was first observed

    firsttick: number

    Tick at which the conflict was first observed

    lastseen: string

    ISO 8601 time at which the conflict was last observed

    lasttick: number

    Tick at which the conflict was last observed

    room: string

    Name of the room in which the battle is/was occurring