Rename Mediterranean to Mare Nostrum 🏛️ (#3768)

## Description:

Change inspired by Territorial.io . Renames the Mediterranean sea map to
Mare Nostrum, the ancient name of the sea given by the Romans. The NPCs
of the map are already roman provinces, so this change is more thematic
and also adds a creative name like "Gateway to the Atlantic" and
"Between Two Seas"

## 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:
RickD004
2026-04-28 19:15:29 -06:00
committed by GitHub
parent d00425871d
commit a989bcbeb0
11 changed files with 7 additions and 7 deletions

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

@@ -1,5 +1,5 @@
{
"name": "mediterranean",
"name": "Mare Nostrum",
"nations": [
{
"coordinates": [141, 574],
+1 -1
View File
@@ -85,7 +85,7 @@ var maps = []struct {
{Name: "sanfrancisco"},
{Name: "aegean"},
{Name: "milkyway"},
{Name: "mediterranean"},
{Name: "marenostrum"},
{Name: "greatlakes"},
{Name: "dyslexdria"},
{Name: "luna"},
+1 -1
View File
@@ -358,7 +358,7 @@
"sanfrancisco": "San Francisco",
"aegean": "Aegean",
"milkyway": "Milky Way",
"mediterranean": "Mediterranean",
"marenostrum": "Mare Nostrum",
"dyslexdria": "Dyslexdria",
"greatlakes": "Great Lakes",
"straitofmalacca": "Strait Of Malacca",
@@ -14,7 +14,7 @@
"num_land_tiles": 652112,
"width": 1424
},
"name": "mediterranean",
"name": "Mare Nostrum",
"nations": [
{
"coordinates": [141, 574],

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

+2 -2
View File
@@ -144,7 +144,7 @@ export enum GameMapType {
SanFrancisco = "San Francisco",
Aegean = "Aegean",
MilkyWay = "MilkyWay",
Mediterranean = "Mediterranean",
MareNostrum = "Mare Nostrum",
Dyslexdria = "Dyslexdria",
GreatLakes = "Great Lakes",
StraitOfMalacca = "Strait Of Malacca",
@@ -208,7 +208,7 @@ export const mapCategories: Record<string, GameMapType[]> = {
GameMapType.Arctic,
GameMapType.SanFrancisco,
GameMapType.Aegean,
GameMapType.Mediterranean,
GameMapType.MareNostrum,
GameMapType.GreatLakes,
GameMapType.StraitOfMalacca,
GameMapType.Conakry,
+1 -1
View File
@@ -83,7 +83,7 @@ const frequency: Partial<Record<GameMapName, number>> = {
SanFrancisco: 3,
Aegean: 6,
MilkyWay: 8,
Mediterranean: 6,
MareNostrum: 6,
Dyslexdria: 8,
GreatLakes: 6,
StraitOfMalacca: 4,