Add Two Lakes (#2743)

## Description:
This PR adds the Two Lakes map, based on the irl area around lake Ohrid
and lake Prespa

Describe the PR.

## 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:

DISCORD_USERNAME
Nikola123
This commit is contained in:
Duwibi
2025-12-30 21:34:51 +02:00
committed by GitHub
parent 09a1cf885f
commit 11b2591fa6
13 changed files with 76 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

@@ -0,0 +1,25 @@
{
"name": "Two Lakes",
"nations": [
{
"coordinates": [1025, 750],
"name": "Galicica"
},
{
"coordinates": [1815, 820],
"name": "Pelister"
},
{
"coordinates": [920, 1250],
"name": "Podgorie"
},
{
"coordinates": [100, 1410],
"name": "Valamara"
},
{
"coordinates": [1320, 1485],
"name": "Prespa"
}
]
}
+1
View File
@@ -60,6 +60,7 @@ var maps = []struct {
{Name: "svalmel"},
{Name: "world"},
{Name: "lemnos"},
{Name: "twolakes"},
{Name: "big_plains", IsTest: true},
{Name: "half_land_half_ocean", IsTest: true},
{Name: "ocean_and_land", IsTest: true},