Files
OpenFrontIO/resources/maps/italia/manifest.json
T
evanpelle 6efc37e97d fix number of land tiles fixes #1409 (#1445)
## Description:

There was a bug in the map generator where shore tiles were counted
twice.

## 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-07-15 11:38:53 -07:00

88 lines
1.7 KiB
JSON

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