Added cities to the Montreal map (#2207)

Added about 10 or so cities to the new montreal map.

## Description:

Very minor change, only changed the info.json file for the montreal map,
so that the map now comes with more NPCs. This should make the map more
challenging and fun in offline mode. There is now 13 nations, spread
evenly (as best i could) across the map.

## Please complete the following:

- [x] I have added screenshots for all UI updates - there is no ui
changes
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file - there is no text displayed
change, only new nations.
- [x] I have added relevant tests to the test directory - No tests
relevant
- [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:

Lionhyde

---------

Co-authored-by: jrouillard <jon@rouillard.org>
This commit is contained in:
Gabriel Jacques
2025-11-01 15:10:29 -04:00
committed by GitHub
parent 02b4702a11
commit bac05fc69b
2 changed files with 118 additions and 10 deletions
+59 -5
View File
@@ -3,21 +3,75 @@
"nations": [
{
"coordinates": [800, 430],
"flag": "ca",
"flag": "quebec",
"name": "Laval",
"strength": 2
},
{
"coordinates": [1110, 930],
"flag": "ca",
"name": "Montreal",
"strength": 2
"flag": "quebec",
"name": "Royal Mount park",
"strength": 1
},
{
"coordinates": [1220, 1360],
"flag": "ca",
"flag": "quebec",
"name": "Hochelaga Archipelago",
"strength": 2
},
{
"coordinates": [1080, 980],
"flag": "ca",
"name": "Westmount",
"strength": 1
},
{
"coordinates": [1400, 1000],
"flag": "quebec",
"name": "Saint-Lambert",
"strength": 1
},
{
"coordinates": [500, 130],
"flag": "quebec",
"name": "Blainville",
"strength": 1
},
{
"coordinates": [350, 650],
"flag": "quebec",
"name": "Saint-Eustache",
"strength": 1
},
{
"coordinates": [200, 1350],
"flag": "quebec",
"name": "Perrot Island",
"strength": 1
},
{
"coordinates": [25, 950],
"flag": "quebec",
"name": "Kanesatake Lands",
"strength": 1
},
{
"coordinates": [50, 450],
"flag": "quebec",
"name": "Mirabel",
"strength": 1
},
{
"coordinates": [650, 1450],
"flag": "quebec",
"name": "Chateauguay",
"strength": 1
},
{
"coordinates": [1330, 300],
"flag": "quebec",
"name": "Pointe-aux-Trembles",
"strength": 1
}
]
}
+59 -5
View File
@@ -18,21 +18,75 @@
"nations": [
{
"coordinates": [800, 430],
"flag": "ca",
"flag": "quebec",
"name": "Laval",
"strength": 2
},
{
"coordinates": [1110, 930],
"flag": "ca",
"name": "Montreal",
"strength": 2
"flag": "quebec",
"name": "Royal Mount park",
"strength": 1
},
{
"coordinates": [1220, 1360],
"flag": "ca",
"flag": "quebec",
"name": "Hochelaga Archipelago",
"strength": 2
},
{
"coordinates": [1080, 980],
"flag": "ca",
"name": "Westmount",
"strength": 1
},
{
"coordinates": [1400, 1000],
"flag": "quebec",
"name": "Saint-Lambert",
"strength": 1
},
{
"coordinates": [500, 130],
"flag": "quebec",
"name": "Blainville",
"strength": 1
},
{
"coordinates": [350, 650],
"flag": "quebec",
"name": "Saint-Eustache",
"strength": 1
},
{
"coordinates": [200, 1350],
"flag": "quebec",
"name": "Perrot Island",
"strength": 1
},
{
"coordinates": [25, 950],
"flag": "quebec",
"name": "Kanesatake Lands",
"strength": 1
},
{
"coordinates": [50, 450],
"flag": "quebec",
"name": "Mirabel",
"strength": 1
},
{
"coordinates": [650, 1450],
"flag": "quebec",
"name": "Chateauguay",
"strength": 1
},
{
"coordinates": [1330, 300],
"flag": "quebec",
"name": "Pointe-aux-Trembles",
"strength": 1
}
]
}