Index: binaries/data/mods/public/simulation/data/settings/map_sizes.json =================================================================== --- binaries/data/mods/public/simulation/data/settings/map_sizes.json +++ binaries/data/mods/public/simulation/data/settings/map_sizes.json @@ -19,23 +19,23 @@ "Default": true }, { - "Name": "Medium", + "Name": "Large", "Tooltip": "This is the ideal mapsize for 4 to 8 players, because there is plenty of space to expand while the neighbors are quickly reachable.", "Tiles": 320 }, { - "Name": "Large", - "Tooltip": "The large mapsize is recommended when great portions of the map are covered with water or inaccessible mountains.", + "Name": "Very Large", + "Tooltip": "This mapsize is recommended when great portions of the map are covered with water or inaccessible mountains.", "Tiles": 384 }, { - "Name": "Very Large", - "Tooltip": "Very large maps are not recommended as it takes very long to reach the enemy and the game performance can be reduced.", + "Name": "Extra Large", + "Tooltip": "This mapsize is not recommended as it takes very long to reach the enemy and the game performance can be reduced.", "Tiles": 448 }, { "Name": "Giant", - "Tooltip": "Very large maps are not recommended as it takes very long to reach the enemy and the game performance can be reduced.", + "Tooltip": "This mapsize is not recommended as it takes very long to reach the enemy and the game performance can be reduced.", "Tiles": 512 } ]