more nations on the World Map (#1770)

## Description:

Adds more nations to the default World Map and updates some `strength`
values to work better.
fixes #609 

<details>
<summary>Screenshots</summary>
<img width="1440" height="798" alt="Screen Shot 2025-08-11 at 6 13 04
AM"
src="https://github.com/user-attachments/assets/7c9fd017-862c-41d3-83e9-1de511edaf2d"
/>
<img width="1436" height="801" alt="Screen Shot 2025-08-11 at 6 14 29
AM"
src="https://github.com/user-attachments/assets/801f7c2d-299c-4a53-b2c1-5a342623d024"
/>
<img width="1440" height="798" alt="Screen Shot 2025-08-11 at 6 15 30
AM"
src="https://github.com/user-attachments/assets/e43c6f71-185d-4dd4-bf38-4d76264c3c32"
/>
<img width="1440" height="800" alt="Screen Shot 2025-08-11 at 6 16 26
AM"
src="https://github.com/user-attachments/assets/30fc2ee2-5e44-4007-ac81-83a3aeaefe37"
/>
<img width="1440" height="801" alt="Screen Shot 2025-08-11 at 6 16 48
AM"
src="https://github.com/user-attachments/assets/e624477b-3310-40e4-92cf-c9aea3b81e59"
/>
</details>

## 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:

loymdayddaud
This commit is contained in:
Loymdayddaud
2025-08-19 02:07:04 +03:00
committed by evanpelle
parent d5a7b041c2
commit 3aecc4f0cd
+106 -4
View File
@@ -57,7 +57,7 @@
"coordinates": [637, 567],
"flag": "br",
"name": "Brazil",
"strength": 1
"strength": 2
},
{
"coordinates": [1280, 975],
@@ -201,7 +201,7 @@
"coordinates": [1178, 351],
"flag": "sa",
"name": "Saudi Arabia",
"strength": 1
"strength": 1.5
},
{
"coordinates": [1679, 657],
@@ -213,7 +213,7 @@
"coordinates": [1890, 775],
"flag": "nz",
"name": "New Zealand",
"strength": 0.5
"strength": 1
},
{
"coordinates": [918, 342],
@@ -261,7 +261,7 @@
"coordinates": [1075, 707],
"flag": "za",
"name": "South Africa",
"strength": 1
"strength": 1.5
},
{
"coordinates": [1194, 627],
@@ -274,6 +274,108 @@
"flag": "td",
"name": "Chad",
"strength": 1
},
{
"coordinates": [1030, 665],
"flag": "na",
"name": "Namibia",
"strength": 0.5
},
{
"coordinates": [1632, 465],
"flag": "ph",
"name": "Philippines",
"strength": 1
},
{
"coordinates": [1537, 426],
"flag": "th",
"name": "Thailand",
"strength": 1
},
{
"coordinates": [1610, 364],
"flag": "tw",
"name": "Taiwan",
"strength": 0.5
},
{
"coordinates": [1710, 290],
"flag": "jp",
"name": "Japan",
"strength": 1
},
{
"coordinates": [1869, 119],
"flag": "ru",
"name": "Siberia",
"strength": 1
},
{
"coordinates": [74, 117],
"flag": "polar_bears",
"name": "Polar Bears",
"strength": 2
},
{
"coordinates": [419, 975],
"flag": "aq",
"name": "West Antarctica",
"strength": 2
},
{
"coordinates": [542, 603],
"flag": "pe",
"name": "Peru",
"strength": 1
},
{
"coordinates": [1075, 615],
"flag": "zm",
"name": "Zambia",
"strength": 1
},
{
"coordinates": [1099, 165],
"flag": "lv",
"name": "Latvia",
"strength": 0.5
},
{
"coordinates": [1427, 336],
"flag": "bt",
"name": "Bhutan",
"strength": 0.5
},
{
"coordinates": [1511, 524],
"flag": "id",
"name": "Indonesia",
"strength": 1.5
},
{
"coordinates": [1809, 977],
"flag": "aq",
"name": "East Antarctica",
"strength": 2
},
{
"coordinates": [1255, 382],
"flag": "om",
"name": "Oman",
"strength": 0.75
},
{
"coordinates": [853, 373],
"flag": "ma",
"name": "Morocco",
"strength": 1
},
{
"coordinates": [656, 678],
"flag": "uy",
"name": "Uruguay",
"strength": 1
}
]
}