Data: {
    lastUpdated: number;
    mapItems: Api.Map.Item[];
    mapTextItems: Api.Map.TextItem[];
    regionId: number;
    scorchedVictoryTowns: number;
    version: number;
}

Type declaration

  • lastUpdated: number

    UNIX timestamp in milliseconds of when this map was last updated.

  • mapItems: Api.Map.Item[]
  • mapTextItems: Api.Map.TextItem[]
  • regionId: number

    Internal region ID for this map.

  • scorchedVictoryTowns: number

    The number of scorched victory towns.

  • version: number

    Version number, increments whenever this map data changes. Used for caching.