From a1640a421f924fbb3aced707835c261ec297e54c Mon Sep 17 00:00:00 2001 From: evanpelle Date: Thu, 20 Nov 2025 19:58:14 -0800 Subject: [PATCH] Shorten long Nation names to fix failing tests --- map-generator/assets/maps/africa/info.json | 2 +- map-generator/assets/maps/europe/info.json | 2 +- map-generator/assets/maps/gatewaytotheatlantic/info.json | 2 +- map-generator/assets/maps/oceania/info.json | 4 ++-- map-generator/assets/maps/world/info.json | 2 +- resources/maps/africa/manifest.json | 2 +- resources/maps/europe/manifest.json | 2 +- resources/maps/gatewaytotheatlantic/manifest.json | 2 +- resources/maps/oceania/manifest.json | 4 ++-- resources/maps/world/manifest.json | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/map-generator/assets/maps/africa/info.json b/map-generator/assets/maps/africa/info.json index efefb5770..320ed754c 100644 --- a/map-generator/assets/maps/africa/info.json +++ b/map-generator/assets/maps/africa/info.json @@ -87,7 +87,7 @@ }, { "coordinates": [1094, 1093], - "name": "Democratic Republic of the Congo", + "name": "DR Congo", "strength": 2, "flag": "cd" }, diff --git a/map-generator/assets/maps/europe/info.json b/map-generator/assets/maps/europe/info.json index 023186fba..e0df00752 100644 --- a/map-generator/assets/maps/europe/info.json +++ b/map-generator/assets/maps/europe/info.json @@ -153,7 +153,7 @@ }, { "coordinates": [517, 1483], - "name": "People's Democratic Republic of Algeria", + "name": "Algeria", "strength": 1, "flag": "dz" }, diff --git a/map-generator/assets/maps/gatewaytotheatlantic/info.json b/map-generator/assets/maps/gatewaytotheatlantic/info.json index 07559a815..a48f21684 100644 --- a/map-generator/assets/maps/gatewaytotheatlantic/info.json +++ b/map-generator/assets/maps/gatewaytotheatlantic/info.json @@ -69,7 +69,7 @@ }, { "coordinates": [1609, 1837], - "name": "People's Republic of Algeria'", + "name": "Algeria'", "strength": 2, "flag": "dz" }, diff --git a/map-generator/assets/maps/oceania/info.json b/map-generator/assets/maps/oceania/info.json index 033d50bf9..7ea7247ea 100644 --- a/map-generator/assets/maps/oceania/info.json +++ b/map-generator/assets/maps/oceania/info.json @@ -69,7 +69,7 @@ }, { "coordinates": [143, 37], - "name": "Lao People's Democratic Republic", + "name": "Lao PDR", "strength": 1, "flag": "la" }, @@ -99,7 +99,7 @@ }, { "coordinates": [834, 215], - "name": "Federated States of Micronesia", + "name": "Micronesia", "strength": 1, "flag": "fm" }, diff --git a/map-generator/assets/maps/world/info.json b/map-generator/assets/maps/world/info.json index 2d88265b8..e4098e2f0 100644 --- a/map-generator/assets/maps/world/info.json +++ b/map-generator/assets/maps/world/info.json @@ -238,7 +238,7 @@ { "coordinates": [1074, 508], "flag": "cd", - "name": "The Democratic Republic of the Congo", + "name": "DR Congo", "strength": 1 }, { diff --git a/resources/maps/africa/manifest.json b/resources/maps/africa/manifest.json index c101cae4c..30e414b73 100644 --- a/resources/maps/africa/manifest.json +++ b/resources/maps/africa/manifest.json @@ -103,7 +103,7 @@ { "coordinates": [1094, 1093], "flag": "cd", - "name": "Democratic Republic of the Congo", + "name": "DR Congo", "strength": 2 }, { diff --git a/resources/maps/europe/manifest.json b/resources/maps/europe/manifest.json index cfd706e40..2cae0402a 100644 --- a/resources/maps/europe/manifest.json +++ b/resources/maps/europe/manifest.json @@ -169,7 +169,7 @@ { "coordinates": [517, 1483], "flag": "dz", - "name": "People's Democratic Republic of Algeria", + "name": "Algeria", "strength": 1 }, { diff --git a/resources/maps/gatewaytotheatlantic/manifest.json b/resources/maps/gatewaytotheatlantic/manifest.json index 45651537e..6fbfe6a53 100644 --- a/resources/maps/gatewaytotheatlantic/manifest.json +++ b/resources/maps/gatewaytotheatlantic/manifest.json @@ -85,7 +85,7 @@ { "coordinates": [1609, 1837], "flag": "dz", - "name": "People's Republic of Algeria'", + "name": "Algeria'", "strength": 2 }, { diff --git a/resources/maps/oceania/manifest.json b/resources/maps/oceania/manifest.json index ebbee416e..4fc8c2471 100644 --- a/resources/maps/oceania/manifest.json +++ b/resources/maps/oceania/manifest.json @@ -85,7 +85,7 @@ { "coordinates": [143, 37], "flag": "la", - "name": "Lao People's Democratic Republic", + "name": "Lao PDR", "strength": 1 }, { @@ -115,7 +115,7 @@ { "coordinates": [834, 215], "flag": "fm", - "name": "Federated States of Micronesia", + "name": "Micronesia", "strength": 1 }, { diff --git a/resources/maps/world/manifest.json b/resources/maps/world/manifest.json index c4aca9980..d5460fc5d 100644 --- a/resources/maps/world/manifest.json +++ b/resources/maps/world/manifest.json @@ -253,7 +253,7 @@ { "coordinates": [1074, 508], "flag": "cd", - "name": "The Democratic Republic of the Congo", + "name": "DR Congo", "strength": 1 }, {