mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-06 15:06:48 +00:00
32 lines
551 B
JSON
32 lines
551 B
JSON
{
|
|
"name": "Africa",
|
|
"width": 2000,
|
|
"height": 2128,
|
|
"nations": [
|
|
{
|
|
"coordinates": [1173, 1984],
|
|
"name": "South Africa",
|
|
"strength": 3,
|
|
"flag": "za"
|
|
},
|
|
{
|
|
"coordinates": [1681, 752],
|
|
"name": "Sudan",
|
|
"strength": 2,
|
|
"flag": "sd"
|
|
},
|
|
{
|
|
"coordinates": [1850, 1691],
|
|
"name": "Madagascar",
|
|
"strength": 1,
|
|
"flag": "mg"
|
|
},
|
|
{
|
|
"coordinates": [1111, 1019],
|
|
"name": "Central African Republic",
|
|
"strength": 2,
|
|
"flag": "cf"
|
|
}
|
|
]
|
|
}
|