mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-30 09:59:40 +00:00
Add Nile Delta map (#3306)
## Description: Add Nile Delta as a new regional map. Features 11 nations across the delta region (Alexandria, Damietta, Faraskur, Sheremsah, El Senbellawein, Aga, Mit Ghamr, Cairo, Heliopolis, Memphis, El Mansoura). 1.36M land tiles at 1556x1280, terrain generated from real relief data. Includes the Suez Canal. Playlist frequency: 4.  ## Checklist - [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 Source: https://commons.wikimedia.org/wiki/File:Niledelta_33.svg Discord: gabigabogabu
This commit is contained in:
@@ -332,7 +332,8 @@
|
||||
"beringstrait": "Bering Strait",
|
||||
"tradersdream": "Traders Dream",
|
||||
"hawaii": "Hawaii",
|
||||
"alps": "Alps"
|
||||
"alps": "Alps",
|
||||
"niledelta": "Nile Delta"
|
||||
},
|
||||
"map_categories": {
|
||||
"featured": "Featured",
|
||||
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"map": {
|
||||
"height": 1280,
|
||||
"num_land_tiles": 1363238,
|
||||
"width": 1556
|
||||
},
|
||||
"map16x": {
|
||||
"height": 320,
|
||||
"num_land_tiles": 82743,
|
||||
"width": 389
|
||||
},
|
||||
"map4x": {
|
||||
"height": 640,
|
||||
"num_land_tiles": 337280,
|
||||
"width": 778
|
||||
},
|
||||
"name": "Nile Delta",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [305, 414],
|
||||
"flag": "eg",
|
||||
"name": "Alexandria"
|
||||
},
|
||||
{
|
||||
"coordinates": [1146, 303],
|
||||
"flag": "eg",
|
||||
"name": "Damietta"
|
||||
},
|
||||
{
|
||||
"coordinates": [1100, 348],
|
||||
"flag": "eg",
|
||||
"name": "Faraskur"
|
||||
},
|
||||
{
|
||||
"coordinates": [1050, 423],
|
||||
"flag": "eg",
|
||||
"name": "Sheremsah"
|
||||
},
|
||||
{
|
||||
"coordinates": [954, 492],
|
||||
"flag": "eg",
|
||||
"name": "El Senbellawein"
|
||||
},
|
||||
{
|
||||
"coordinates": [920, 963],
|
||||
"flag": "eg",
|
||||
"name": "Aga"
|
||||
},
|
||||
{
|
||||
"coordinates": [915, 547],
|
||||
"flag": "eg",
|
||||
"name": "Mit Ghamr"
|
||||
},
|
||||
{
|
||||
"coordinates": [888, 1012],
|
||||
"flag": "eg",
|
||||
"name": "Cairo"
|
||||
},
|
||||
{
|
||||
"coordinates": [895, 1108],
|
||||
"flag": "eg",
|
||||
"name": "Heliopolis"
|
||||
},
|
||||
{
|
||||
"coordinates": [895, 663],
|
||||
"flag": "eg",
|
||||
"name": "Memphis"
|
||||
},
|
||||
{
|
||||
"coordinates": [993, 579],
|
||||
"flag": "eg",
|
||||
"name": "El Mansoura"
|
||||
}
|
||||
]
|
||||
}
|
||||
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: 6.6 KiB |
Reference in New Issue
Block a user