mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-14 22:16:46 +00:00
## Description: Fixes 2 of the unconnected river tiles on the Lisbon map. ## 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: DISCORD_USERNAME Duwibi
111 lines
1.9 KiB
JSON
111 lines
1.9 KiB
JSON
{
|
|
"map": {
|
|
"height": 1600,
|
|
"num_land_tiles": 1495857,
|
|
"width": 1600
|
|
},
|
|
"map16x": {
|
|
"height": 400,
|
|
"num_land_tiles": 90194,
|
|
"width": 400
|
|
},
|
|
"map4x": {
|
|
"height": 800,
|
|
"num_land_tiles": 369383,
|
|
"width": 800
|
|
},
|
|
"name": "Lisbon",
|
|
"nations": [
|
|
{
|
|
"coordinates": [750, 630],
|
|
"flag": "pt",
|
|
"name": "Lisbon",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [602, 450],
|
|
"flag": "pt",
|
|
"name": "Amadora",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [120, 644],
|
|
"flag": "pt",
|
|
"name": "Cascais",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [372, 334],
|
|
"flag": "pt",
|
|
"name": "Pero Pinheiro",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [214, 36],
|
|
"flag": "pt",
|
|
"name": "Ericeira",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [924, 210],
|
|
"flag": "pt",
|
|
"name": "Alverca do Ribatejo",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [680, 760],
|
|
"flag": "pt",
|
|
"name": "Almada",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [944, 808],
|
|
"flag": "pt",
|
|
"name": "Barreiro",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1078, 630],
|
|
"flag": "pt",
|
|
"name": "Montijo",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [762, 1266],
|
|
"flag": "pt",
|
|
"name": "Sesimbra",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1330, 60],
|
|
"flag": "pt",
|
|
"name": "Samora Correia",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1506, 412],
|
|
"flag": "pt",
|
|
"name": "Pegoes",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1210, 1100],
|
|
"flag": "pt",
|
|
"name": "Setubal",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [1560, 1186],
|
|
"flag": "pt",
|
|
"name": "Sado",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1470, 1470],
|
|
"flag": "pt",
|
|
"name": "Carvalhal",
|
|
"strength": 1
|
|
}
|
|
]
|
|
}
|