mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 09:52:43 +00:00
Fix and update Pluto map (#1587)
## Description: I've made a mistake and accidentally uploaded the v23 binary instead of v24. My apolocheese I also updated the map based on Duwibi's feedback ## 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 have read and accepted the CLA agreement (only required once). ## Please put your Discord username so you can be contacted if a bug or regression is found: aceralex
This commit is contained in:
@@ -1,249 +1,111 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 1300,
|
||||
"num_land_tiles": 2010570,
|
||||
"num_land_tiles": 1986092,
|
||||
"width": 2100
|
||||
},
|
||||
"mini_map": {
|
||||
"height": 650,
|
||||
"num_land_tiles": 496398,
|
||||
"num_land_tiles": 489193,
|
||||
"width": 1050
|
||||
},
|
||||
"name": "Pluto",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [178, 642],
|
||||
"coordinates": [396, 364],
|
||||
"flag": "us",
|
||||
"name": "United States Colony",
|
||||
"strength": 3,
|
||||
"flag": "us"
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [285, 970],
|
||||
"flag": "ru",
|
||||
"name": "Russian Colony",
|
||||
"strength": 2,
|
||||
"flag": "ru"
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1700, 400],
|
||||
"flag": "",
|
||||
"name": "European Space Agency",
|
||||
"strength": 3,
|
||||
"flag": ""
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1190, 1210],
|
||||
"flag": "gb",
|
||||
"name": "United Kingdom Colony",
|
||||
"strength": 2,
|
||||
"flag": "gb"
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [1700, 1000],
|
||||
"flag": "cn",
|
||||
"name": "Chinese Colony",
|
||||
"strength": 3,
|
||||
"flag": "cn"
|
||||
"strength": 3
|
||||
},
|
||||
{
|
||||
"coordinates": [1200, 185],
|
||||
"flag": "jp",
|
||||
"name": "Japanese Colony",
|
||||
"strength": 3,
|
||||
"flag": "jp"
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [830, 1000],
|
||||
"flag": "in",
|
||||
"name": "Indian Colony",
|
||||
"strength": 2,
|
||||
"flag": "in"
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [75, 300],
|
||||
"flag": "",
|
||||
"name": "African Space Agency",
|
||||
"strength": 2,
|
||||
"flag": ""
|
||||
"strength": 2
|
||||
},
|
||||
{
|
||||
"coordinates": [750, 560],
|
||||
"flag": "au",
|
||||
"name": "Australian Colony",
|
||||
"strength": 1,
|
||||
"flag": "au"
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1075, 325],
|
||||
"flag": "",
|
||||
"name": "North Korean Colony",
|
||||
"strength": 1,
|
||||
"flag": ""
|
||||
},
|
||||
{
|
||||
"coordinates": [1980, 580],
|
||||
"name": "Taiwanese Colony",
|
||||
"strength": 2,
|
||||
"flag": "tw"
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1920, 100],
|
||||
"flag": "",
|
||||
"name": "United Nations Base",
|
||||
"strength": 2,
|
||||
"flag": ""
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [25, 1245],
|
||||
"flag": "pl",
|
||||
"name": "Polish Colony",
|
||||
"strength": 1,
|
||||
"flag": "pl"
|
||||
},
|
||||
{
|
||||
"coordinates": [150, 1230],
|
||||
"name": "Ukrainian Colony",
|
||||
"strength": 1,
|
||||
"flag": "ua"
|
||||
},
|
||||
{
|
||||
"coordinates": [360, 1250],
|
||||
"name": "German Colony",
|
||||
"strength": 1,
|
||||
"flag": "de"
|
||||
},
|
||||
{
|
||||
"coordinates": [500, 1190],
|
||||
"name": "Mongolian Colony",
|
||||
"strength": 1,
|
||||
"flag": "mn"
|
||||
},
|
||||
{
|
||||
"coordinates": [600, 1111],
|
||||
"name": "South Korean Colony",
|
||||
"strength": 1,
|
||||
"flag": "kr"
|
||||
},
|
||||
{
|
||||
"coordinates": [733, 1230],
|
||||
"name": "New Zealand Colony",
|
||||
"strength": 1,
|
||||
"flag": "nz"
|
||||
},
|
||||
{
|
||||
"coordinates": [900, 1220],
|
||||
"name": "Finnish Colony",
|
||||
"strength": 1,
|
||||
"flag": "fi"
|
||||
},
|
||||
{
|
||||
"coordinates": [980, 920],
|
||||
"name": "Netherlands Colony",
|
||||
"strength": 1,
|
||||
"flag": "nl"
|
||||
},
|
||||
{
|
||||
"coordinates": [1000, 1090],
|
||||
"name": "Romanian Colony",
|
||||
"strength": 1,
|
||||
"flag": "ro"
|
||||
},
|
||||
{
|
||||
"coordinates": [835, 1005],
|
||||
"name": "Turkish Colony",
|
||||
"strength": 1,
|
||||
"flag": "tr"
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1170, 1080],
|
||||
"flag": "ie",
|
||||
"name": "Irish Colony",
|
||||
"strength": 1,
|
||||
"flag": "ie"
|
||||
},
|
||||
{
|
||||
"coordinates": [696, 705],
|
||||
"name": "Pakistani Colony",
|
||||
"strength": 1,
|
||||
"flag": "pk"
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [1466, 1233],
|
||||
"flag": "cl",
|
||||
"name": "Chilean Colony",
|
||||
"strength": 1,
|
||||
"flag": "cl"
|
||||
},
|
||||
{
|
||||
"coordinates": [55, 134],
|
||||
"name": "Argentinian Colony",
|
||||
"strength": 1,
|
||||
"flag": "ar"
|
||||
},
|
||||
{
|
||||
"coordinates": [1888, 1145],
|
||||
"name": "Brazilian Colony",
|
||||
"strength": 1,
|
||||
"flag": "br"
|
||||
},
|
||||
{
|
||||
"coordinates": [1914, 375],
|
||||
"name": "French Colony",
|
||||
"strength": 1,
|
||||
"flag": "fr"
|
||||
},
|
||||
{
|
||||
"coordinates": [1743, 16],
|
||||
"name": "Spanish Colony",
|
||||
"strength": 1,
|
||||
"flag": "es"
|
||||
},
|
||||
{
|
||||
"coordinates": [1800, 751],
|
||||
"name": "Mexican Colony",
|
||||
"strength": 1,
|
||||
"flag": "mx"
|
||||
},
|
||||
{
|
||||
"coordinates": [1672, 302],
|
||||
"name": "Canadian Colony",
|
||||
"strength": 1,
|
||||
"flag": "ca"
|
||||
},
|
||||
{
|
||||
"coordinates": [1520, 1134],
|
||||
"name": "Italian Colony",
|
||||
"strength": 1,
|
||||
"flag": "it"
|
||||
},
|
||||
{
|
||||
"coordinates": [2088, 1143],
|
||||
"name": "Swiss Colony",
|
||||
"strength": 1,
|
||||
"flag": "ch"
|
||||
},
|
||||
{
|
||||
"coordinates": [965, 67],
|
||||
"name": "Indonesian Colony",
|
||||
"strength": 1,
|
||||
"flag": "id"
|
||||
},
|
||||
{
|
||||
"coordinates": [396, 364],
|
||||
"name": "Madagascar Colony",
|
||||
"strength": 1,
|
||||
"flag": "mg"
|
||||
},
|
||||
{
|
||||
"coordinates": [135, 881],
|
||||
"name": "Saudi Arabian Colony",
|
||||
"strength": 1,
|
||||
"flag": "sa"
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [560, 20],
|
||||
"flag": "za",
|
||||
"name": "South African Colony",
|
||||
"strength": 1,
|
||||
"flag": "za"
|
||||
"strength": 1
|
||||
},
|
||||
{
|
||||
"coordinates": [163, 175],
|
||||
"name": "Iceland Colony",
|
||||
"strength": 1,
|
||||
"flag": "is"
|
||||
},
|
||||
{
|
||||
"coordinates": [1983, 575],
|
||||
"coordinates": [2088, 1008],
|
||||
"flag": "",
|
||||
"name": "Free Pluto State",
|
||||
"strength": 3,
|
||||
"flag": ""
|
||||
"strength": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
@@ -68,8 +68,8 @@ const numPlayersConfig = {
|
||||
[GameMapType.Halkidiki]: [50, 40, 30],
|
||||
[GameMapType.StraitOfGibraltar]: [50, 40, 30],
|
||||
[GameMapType.Italia]: [50, 40, 30],
|
||||
[GameMapType.Pluto]: [70, 50, 40],
|
||||
[GameMapType.Yenisei]: [60, 50, 40],
|
||||
[GameMapType.Pluto]: [120, 80, 50],
|
||||
} as const satisfies Record<GameMapType, [number, number, number]>;
|
||||
|
||||
export abstract class DefaultServerConfig implements ServerConfig {
|
||||
|
||||
Reference in New Issue
Block a user