Files
OpenFrontIO/resources/maps/southamerica/manifest.json
T
evanpelleandGitHub 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

160 lines
2.9 KiB
JSON

{
"map": {
"height": 2378,
"num_land_tiles": 1411064,
"width": 1746
},
"mini_map": {
"height": 1189,
"num_land_tiles": 342861,
"width": 873
},
"name": "Americas",
"nations": [
{
"coordinates": [438, 58],
"flag": "cu",
"name": "Cuba",
"strength": 1
},
{
"coordinates": [686, 133],
"flag": "do",
"name": "Dominican Republic",
"strength": 1
},
{
"coordinates": [601, 128],
"flag": "ht",
"name": "Haiti",
"strength": 1
},
{
"coordinates": [112, 209],
"flag": "bz",
"name": "Belize",
"strength": 1
},
{
"coordinates": [71, 282],
"flag": "gt",
"name": "Guatemala",
"strength": 1
},
{
"coordinates": [214, 249],
"flag": "hn",
"name": "Honduras",
"strength": 1
},
{
"coordinates": [238, 326],
"flag": "ni",
"name": "Nicaragua",
"strength": 1
},
{
"coordinates": [375, 436],
"flag": "pa",
"name": "Panama",
"strength": 3
},
{
"coordinates": [740, 1180],
"flag": "bo",
"name": "Bolivia",
"strength": 1
},
{
"coordinates": [849, 1770],
"flag": "ar",
"name": "Argentina",
"strength": 2
},
{
"coordinates": [1394, 1309],
"flag": "br",
"name": "Brazil",
"strength": 2
},
{
"coordinates": [691, 1371],
"flag": "cl",
"name": "Chile",
"strength": 2
},
{
"coordinates": [527, 503],
"flag": "co",
"name": "Colombia",
"strength": 2
},
{
"coordinates": [384, 746],
"flag": "ec",
"name": "Ecuador",
"strength": 1
},
{
"coordinates": [933, 423],
"flag": "gf",
"name": "French Guyana",
"strength": 1
},
{
"coordinates": [800, 410],
"flag": "gy",
"name": "Guyana",
"strength": 1
},
{
"coordinates": [541, 1092],
"flag": "pe",
"name": "Peru",
"strength": 2
},
{
"coordinates": [960, 1496],
"flag": "py",
"name": "Paraguay",
"strength": 1
},
{
"coordinates": [890, 610],
"flag": "sr",
"name": "Suriname",
"strength": 1
},
{
"coordinates": [1091, 1635],
"flag": "uy",
"name": "Uruguay",
"strength": 1
},
{
"coordinates": [678, 904],
"flag": "ve",
"name": "Venezuela",
"strength": 2
},
{
"coordinates": [1270, 1035],
"flag": "Aztec Empire",
"name": "The Biggest Snakes",
"strength": 3
},
{
"coordinates": [894, 693],
"flag": "",
"name": "Normal Capybaras",
"strength": 3
},
{
"coordinates": [884, 832],
"flag": "",
"name": "Just Otters",
"strength": 3
}
]
}