Files
RickD004 4354273af3 Add flags to NPCs of Arctic and Mediterranean maps (#3657)
## Description:

Adds flags to the NPCs / Nations of the Arctic and Mediterranean maps. 

Also: fixed Nunavut and Yukon flags which were not working and renamed
the "SPQR" flag to Roman Empire since thats what players are most likely
to search when picking the flag

## 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-04-13 15:30:03 -07:00

211 lines
3.9 KiB
JSON

{
"map": {
"height": 1448,
"num_land_tiles": 2644620,
"width": 2848
},
"map16x": {
"height": 362,
"num_land_tiles": 159261,
"width": 712
},
"map4x": {
"height": 724,
"num_land_tiles": 652563,
"width": 1424
},
"name": "mediterranean",
"nations": [
{
"coordinates": [141, 574],
"flag": "SPQR",
"name": "Lusitania"
},
{
"coordinates": [464, 519],
"flag": "SPQR",
"name": "Terraconensis"
},
{
"coordinates": [353, 787],
"flag": "SPQR",
"name": "Baetica"
},
{
"coordinates": [699, 340],
"flag": "SPQR",
"name": "Narbonensis"
},
{
"coordinates": [596, 91],
"flag": "SPQR",
"name": "Aquitania"
},
{
"coordinates": [910, 218],
"flag": "SPQR",
"name": "Alpes"
},
{
"coordinates": [1053, 39],
"flag": "SPQR",
"name": "Raetia"
},
{
"coordinates": [1316, 88],
"flag": "SPQR",
"name": "Noricum"
},
{
"coordinates": [1307, 479],
"flag": "SPQR",
"name": "Italia"
},
{
"coordinates": [1058, 534],
"flag": "SPQR",
"name": "Corsica et Sardinia"
},
{
"coordinates": [1350, 762],
"flag": "SPQR",
"name": "Sicilia"
},
{
"coordinates": [1553, 42],
"flag": "SPQR",
"name": "Pannonia"
},
{
"coordinates": [1522, 301],
"flag": "SPQR",
"name": "Dalmatia"
},
{
"coordinates": [1910, 119],
"flag": "SPQR",
"name": "Dacia"
},
{
"coordinates": [1811, 402],
"flag": "SPQR",
"name": "Macedonia"
},
{
"coordinates": [1654, 560],
"flag": "SPQR",
"name": "Epirus"
},
{
"coordinates": [1774, 774],
"flag": "SPQR",
"name": "Achaia"
},
{
"coordinates": [2030, 457],
"flag": "SPQR",
"name": "Thracia"
},
{
"coordinates": [2114, 250],
"flag": "SPQR",
"name": "Moesia"
},
{
"coordinates": [2428, 200],
"flag": "",
"name": "Bosporan Kingdom"
},
{
"coordinates": [2065, 690],
"flag": "SPQR",
"name": "Asia"
},
{
"coordinates": [2354, 505],
"flag": "SPQR",
"name": "Pontus"
},
{
"coordinates": [2325, 669],
"flag": "SPQR",
"name": "Galatia"
},
{
"coordinates": [2447, 809],
"flag": "SPQR",
"name": "Cilicia"
},
{
"coordinates": [2196, 828],
"flag": "SPQR",
"name": "Lycia"
},
{
"coordinates": [2379, 942],
"flag": "SPQR",
"name": "Cyprus"
},
{
"coordinates": [2516, 648],
"flag": "SPQR",
"name": "Cappadocia"
},
{
"coordinates": [2772, 845],
"flag": "SPQR",
"name": "Mesopotamia"
},
{
"coordinates": [2584, 990],
"flag": "SPQR",
"name": "Syria"
},
{
"coordinates": [2490, 1141],
"flag": "SPQR",
"name": "Judaea"
},
{
"coordinates": [2481, 1292],
"flag": "SPQR",
"name": "Arabia Petraea"
},
{
"coordinates": [2263, 1240],
"flag": "SPQR",
"name": "Aegyptus"
},
{
"coordinates": [1799, 1096],
"flag": "SPQR",
"name": "Cyrenaica et Creta"
},
{
"coordinates": [2815, 659],
"flag": "Sassanid Empire",
"name": "Sassanid Empire"
},
{
"coordinates": [1091, 989],
"flag": "SPQR",
"name": "Africa Proconsularis"
},
{
"coordinates": [597, 910],
"flag": "SPQR",
"name": "Mauretania Caesariensis"
},
{
"coordinates": [264, 1028],
"flag": "SPQR",
"name": "Mauretania Tingitania"
},
{
"coordinates": [584, 1199],
"flag": "Amazigh flag",
"name": "Numidia"
}
]
}