Files
Will Dunlop d49566b73b fix: two rivers that were not connected fully (#2422)
## Description:

Literally one pixel was stopping the river
Before
<img width="450" height="405" alt="image"
src="https://github.com/user-attachments/assets/d5af908f-2136-42f7-90cc-655d24372c22"
/>

After
<img width="272" height="238" alt="image"
src="https://github.com/user-attachments/assets/b8f595f3-cf10-4098-89cb-7b5b7f2bc9d1"
/>

before
<img width="222" height="263" alt="image"
src="https://github.com/user-attachments/assets/8a1abd1f-85c8-4673-bf7a-bcc774783e2e"
/>

after
<img width="246" height="217" alt="image"
src="https://github.com/user-attachments/assets/16249b6f-1743-4f04-ad8e-b353b29380de"
/>


## Please complete the following:

- [ X ] I have added screenshots for all UI updates
- [ N/A ] I process any text displayed to the user through
translateText() and I've added it to the en.json file
- [ N/A  ] 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:

@dxtron_28992

---------

Co-authored-by: Evan <evanpelle@gmail.com>
2025-11-11 14:20:32 -08:00

159 lines
3.0 KiB
JSON

{
"map": {
"height": 1396,
"num_land_tiles": 933706,
"width": 2000
},
"map16x": {
"height": 349,
"num_land_tiles": 55009,
"width": 500
},
"map4x": {
"height": 698,
"num_land_tiles": 228914,
"width": 1000
},
"name": "Britannia",
"nations": [
{
"coordinates": [960, 1258],
"flag": "1_Dumnonia",
"name": "Dumnonia",
"strength": 1
},
{
"coordinates": [918, 1088],
"flag": "1_Dyfed",
"name": "Dyfed",
"strength": 1
},
{
"coordinates": [1114, 1108],
"flag": "1_Gwent",
"name": "Gwent",
"strength": 1
},
{
"coordinates": [1048, 936],
"flag": "1_Gwynedd",
"name": "Gwynedd",
"strength": 2
},
{
"coordinates": [1108, 986],
"flag": "1_Powys",
"name": "Powys",
"strength": 2
},
{
"coordinates": [952, 536],
"flag": "1_Strathclyde",
"name": "Strathclyde",
"strength": 2
},
{
"coordinates": [748, 556],
"flag": "1_Dalriata",
"name": "Dalriata",
"strength": 1
},
{
"coordinates": [1228, 1176],
"flag": "1_Wessex",
"name": "Wessex",
"strength": 3
},
{
"coordinates": [1442, 1226],
"flag": "1_Sussex",
"name": "Sussex",
"strength": 1
},
{
"coordinates": [1600, 1188],
"flag": "1_Kent",
"name": "Kent",
"strength": 2
},
{
"coordinates": [1621, 1085],
"flag": "1_Essex",
"name": "Essex",
"strength": 1
},
{
"coordinates": [1707, 1018],
"flag": "1_East Anglia",
"name": "East Anglia",
"strength": 2
},
{
"coordinates": [1370, 1002],
"flag": "1_Mercia",
"name": "Mercia",
"strength": 3
},
{
"coordinates": [1298, 724],
"flag": "1_Northumbria",
"name": "Northumbria",
"strength": 2
},
{
"coordinates": [962, 366],
"flag": "1_Fortriu",
"name": "Fortriu",
"strength": 2
},
{
"coordinates": [272, 1041],
"flag": "1_Munster",
"name": "Munster",
"strength": 2
},
{
"coordinates": [264, 830],
"flag": "1_Connacht",
"name": "Connacht",
"strength": 2
},
{
"coordinates": [608, 975],
"flag": "1_Laigin",
"name": "Laigin",
"strength": 2
},
{
"coordinates": [564, 845],
"flag": "1_Southern Ui Neill",
"name": "Southern Uí Néill",
"strength": 3
},
{
"coordinates": [639, 680],
"flag": "1_Ulaid",
"name": "Ulaid",
"strength": 2
},
{
"coordinates": [509, 759],
"flag": "1_Airgialla",
"name": "Airgialla",
"strength": 2
},
{
"coordinates": [416, 678],
"flag": "1_Northern Ui Neill",
"name": "Northern Uí Néill",
"strength": 3
},
{
"coordinates": [1869, 1308],
"flag": "1_Franks",
"name": "Franks",
"strength": 3
}
]
}