Files
TsProphet94 516d268c88 Restructured PR for Britannia Remastered Addition (#2813)
## Description:

Adds a new detailed Britannia map featuring modern UK, Ireland, and
northern France regions. The previous Britannia map has been preserved
as "Britannia Classic".

<img width="4096" height="5031" alt="United Kingdom"
src="https://github.com/user-attachments/assets/8a6ca3ab-bc91-438f-8ca7-7fdf7c5260b8"
/>

<img width="4096" height="5031" alt="United Kingdom_debug"
src="https://github.com/user-attachments/assets/a9a7bcd2-1dc5-40c6-a547-a7a79e636060"
/>



Changes
Added new Britannia map with modern county/region divisions
Renamed existing Britannia map to "Britannia Classic"
Added map-generator source assets for both maps
Updated GameMapType enum with BritanniaClassic
Configured player counts: 50/30/20 for both maps
Added playlist frequencies: Britannia (5), Britannia Classic (4)
Updated language translations

New Britannia Nations (partial list)
Ireland: Mayo, Kerry, Clare, Meath, and more
Scotland: Highland, Argyll and Bute, and more
England: North Yorkshire, and more
France: Pas-de-Calais
Britannia Classic

The original Britannia map with historical kingdoms (Dumnonia, Dyfed,
Gwent, Gwynedd, Powys, Strathclyde, Dalriata, Wessex, Sussex, Kent,
etc.) is now available as "Britannia Classic".

## 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-07 19:29:35 -08:00

121 lines
2.2 KiB
JSON

{
"map": {
"height": 2514,
"num_land_tiles": 1669657,
"width": 2048
},
"map16x": {
"height": 628,
"num_land_tiles": 99515,
"width": 512
},
"map4x": {
"height": 1257,
"num_land_tiles": 410570,
"width": 1024
},
"name": "britannia",
"nations": [
{
"coordinates": [1969, 2305],
"flag": "fr",
"name": "Pas-de-Calais"
},
{
"coordinates": [274, 1494],
"flag": "ie",
"name": "Mayo"
},
{
"coordinates": [242, 1931],
"flag": "ie",
"name": "Kerry"
},
{
"coordinates": [328, 1754],
"flag": "ie",
"name": "Clare"
},
{
"coordinates": [675, 1559],
"flag": "ie",
"name": "Meath"
},
{
"coordinates": [900, 518],
"flag": "gb-sct",
"name": "Highland"
},
{
"coordinates": [782, 830],
"flag": "gb-sct",
"name": "Argyll and Bute"
},
{
"coordinates": [1431, 1447],
"flag": "gb-eng",
"name": "North Yorkshire"
},
{
"coordinates": [1243, 622],
"flag": "gb-sct",
"name": "Aberdeenshire"
},
{
"coordinates": [1218, 1309],
"flag": "gb-eng",
"name": "Cumbria"
},
{
"coordinates": [1082, 1202],
"flag": "gb-sct",
"name": "Dumfries and Galloway"
},
{
"coordinates": [1096, 808],
"flag": "gb-sct",
"name": "Perthshire and Kinross"
},
{
"coordinates": [1626, 1688],
"flag": "gb-eng",
"name": "Lincolnshire"
},
{
"coordinates": [1110, 2266],
"flag": "gb-eng",
"name": "Devon"
},
{
"coordinates": [1345, 1138],
"flag": "gb-eng",
"name": "Northumberland"
},
{
"coordinates": [1792, 1799],
"flag": "gb-eng",
"name": "Norfolk"
},
{
"coordinates": [1154, 1888],
"flag": "gb-wls",
"name": "Powys"
},
{
"coordinates": [1801, 1905],
"flag": "gb-eng",
"name": "Suffolk"
},
{
"coordinates": [1469, 2190],
"flag": "gb-eng",
"name": "Hampshire"
},
{
"coordinates": [516, 1379],
"flag": "gb",
"name": "Fermanagh"
}
]
}