mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 18:36:39 +00:00
516d268c88
## 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>
121 lines
2.3 KiB
JSON
121 lines
2.3 KiB
JSON
{
|
|
"name": "Britannia Classic",
|
|
"nations": [
|
|
{
|
|
"coordinates": [960, 1258],
|
|
"name": "Dumnonia",
|
|
"flag": "1_Dumnonia"
|
|
},
|
|
{
|
|
"coordinates": [918, 1088],
|
|
"name": "Dyfed",
|
|
"flag": "1_Dyfed"
|
|
},
|
|
{
|
|
"coordinates": [1114, 1108],
|
|
"name": "Gwent",
|
|
"flag": "1_Gwent"
|
|
},
|
|
{
|
|
"coordinates": [1048, 936],
|
|
"name": "Gwynedd",
|
|
"flag": "1_Gwynedd"
|
|
},
|
|
{
|
|
"coordinates": [1108, 986],
|
|
"name": "Powys",
|
|
"flag": "1_Powys"
|
|
},
|
|
{
|
|
"coordinates": [952, 536],
|
|
"name": "Strathclyde",
|
|
"flag": "1_Strathclyde"
|
|
},
|
|
{
|
|
"coordinates": [748, 556],
|
|
"name": "Dalriata",
|
|
"flag": "1_Dalriata"
|
|
},
|
|
{
|
|
"coordinates": [1228, 1176],
|
|
"name": "Wessex",
|
|
"flag": "1_Wessex"
|
|
},
|
|
{
|
|
"coordinates": [1442, 1226],
|
|
"name": "Sussex",
|
|
"flag": "1_Sussex"
|
|
},
|
|
{
|
|
"coordinates": [1600, 1188],
|
|
"name": "Kent",
|
|
"flag": "1_Kent"
|
|
},
|
|
{
|
|
"coordinates": [1621, 1085],
|
|
"name": "Essex",
|
|
"flag": "1_Essex"
|
|
},
|
|
{
|
|
"coordinates": [1707, 1018],
|
|
"name": "East Anglia",
|
|
"flag": "1_East Anglia"
|
|
},
|
|
{
|
|
"coordinates": [1370, 1002],
|
|
"name": "Mercia",
|
|
"flag": "1_Mercia"
|
|
},
|
|
{
|
|
"coordinates": [1298, 724],
|
|
"name": "Northumbria",
|
|
"flag": "1_Northumbria"
|
|
},
|
|
{
|
|
"coordinates": [962, 366],
|
|
"name": "Fortriu",
|
|
"flag": "1_Fortriu"
|
|
},
|
|
{
|
|
"coordinates": [272, 1041],
|
|
"name": "Munster",
|
|
"flag": "1_Munster"
|
|
},
|
|
{
|
|
"coordinates": [264, 830],
|
|
"name": "Connacht",
|
|
"flag": "1_Connacht"
|
|
},
|
|
{
|
|
"coordinates": [608, 975],
|
|
"name": "Laigin",
|
|
"flag": "1_Laigin"
|
|
},
|
|
{
|
|
"coordinates": [564, 845],
|
|
"name": "Southern Uí Néill",
|
|
"flag": "1_Southern Ui Neill"
|
|
},
|
|
{
|
|
"coordinates": [639, 680],
|
|
"name": "Ulaid",
|
|
"flag": "1_Ulaid"
|
|
},
|
|
{
|
|
"coordinates": [509, 759],
|
|
"name": "Airgialla",
|
|
"flag": "1_Airgialla"
|
|
},
|
|
{
|
|
"coordinates": [416, 678],
|
|
"name": "Northern Uí Néill",
|
|
"flag": "1_Northern Ui Neill"
|
|
},
|
|
{
|
|
"coordinates": [1869, 1308],
|
|
"name": "Franks",
|
|
"flag": "1_Franks"
|
|
}
|
|
]
|
|
}
|