Files
evanpelle b8ec9df6df Add Italia and Straight of Gibraltar maps (#1285)
## Description:

Add Italia and Straight of Gibraltar

Merging this directly into v23 because the map generation logic changed.
Also removed last pixel if odd. The map dimensions must be even.

## 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
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

## Please put your Discord username so you can be contacted if a bug or
regression is found:
evan
2025-06-27 13:40:33 -07:00

80 lines
1.6 KiB
JSON

{
"name": "italia",
"width": 1361,
"height": 1273,
"nations": [
{
"coordinates": [1038, 993],
"name": "Kingdom of the Two Sicilies",
"strength": 2,
"flag": "custom:Kingdom of the Two Sicilies"
},
{
"coordinates": [370, 1137],
"name": "Beylik of Tunis",
"strength": 1,
"flag": "tn"
},
{
"coordinates": [785, 578],
"name": "Papal States",
"strength": 2,
"flag": "va"
},
{
"coordinates": [625, 534],
"name": "Tuscany",
"strength": 1,
"flag": "custom:Tuscany"
},
{
"coordinates": [595, 190],
"name": "Venice",
"strength": 2,
"flag": "venice"
},
{
"coordinates": [469, 386],
"name": "Modena",
"strength": 1,
"flag": "custom:Modena"
},
{
"coordinates": [391, 254],
"name": "Parma",
"strength": 1,
"flag": "custom:Parma"
},
{
"coordinates": [361, 68],
"name": "Switzerland",
"strength": 1,
"flag": "ch"
},
{
"coordinates": [278, 774],
"name": "Kingdom of Sardinia",
"strength": 2,
"flag": "custom:Kingdom of Sardinia"
},
{
"coordinates": [29, 266],
"name": "France",
"strength": 3,
"flag": "fr"
},
{
"coordinates": [747, 39],
"name": "Austrian Empire",
"strength": 3,
"flag": "Habsburg Austria"
},
{
"coordinates": [1238, 349],
"name": "Ottoman Empire",
"strength": 3,
"flag": "custom:Ottoman Empire2"
}
]
}