Files
OpenFrontIO/resources/maps/oceania/manifest.json
FloPinguin e554ffb1b0 Cleanup nations (Part 3) 🧹 Remove nation strength (#2649)
## Description:

This PR removes the nation strength. Reasoning:

- It is currently unused. The backstory can be found in #2498
- It forces map-makers to do balancing work, which is probably not a
good idea
- It increases map-making work
- It increases nation balancing complexity by a lot (we need to have all
the json files in mind)
- It makes humans avoid map areas completely because there is always
that one, same, strong nation
- The map lead Nikola123 wants to "not deal with the stupid nations and
their balancing"

If the goal of nation strength was to make them feel different I would
suggest a nation personality system. Nations that love to boat, love to
ally, love to nuke, love to fullsend, etc.

Link to a discord discussion about nation strength:


https://discord.com/channels/1359946986937258015/1360078040222142564/1450973197251117218

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

FloPinguin
2025-12-19 19:10:01 -08:00

181 lines
3.2 KiB
JSON

{
"map": {
"height": 1000,
"num_land_tiles": 194648,
"width": 2000
},
"map16x": {
"height": 250,
"num_land_tiles": 10867,
"width": 500
},
"map4x": {
"height": 500,
"num_land_tiles": 46767,
"width": 1000
},
"name": "Oceania",
"nations": [
{
"coordinates": [718, 738],
"flag": "au",
"name": "Australia"
},
{
"coordinates": [1050, 809],
"flag": "nz",
"name": "New Zealand"
},
{
"coordinates": [436, 407],
"flag": "tl",
"name": "Timor-Leste"
},
{
"coordinates": [182, 378],
"flag": "id",
"name": "Indonesia"
},
{
"coordinates": [292, 243],
"flag": "bn",
"name": "Brunei Darussalam"
},
{
"coordinates": [152, 282],
"flag": "sg",
"name": "Singapore"
},
{
"coordinates": [120, 261],
"flag": "my",
"name": "Malaysia"
},
{
"coordinates": [106, 129],
"flag": "th",
"name": "Thailand"
},
{
"coordinates": [51, 42],
"flag": "mm",
"name": "Myanmar"
},
{
"coordinates": [158, 162],
"flag": "kh",
"name": "Cambodia"
},
{
"coordinates": [182, 43],
"flag": "vn",
"name": "Vietnam"
},
{
"coordinates": [143, 37],
"flag": "la",
"name": "Lao PDR"
},
{
"coordinates": [278, 18],
"flag": "hk",
"name": "Hong Kong"
},
{
"coordinates": [359, 1],
"flag": "tw",
"name": "Taiwan, Province of China"
},
{
"coordinates": [366, 119],
"flag": "ph",
"name": "Philippines"
},
{
"coordinates": [536, 207],
"flag": "pw",
"name": "Palau"
},
{
"coordinates": [834, 215],
"flag": "fm",
"name": "Micronesia"
},
{
"coordinates": [664, 113],
"flag": "gu",
"name": "Guam"
},
{
"coordinates": [1042, 317],
"flag": "mh",
"name": "Marshall Islands"
},
{
"coordinates": [799, 385],
"flag": "pg",
"name": "Papua New Guinea"
},
{
"coordinates": [862, 442],
"flag": "sb",
"name": "Solomon Islands"
},
{
"coordinates": [945, 497],
"flag": "vu",
"name": "Vanuatu"
},
{
"coordinates": [930, 574],
"flag": "nc",
"name": "New Caledonia"
},
{
"coordinates": [1085, 526],
"flag": "fj",
"name": "Fiji"
},
{
"coordinates": [1169, 568],
"flag": "to",
"name": "Tonga"
},
{
"coordinates": [1236, 541],
"flag": "nu",
"name": "Niue"
},
{
"coordinates": [1204, 473],
"flag": "ws",
"name": "Samoa"
},
{
"coordinates": [1491, 523],
"flag": "ck",
"name": "Cook Islands"
},
{
"coordinates": [1623, 424],
"flag": "pf",
"name": "French Polynesia"
},
{
"coordinates": [1393, 278],
"flag": "ki",
"name": "Kiribati"
},
{
"coordinates": [1420, 56],
"flag": "us",
"name": "United States"
},
{
"coordinates": [1996, 644],
"flag": "cl",
"name": "Chile"
}
]
}