mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 07:40:43 +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
102 lines
1.9 KiB
JSON
102 lines
1.9 KiB
JSON
{
|
|
"name": "Pluto",
|
|
"nations": [
|
|
{
|
|
"coordinates": [396, 364],
|
|
"name": "United States Colony",
|
|
"strength": 3,
|
|
"flag": "us"
|
|
},
|
|
{
|
|
"coordinates": [285, 970],
|
|
"name": "Russian Colony",
|
|
"strength": 3,
|
|
"flag": "ru"
|
|
},
|
|
{
|
|
"coordinates": [1700, 400],
|
|
"name": "European Space Agency",
|
|
"strength": 3,
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [1190, 1210],
|
|
"name": "United Kingdom Colony",
|
|
"strength": 2,
|
|
"flag": "gb"
|
|
},
|
|
{
|
|
"coordinates": [1700, 1000],
|
|
"name": "Chinese Colony",
|
|
"strength": 3,
|
|
"flag": "cn"
|
|
},
|
|
{
|
|
"coordinates": [1200, 185],
|
|
"name": "Japanese Colony",
|
|
"strength": 2,
|
|
"flag": "jp"
|
|
},
|
|
{
|
|
"coordinates": [830, 1000],
|
|
"name": "Indian Colony",
|
|
"strength": 1,
|
|
"flag": "in"
|
|
},
|
|
{
|
|
"coordinates": [75, 300],
|
|
"name": "African Space Agency",
|
|
"strength": 2,
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [750, 560],
|
|
"name": "Australian Colony",
|
|
"strength": 1,
|
|
"flag": "au"
|
|
},
|
|
{
|
|
"coordinates": [1075, 325],
|
|
"name": "North Korean Colony",
|
|
"strength": 1,
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [1920, 100],
|
|
"name": "United Nations Base",
|
|
"strength": 1,
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [25, 1245],
|
|
"name": "Polish Colony",
|
|
"strength": 1,
|
|
"flag": "pl"
|
|
},
|
|
{
|
|
"coordinates": [1170, 1080],
|
|
"name": "Irish Colony",
|
|
"strength": 1,
|
|
"flag": "ie"
|
|
},
|
|
{
|
|
"coordinates": [1466, 1233],
|
|
"name": "Chilean Colony",
|
|
"strength": 1,
|
|
"flag": "cl"
|
|
},
|
|
{
|
|
"coordinates": [560, 20],
|
|
"name": "South African Colony",
|
|
"strength": 1,
|
|
"flag": "za"
|
|
},
|
|
{
|
|
"coordinates": [2088, 1008],
|
|
"name": "Free Pluto State",
|
|
"strength": 3,
|
|
"flag": ""
|
|
}
|
|
]
|
|
}
|