mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:32:41 +00:00
8bb3e64cb8
## Description: Move the MapGenerator repo into OpenFrontIO so we don't need to copy generated map files over. ## 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
166 lines
2.9 KiB
JSON
166 lines
2.9 KiB
JSON
{
|
|
"map": {
|
|
"height": 1200,
|
|
"num_land_tiles": 1079855,
|
|
"width": 2000
|
|
},
|
|
"mini_map": {
|
|
"height": 600,
|
|
"num_land_tiles": 266262,
|
|
"width": 1000
|
|
},
|
|
"name": "Asia",
|
|
"nations": [
|
|
{
|
|
"coordinates": [165, 422],
|
|
"flag": "ru",
|
|
"name": "Russia",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [83, 612],
|
|
"flag": "tr",
|
|
"name": "Türkiye",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [278, 789],
|
|
"flag": "sa",
|
|
"name": "Saudi Arabia",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [238, 907],
|
|
"flag": "ye",
|
|
"name": "Yemen",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [126, 710],
|
|
"flag": "jo",
|
|
"name": "Jordan",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [239, 689],
|
|
"flag": "iq",
|
|
"name": "Iraq",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [327, 655],
|
|
"flag": "ir",
|
|
"name": "Iran",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [594, 675],
|
|
"flag": "pk",
|
|
"name": "Pakistan",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [654, 745],
|
|
"flag": "in",
|
|
"name": "India",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [830, 808],
|
|
"flag": "bd",
|
|
"name": "Bangladesh",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [909, 845],
|
|
"flag": "mm",
|
|
"name": "Myanmar",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [1035, 845],
|
|
"flag": "vn",
|
|
"name": "Vietnam",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [980, 1055],
|
|
"flag": "my",
|
|
"name": "Malaysia",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1046, 1170],
|
|
"flag": "id",
|
|
"name": "Indonesia",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1129, 909],
|
|
"flag": "ph",
|
|
"name": "Philippines",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1237, 791],
|
|
"flag": "tw",
|
|
"name": "Taiwan",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1166, 661],
|
|
"flag": "cn",
|
|
"name": "China",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1314, 639],
|
|
"flag": "kr",
|
|
"name": "South Korea",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [1485, 659],
|
|
"flag": "jp",
|
|
"name": "Japan",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [591, 492],
|
|
"flag": "kz",
|
|
"name": "Kazakhstan",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [546, 629],
|
|
"flag": "tj",
|
|
"name": "Tajikistan",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [1053, 528],
|
|
"flag": "mn",
|
|
"name": "Mongolia",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [243, 1067],
|
|
"flag": "so",
|
|
"name": "Somalia",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [61, 733],
|
|
"flag": "eg",
|
|
"name": "Egypt",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [59, 490],
|
|
"flag": "ua",
|
|
"name": "Ukraine",
|
|
"strength": 2
|
|
}
|
|
]
|
|
}
|