Files
OpenFrontIO/resources/maps/italia/manifest.json
T
evanpelle 5d9b62da4d add compact map option (#2095)
## Description:

Create mini map option
<img width="741" height="234" alt="Screenshot 2025-09-25 at 4 47 47 PM"
src="https://github.com/user-attachments/assets/6c442698-8e3b-44d5-b07e-c4f0a916c3bc"
/>

## 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:

evan
2025-09-25 16:51:25 -07:00

93 lines
1.8 KiB
JSON

{
"map": {
"height": 1272,
"num_land_tiles": 780495,
"width": 1360
},
"map16x": {
"height": 318,
"num_land_tiles": 47192,
"width": 340
},
"map4x": {
"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
}
]
}