Interface TerritoryData

Additional information for a territory

interface TerritoryData {
    connections: string[];
    name: string;
    resources: Resources;
}

Properties

connections: string[]

The names of the territories with a trade route to this territory

name: string

The name of the territory

resources: Resources

The resource production of the territory

Generated using TypeDoc