From 2df902b897b5a8aedbf9d2c21a25e1eb9b49e931 Mon Sep 17 00:00:00 2001 From: SunnyBoyWTF Date: Tue, 18 Feb 2025 13:09:45 -0500 Subject: [PATCH] Update Africa.json --- resources/maps/Africa.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/resources/maps/Africa.json b/resources/maps/Africa.json index 8b1378917..f2e448a84 100644 --- a/resources/maps/Africa.json +++ b/resources/maps/Africa.json @@ -1 +1,32 @@ - +{ + "name": "Africa", + "width": 4149, + "height": 4414, + "nations": [ + { + "coordinates": [2472, 4113], + "name": "South Africa", + "strength": 2, + "flag": "za" + }, + { + "coordinates": [3282, 1479], + "name": "Sudan", + "strength": 2, + "flag": "sd" + }, + { + "coordinates": [3816, 3481], + "name": "Madagascar", + "strength": 1, + "flag": "mg" + }, + { + "coordinates": [2268, 2113], + "name": "Central African Republic", + "strength": 3, + "flag": "cf" + }, + } + ] +}