mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:32:41 +00:00
add Baja California map 🏜️ (#3759)
## Description: Adds map of the Baja California peninsula in Mexico. Majority of this map is brown terrain to simulate the (Sonora) desert Mexican and American states as NPCs. The peninsula while having little landmass is balanced by the fact it will be very easy to pirate from it <img width="503" height="583" alt="Captura de pantalla 2026-04-18 151337" src="https://github.com/user-attachments/assets/b1acd93a-fbe4-4d17-95b6-5f4c86ec872f" /> Relief data from OpenTopography, already credited ## 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: tri.star1011
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 362 KiB |
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "bajacalifornia",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [513, 44],
|
||||
"name": "California",
|
||||
"flag": "California"
|
||||
},
|
||||
{
|
||||
"coordinates": [791, 699],
|
||||
"name": "Baja California",
|
||||
"flag": "mx"
|
||||
},
|
||||
{
|
||||
"coordinates": [1312, 1426],
|
||||
"name": "Baja California Sur",
|
||||
"flag": "mx"
|
||||
},
|
||||
{
|
||||
"coordinates": [1364, 679],
|
||||
"name": "Sonora",
|
||||
"flag": "mx"
|
||||
},
|
||||
{
|
||||
"coordinates": [1767, 1243],
|
||||
"name": "Sinaloa",
|
||||
"flag": "mx"
|
||||
},
|
||||
{
|
||||
"coordinates": [1733, 578],
|
||||
"name": "Chihuahua",
|
||||
"flag": "mx"
|
||||
},
|
||||
{
|
||||
"coordinates": [969, 62],
|
||||
"name": "Arizona",
|
||||
"flag": "Arizona"
|
||||
},
|
||||
{
|
||||
"coordinates": [1534, 60],
|
||||
"name": "New Mexico",
|
||||
"flag": "New_Mexico"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -94,6 +94,7 @@ var maps = []struct {
|
||||
{Name: "beringsea"},
|
||||
{Name: "antarctica"},
|
||||
{Name: "archipelagosea"},
|
||||
{Name: "bajacalifornia"},
|
||||
{Name: "big_plains", IsTest: true},
|
||||
{Name: "half_land_half_ocean", IsTest: true},
|
||||
{Name: "ocean_and_land", IsTest: true},
|
||||
|
||||
Reference in New Issue
Block a user