Files
RickD004 755e7b76cc Expand Aegean Map for balancing purposes (#3459)
## Description:

Expands the Aegean map to the left. Currently the 2 major landmasses are
unbalanced, which causes the eastern side to almost always win, both in
FFA and team games.

Original Width: 1600px | New Width=1700px

Also adds more nations / NPCs in the Greek side to create more balance
with the Turkish side, aswell as in the islands, to compensate for the
lack of bots / tribes spawning in there, to boost early island gameplay
and fasten games.

<img width="355" height="415" alt="image"
src="https://github.com/user-attachments/assets/066d86cd-5a6b-4a07-bfa4-264b7ef82a3c"
/>


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

tri.star1011
2026-03-19 14:57:05 -07:00

126 lines
2.1 KiB
JSON

{
"name": "aegean",
"nations": [
{
"coordinates": [786, 1860],
"name": "Crete"
},
{
"coordinates": [1598, 1550],
"name": "Rhodes"
},
{
"coordinates": [1126, 552],
"name": "Lesbos"
},
{
"coordinates": [1128, 812],
"name": "Chios"
},
{
"coordinates": [1330, 1039],
"name": "Samos"
},
{
"coordinates": [1275, 263],
"name": "Troy"
},
{
"coordinates": [1567, 808],
"name": "Ephesus"
},
{
"coordinates": [1635, 1139],
"name": "Miletus"
},
{
"coordinates": [891, 295],
"name": "Lemnos"
},
{
"coordinates": [1382, 27],
"name": "Thrace"
},
{
"coordinates": [1599, 431],
"name": "Achaemenid Empire",
"flag": "Achaemenid Empire"
},
{
"coordinates": [762, 35],
"name": "Thasos"
},
{
"coordinates": [491, 894],
"name": "Athens",
"flag": "Athens"
},
{
"coordinates": [222, 1183],
"name": "Sparta",
"flag": "Sparta"
},
{
"coordinates": [446, 104],
"name": "Macedonia",
"flag": "Macedonia"
},
{
"coordinates": [175, 456],
"name": "Thessaly"
},
{
"coordinates": [71, 713],
"name": "Aetolia"
},
{
"coordinates": [534, 761],
"name": "Euboea"
},
{
"coordinates": [26, 984],
"name": "Olympia"
},
{
"coordinates": [826, 1020],
"name": "Andros"
},
{
"coordinates": [1146, 1078],
"name": "Icaria"
},
{
"coordinates": [989, 1250],
"name": "Naxos"
},
{
"coordinates": [969, 1475],
"name": "Thera"
},
{
"coordinates": [937, 1371],
"name": "Ios"
},
{
"coordinates": [1403, 1337],
"name": "Cos"
},
{
"coordinates": [688, 1377],
"name": "Melos"
},
{
"coordinates": [723, 643],
"name": "Scyros"
},
{
"coordinates": [324, 1520],
"name": "Cythera"
},
{
"coordinates": [1416, 1755],
"name": "Carpathos"
}
]
}