mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:43:27 +00:00
Adds Hong Kong map (#4191)
> **Before opening a PR:** discuss new features on [Discord](https://discord.gg/K9zernJB5z) first, and file bugs or small improvements as [issues](https://github.com/openfrontio/OpenFrontIO/issues/new/choose). You must be assigned to an `approved` issue — unsolicited PRs will be auto-closed. **Add approved & assigned issue number here:** Resolves #4152(issue number) ## Description: - Adds a map of Hong Kong. The size is 2781x1997 with land area of 41% (2.2mil pixels). The islands, straits, harbors, coastlines and peninsulas make for some very intersting gameplay. - HK is the second densest place on earth. To simulate this, there are 71 nations based on districts, parks, islands, etc. (Kowloon and HK Island are so crowded with nations, there may be only 1-2 tribes that spawn there!) - Large coastal plains, passes and mountain ranges across islands and the mainland map image <img width="2781" height="1997" alt="hk-improvedriver" src="https://github.com/user-attachments/assets/ef324fca-88f7-487c-adb0-fa31fc370458" /> showcase https://www.youtube.com/watch?v=DosBDttQVmE ## 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 ## Please put your Discord username so you can be contacted if a bug or regression is found: DISCORD_USERNAME crunchybbbbb --------- Co-authored-by: RickD004 <realtacoco@gmail.com>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 748 KiB |
@@ -0,0 +1,360 @@
|
|||||||
|
{
|
||||||
|
"name": "Hong Kong",
|
||||||
|
"nations": [
|
||||||
|
{
|
||||||
|
"coordinates": [1592, 1147],
|
||||||
|
"name": "Tsim Sha Tsui",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1564, 993],
|
||||||
|
"name": "Mong Kok",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1529, 1116],
|
||||||
|
"name": "Kowloon",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1599, 1072],
|
||||||
|
"name": "Yau Ma Tei",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1490, 953],
|
||||||
|
"name": "Sham Shui Po",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1284, 898],
|
||||||
|
"name": "Tsing Yi",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1710, 995],
|
||||||
|
"name": "Kai Tak",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1654, 1232],
|
||||||
|
"name": "Causeway Bay",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1470, 1196],
|
||||||
|
"name": "Central District",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1593, 1238],
|
||||||
|
"name": "Wan Chai",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1406, 1226],
|
||||||
|
"name": "Kennedy Town",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1850, 1068],
|
||||||
|
"name": "Kwun Tong",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1527, 1220],
|
||||||
|
"name": "Admiralty District",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1749, 1503],
|
||||||
|
"name": "Stanley",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1588, 1424],
|
||||||
|
"name": "Ocean Park",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1534, 1376],
|
||||||
|
"name": "Aberdeen",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1923, 1470],
|
||||||
|
"name": "Shek O",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1903, 1310],
|
||||||
|
"name": "Chai Wan",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1706, 1425],
|
||||||
|
"name": "Repulse Bay",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1437, 1325],
|
||||||
|
"name": "Pok Fu Lam",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1765, 1192],
|
||||||
|
"name": "Quarry Bay",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1866, 1243],
|
||||||
|
"name": "Shau Kei Wan",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1400, 1649],
|
||||||
|
"name": "Lamma Island",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [447, 1093],
|
||||||
|
"name": "Hong Kong Int'l Airport",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [556, 1210],
|
||||||
|
"name": "Tung Chung",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1381, 779],
|
||||||
|
"name": "Tsuen Wan",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [675, 716],
|
||||||
|
"name": "Tuen Mun",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [864, 456],
|
||||||
|
"name": "Yuen Long",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [881, 1165],
|
||||||
|
"name": "Discovery Bay",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [953, 1021],
|
||||||
|
"name": "Disneyland",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [480, 1347],
|
||||||
|
"name": "Lantau Island",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [205, 1373],
|
||||||
|
"name": "Tai O",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2004, 1763],
|
||||||
|
"name": "Po Toi",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [951, 1592],
|
||||||
|
"name": "Cheung Chau",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [846, 295],
|
||||||
|
"name": "Tin Shui Wai",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1007, 212],
|
||||||
|
"name": "Mai Po",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [932, 4],
|
||||||
|
"name": "Shenzhen",
|
||||||
|
"flag": "cn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1178, 177],
|
||||||
|
"name": "Lok Ma Chau",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1981, 183],
|
||||||
|
"name": "Plover Cove",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1355, 167],
|
||||||
|
"name": "Sheung Shui",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1492, 233],
|
||||||
|
"name": "Fanling",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1659, 343],
|
||||||
|
"name": "Tai Po",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1775, 707],
|
||||||
|
"name": "Sha Tin",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1659, 705],
|
||||||
|
"name": "Tai Wai",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1913, 526],
|
||||||
|
"name": "Ma On Shan",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2160, 1141],
|
||||||
|
"name": "Clearwater Bay",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2020, 1121],
|
||||||
|
"name": "Tseung Kwan O",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2000, 976],
|
||||||
|
"name": "Hang Hau",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [977, 814],
|
||||||
|
"name": "Sham Tseng",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1082, 897],
|
||||||
|
"name": "Ma Wan",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2381, 637],
|
||||||
|
"name": "Sai Kung",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2225, 847],
|
||||||
|
"name": "Kau Sai",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1054, 387],
|
||||||
|
"name": "Kam Tin",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1466, 382],
|
||||||
|
"name": "Lam Tsuen",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1208, 430],
|
||||||
|
"name": "Pat Heung",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [523, 55],
|
||||||
|
"name": "Houhai District",
|
||||||
|
"flag": "cn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [462, 168],
|
||||||
|
"name": "Shekou District",
|
||||||
|
"flag": "cn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1237, 26],
|
||||||
|
"name": "Luohu District",
|
||||||
|
"flag": "cn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1027, 101],
|
||||||
|
"name": "Futian District",
|
||||||
|
"flag": "cn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [996, 1226],
|
||||||
|
"name": "Peng Chau",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2479, 781],
|
||||||
|
"name": "Long Ke",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1698, 182],
|
||||||
|
"name": "Pat Sin Leung",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1426, 870],
|
||||||
|
"name": "Kwai Chung",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1766, 1364],
|
||||||
|
"name": "Tai Tam",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1524, 1299],
|
||||||
|
"name": "The Peak",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [698, 1405],
|
||||||
|
"name": "Pui O",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [565, 1450],
|
||||||
|
"name": "Cheung Sha",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1665, 1067],
|
||||||
|
"name": "Hung Hom",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1545, 842],
|
||||||
|
"name": "Kam Shan",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1031, 654],
|
||||||
|
"name": "Tai Tong",
|
||||||
|
"flag": "hk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1422, 602],
|
||||||
|
"name": "Tai Mo Shan",
|
||||||
|
"flag": "hk"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -63,6 +63,7 @@ var maps = []struct {
|
|||||||
{Name: "gulfofstlawrence"},
|
{Name: "gulfofstlawrence"},
|
||||||
{Name: "halkidiki"},
|
{Name: "halkidiki"},
|
||||||
{Name: "hawaii"},
|
{Name: "hawaii"},
|
||||||
|
{Name: "hongkong"},
|
||||||
{Name: "iceland"},
|
{Name: "iceland"},
|
||||||
{Name: "indiansubcontinent"},
|
{Name: "indiansubcontinent"},
|
||||||
{Name: "italia"},
|
{Name: "italia"},
|
||||||
|
|||||||
@@ -612,7 +612,8 @@
|
|||||||
"caribbean": "Caribbean",
|
"caribbean": "Caribbean",
|
||||||
"choppingblock": "Chopping Block",
|
"choppingblock": "Chopping Block",
|
||||||
"southeastasia": "Southeast Asia",
|
"southeastasia": "Southeast Asia",
|
||||||
"mississippiriver": "Mississippi River"
|
"mississippiriver": "Mississippi River",
|
||||||
|
"hongkong": "Hong Kong"
|
||||||
},
|
},
|
||||||
"map_categories": {
|
"map_categories": {
|
||||||
"featured": "Featured",
|
"featured": "Featured",
|
||||||
|
|||||||
@@ -0,0 +1,375 @@
|
|||||||
|
{
|
||||||
|
"map": {
|
||||||
|
"height": 1996,
|
||||||
|
"num_land_tiles": 2260689,
|
||||||
|
"width": 2780
|
||||||
|
},
|
||||||
|
"map16x": {
|
||||||
|
"height": 499,
|
||||||
|
"num_land_tiles": 136157,
|
||||||
|
"width": 695
|
||||||
|
},
|
||||||
|
"map4x": {
|
||||||
|
"height": 998,
|
||||||
|
"num_land_tiles": 557907,
|
||||||
|
"width": 1390
|
||||||
|
},
|
||||||
|
"name": "Hong Kong",
|
||||||
|
"nations": [
|
||||||
|
{
|
||||||
|
"coordinates": [1592, 1147],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tsim Sha Tsui"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1564, 993],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Mong Kok"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1529, 1116],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Kowloon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1599, 1072],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Yau Ma Tei"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1490, 953],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Sham Shui Po"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1284, 898],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tsing Yi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1710, 995],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Kai Tak"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1654, 1232],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Causeway Bay"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1470, 1196],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Central District"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1593, 1238],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Wan Chai"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1406, 1226],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Kennedy Town"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1850, 1068],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Kwun Tong"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1527, 1220],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Admiralty District"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1749, 1503],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Stanley"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1588, 1424],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Ocean Park"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1534, 1376],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Aberdeen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1923, 1470],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Shek O"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1903, 1310],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Chai Wan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1706, 1425],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Repulse Bay"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1437, 1325],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Pok Fu Lam"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1765, 1192],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Quarry Bay"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1866, 1243],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Shau Kei Wan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1400, 1649],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Lamma Island"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [447, 1093],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Hong Kong Int'l Airport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [556, 1210],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tung Chung"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1381, 779],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tsuen Wan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [675, 716],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tuen Mun"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [864, 456],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Yuen Long"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [881, 1165],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Discovery Bay"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [953, 1021],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Disneyland"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [480, 1347],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Lantau Island"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [205, 1373],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tai O"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2004, 1763],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Po Toi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [951, 1592],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Cheung Chau"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [846, 295],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tin Shui Wai"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1007, 212],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Mai Po"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [932, 4],
|
||||||
|
"flag": "cn",
|
||||||
|
"name": "Shenzhen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1178, 177],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Lok Ma Chau"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1981, 183],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Plover Cove"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1355, 167],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Sheung Shui"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1492, 233],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Fanling"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1659, 343],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tai Po"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1775, 707],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Sha Tin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1659, 705],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tai Wai"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1913, 526],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Ma On Shan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2160, 1141],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Clearwater Bay"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2020, 1121],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tseung Kwan O"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2000, 976],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Hang Hau"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [977, 814],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Sham Tseng"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1082, 897],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Ma Wan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2381, 637],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Sai Kung"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2225, 847],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Kau Sai"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1054, 387],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Kam Tin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1466, 382],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Lam Tsuen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1208, 430],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Pat Heung"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [523, 55],
|
||||||
|
"flag": "cn",
|
||||||
|
"name": "Houhai District"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [462, 168],
|
||||||
|
"flag": "cn",
|
||||||
|
"name": "Shekou District"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1237, 26],
|
||||||
|
"flag": "cn",
|
||||||
|
"name": "Luohu District"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1027, 101],
|
||||||
|
"flag": "cn",
|
||||||
|
"name": "Futian District"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [996, 1226],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Peng Chau"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [2479, 781],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Long Ke"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1698, 182],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Pat Sin Leung"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1426, 870],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Kwai Chung"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1766, 1364],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tai Tam"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1524, 1299],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "The Peak"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [698, 1405],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Pui O"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [565, 1450],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Cheung Sha"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1665, 1067],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Hung Hom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1545, 842],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Kam Shan"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1031, 654],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tai Tong"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"coordinates": [1422, 602],
|
||||||
|
"flag": "hk",
|
||||||
|
"name": "Tai Mo Shan"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
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.
|
After Width: | Height: | Size: 18 KiB |
@@ -185,6 +185,7 @@ export enum GameMapType {
|
|||||||
ChoppingBlock = "Chopping Block",
|
ChoppingBlock = "Chopping Block",
|
||||||
SoutheastAsia = "SoutheastAsia",
|
SoutheastAsia = "SoutheastAsia",
|
||||||
MississippiRiver = "Mississippi River",
|
MississippiRiver = "Mississippi River",
|
||||||
|
HongKong = "Hong Kong",
|
||||||
}
|
}
|
||||||
|
|
||||||
export type GameMapName = keyof typeof GameMapType;
|
export type GameMapName = keyof typeof GameMapType;
|
||||||
@@ -258,6 +259,7 @@ export const mapCategories: Record<string, GameMapType[]> = {
|
|||||||
GameMapType.Caribbean,
|
GameMapType.Caribbean,
|
||||||
GameMapType.SoutheastAsia,
|
GameMapType.SoutheastAsia,
|
||||||
GameMapType.MississippiRiver,
|
GameMapType.MississippiRiver,
|
||||||
|
GameMapType.HongKong,
|
||||||
],
|
],
|
||||||
fantasy: [
|
fantasy: [
|
||||||
GameMapType.Pangaea,
|
GameMapType.Pangaea,
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ const FREQUENCY: Partial<Record<GameMapName, number>> = {
|
|||||||
GulfOfStLawrence: 4,
|
GulfOfStLawrence: 4,
|
||||||
Halkidiki: 4,
|
Halkidiki: 4,
|
||||||
Hawaii: 4,
|
Hawaii: 4,
|
||||||
|
HongKong: 6,
|
||||||
Iceland: 4,
|
Iceland: 4,
|
||||||
IndianSubcontinent: 8,
|
IndianSubcontinent: 8,
|
||||||
Italia: 6,
|
Italia: 6,
|
||||||
|
|||||||
Reference in New Issue
Block a user