mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:10:42 +00:00
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
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 463 KiB After Width: | Height: | Size: 533 KiB |
@@ -6,66 +6,62 @@
|
||||
"name": "Crete"
|
||||
},
|
||||
{
|
||||
"coordinates": [1554, 1530],
|
||||
"coordinates": [1598, 1550],
|
||||
"name": "Rhodes"
|
||||
},
|
||||
{
|
||||
"coordinates": [1051, 539],
|
||||
"coordinates": [1126, 552],
|
||||
"name": "Lesbos"
|
||||
},
|
||||
{
|
||||
"coordinates": [1070, 820],
|
||||
"coordinates": [1128, 812],
|
||||
"name": "Chios"
|
||||
},
|
||||
{
|
||||
"coordinates": [1235, 1023],
|
||||
"coordinates": [1330, 1039],
|
||||
"name": "Samos"
|
||||
},
|
||||
{
|
||||
"coordinates": [1193, 301],
|
||||
"coordinates": [1275, 263],
|
||||
"name": "Troy"
|
||||
},
|
||||
{
|
||||
"coordinates": [1446, 954],
|
||||
"coordinates": [1567, 808],
|
||||
"name": "Ephesus"
|
||||
},
|
||||
{
|
||||
"coordinates": [1515, 1223],
|
||||
"coordinates": [1635, 1139],
|
||||
"name": "Miletus"
|
||||
},
|
||||
{
|
||||
"coordinates": [824, 305],
|
||||
"coordinates": [891, 295],
|
||||
"name": "Lemnos"
|
||||
},
|
||||
{
|
||||
"coordinates": [1312, 37],
|
||||
"coordinates": [1382, 27],
|
||||
"name": "Thrace"
|
||||
},
|
||||
{
|
||||
"coordinates": [1473, 509],
|
||||
"coordinates": [1599, 431],
|
||||
"name": "Achaemenid Empire",
|
||||
"flag": "Achaemenid Empire"
|
||||
},
|
||||
{
|
||||
"coordinates": [702, 40],
|
||||
"coordinates": [762, 35],
|
||||
"name": "Thasos"
|
||||
},
|
||||
{
|
||||
"coordinates": [832, 1253],
|
||||
"name": "Cyclades"
|
||||
},
|
||||
{
|
||||
"coordinates": [479, 943],
|
||||
"coordinates": [491, 894],
|
||||
"name": "Athens",
|
||||
"flag": "Athens"
|
||||
},
|
||||
{
|
||||
"coordinates": [110, 1157],
|
||||
"coordinates": [222, 1183],
|
||||
"name": "Sparta",
|
||||
"flag": "Sparta"
|
||||
},
|
||||
{
|
||||
"coordinates": [348, 56],
|
||||
"coordinates": [446, 104],
|
||||
"name": "Macedonia",
|
||||
"flag": "Macedonia"
|
||||
},
|
||||
@@ -74,8 +70,56 @@
|
||||
"name": "Thessaly"
|
||||
},
|
||||
{
|
||||
"coordinates": [71, 742],
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 2000,
|
||||
"num_land_tiles": 1044110,
|
||||
"width": 1600
|
||||
"num_land_tiles": 1171283,
|
||||
"width": 1700
|
||||
},
|
||||
"map16x": {
|
||||
"height": 500,
|
||||
"num_land_tiles": 60226,
|
||||
"width": 400
|
||||
"num_land_tiles": 68060,
|
||||
"width": 425
|
||||
},
|
||||
"map4x": {
|
||||
"height": 1000,
|
||||
"num_land_tiles": 253795,
|
||||
"width": 800
|
||||
"num_land_tiles": 285421,
|
||||
"width": 850
|
||||
},
|
||||
"name": "aegean",
|
||||
"nations": [
|
||||
@@ -21,76 +21,120 @@
|
||||
"name": "Crete"
|
||||
},
|
||||
{
|
||||
"coordinates": [1554, 1530],
|
||||
"coordinates": [1598, 1550],
|
||||
"name": "Rhodes"
|
||||
},
|
||||
{
|
||||
"coordinates": [1051, 539],
|
||||
"coordinates": [1126, 552],
|
||||
"name": "Lesbos"
|
||||
},
|
||||
{
|
||||
"coordinates": [1070, 820],
|
||||
"coordinates": [1128, 812],
|
||||
"name": "Chios"
|
||||
},
|
||||
{
|
||||
"coordinates": [1235, 1023],
|
||||
"coordinates": [1330, 1039],
|
||||
"name": "Samos"
|
||||
},
|
||||
{
|
||||
"coordinates": [1193, 301],
|
||||
"coordinates": [1275, 263],
|
||||
"name": "Troy"
|
||||
},
|
||||
{
|
||||
"coordinates": [1446, 954],
|
||||
"coordinates": [1567, 808],
|
||||
"name": "Ephesus"
|
||||
},
|
||||
{
|
||||
"coordinates": [1515, 1223],
|
||||
"coordinates": [1635, 1139],
|
||||
"name": "Miletus"
|
||||
},
|
||||
{
|
||||
"coordinates": [824, 305],
|
||||
"coordinates": [891, 295],
|
||||
"name": "Lemnos"
|
||||
},
|
||||
{
|
||||
"coordinates": [1312, 37],
|
||||
"coordinates": [1382, 27],
|
||||
"name": "Thrace"
|
||||
},
|
||||
{
|
||||
"coordinates": [1473, 509],
|
||||
"flag": "Achaemenid Empire",
|
||||
"name": "Achaemenid Empire"
|
||||
"coordinates": [1599, 431],
|
||||
"name": "Achaemenid Empire",
|
||||
"flag": "Achaemenid Empire"
|
||||
},
|
||||
{
|
||||
"coordinates": [702, 40],
|
||||
"coordinates": [762, 35],
|
||||
"name": "Thasos"
|
||||
},
|
||||
{
|
||||
"coordinates": [832, 1253],
|
||||
"name": "Cyclades"
|
||||
"coordinates": [491, 894],
|
||||
"name": "Athens",
|
||||
"flag": "Athens"
|
||||
},
|
||||
{
|
||||
"coordinates": [479, 943],
|
||||
"flag": "Athens",
|
||||
"name": "Athens"
|
||||
"coordinates": [222, 1183],
|
||||
"name": "Sparta",
|
||||
"flag": "Sparta"
|
||||
},
|
||||
{
|
||||
"coordinates": [110, 1157],
|
||||
"flag": "Sparta",
|
||||
"name": "Sparta"
|
||||
},
|
||||
{
|
||||
"coordinates": [348, 56],
|
||||
"flag": "Macedonia",
|
||||
"name": "Macedonia"
|
||||
"coordinates": [446, 104],
|
||||
"name": "Macedonia",
|
||||
"flag": "Macedonia"
|
||||
},
|
||||
{
|
||||
"coordinates": [175, 456],
|
||||
"name": "Thessaly"
|
||||
},
|
||||
{
|
||||
"coordinates": [71, 742],
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user