Files
TsProphet94 778b6867a4 Britannia Map fix (#2863)
## Description:

Fixed map assets and generated outputs. Fixed issues with map not
loading and pathfinding not working. Britannia (new) and Britannia
Classic. Now work correctly.

## Please complete the following:

- [X] I have added screenshots for all UI updates
- [X] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [X] I have added relevant tests to the test directory
- [X] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

Tsprophet

---------

Co-authored-by: Harry <Harry.bath94@gmail.com>
Co-authored-by: iamlewis <lewismmmm@gmail.com>
2026-01-10 20:09:03 -08:00

106 lines
1.9 KiB
JSON

{
"name": "Britannia",
"nations": [
{
"coordinates": [1539, 1915],
"name": "Pas-de-Calais",
"flag": "fr"
},
{
"coordinates": [214, 1242],
"name": "Mayo",
"flag": "ie"
},
{
"coordinates": [189, 1605],
"name": "Kerry",
"flag": "ie"
},
{
"coordinates": [257, 1458],
"name": "Clare",
"flag": "ie"
},
{
"coordinates": [527, 1295],
"name": "Meath",
"flag": "ie"
},
{
"coordinates": [703, 431],
"name": "Highland",
"flag": "gb-sct"
},
{
"coordinates": [611, 690],
"name": "Argyll and Bute",
"flag": "gb-sct"
},
{
"coordinates": [1118, 1202],
"name": "North Yorkshire",
"flag": "gb-eng"
},
{
"coordinates": [971, 517],
"name": "Aberdeenshire",
"flag": "gb-sct"
},
{
"coordinates": [951, 1088],
"name": "Cumbria",
"flag": "gb-eng"
},
{
"coordinates": [846, 1000],
"name": "Dumfries and Galloway",
"flag": "gb-sct"
},
{
"coordinates": [856, 672],
"name": "Perthshire and Kinross",
"flag": "gb-sct"
},
{
"coordinates": [1271, 1403],
"name": "Lincolnshire",
"flag": "gb-eng"
},
{
"coordinates": [867, 1883],
"name": "Devon",
"flag": "gb-eng"
},
{
"coordinates": [1051, 946],
"name": "Northumberland",
"flag": "gb-eng"
},
{
"coordinates": [1400, 1495],
"name": "Norfolk",
"flag": "gb-eng"
},
{
"coordinates": [902, 1569],
"name": "Powys",
"flag": "gb-wls"
},
{
"coordinates": [1407, 1584],
"name": "Suffolk",
"flag": "gb-eng"
},
{
"coordinates": [1148, 1820],
"name": "Hampshire",
"flag": "gb-eng"
},
{
"coordinates": [404, 1146],
"name": "Fermanagh",
"flag": "gb-nir"
}
]
}