added Black Sea

This commit is contained in:
Evan
2025-01-02 11:16:43 -08:00
parent f6b739e263
commit 903a630953
7 changed files with 195 additions and 4 deletions
File diff suppressed because one or more lines are too long
+71
View File
@@ -0,0 +1,71 @@
{
"name": "BlackSea",
"width": 1500,
"height": 1100,
"nations": [
{
"coordinates": [
122,
647
],
"name": "Bulgaria",
"strength": 1
},
{
"coordinates": [
513,
929
],
"name": "Turkiye",
"strength": 2
},
{
"coordinates": [
123,
237
],
"name": "Romania",
"strength": 1
},
{
"coordinates": [
300,
188
],
"name": "Maldova",
"strength": 1
},
{
"coordinates": [
737,
120
],
"name": "Ukraine",
"strength": 1
},
{
"coordinates": [
1180,
354
],
"name": "Russia",
"strength": 3
},
{
"coordinates": [
1362,
722
],
"name": "Georgia",
"strength": 1
},
{
"coordinates": [
1382,
943
],
"name": "Armenia",
"strength": 1
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

File diff suppressed because one or more lines are too long