mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-20 03:10:57 +00:00
## Description: To simply the map binary data, remove height & width data to the manifest ## 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
52 lines
932 B
JSON
52 lines
932 B
JSON
{
|
|
"map": {
|
|
"height": 2000,
|
|
"num_land_tiles": 458869,
|
|
"width": 1600
|
|
},
|
|
"mini_map": {
|
|
"height": 1000,
|
|
"num_land_tiles": 111960,
|
|
"width": 800
|
|
},
|
|
"name": "Faroe Islands",
|
|
"nations": [
|
|
{
|
|
"coordinates": [920, 1780],
|
|
"flag": "fo",
|
|
"name": "Suduroy Region",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [880, 1070],
|
|
"flag": "fo",
|
|
"name": "Sandoy Region",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [480, 630],
|
|
"flag": "fo",
|
|
"name": "Vagar Region",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [735, 580],
|
|
"flag": "fo",
|
|
"name": "Streymoy Region",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [815, 375],
|
|
"flag": "fo",
|
|
"name": "Eysturoy Region",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1115, 265],
|
|
"flag": "fo",
|
|
"name": "Nordoyar Region",
|
|
"strength": 2
|
|
}
|
|
]
|
|
}
|