added map to map generator

This commit is contained in:
bijx
2026-02-23 01:42:47 -05:00
parent c3a8d06cbb
commit c1ad78e93b
3 changed files with 50 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

@@ -0,0 +1,49 @@
{
"name": "Fire and Ice",
"nations": [
{
"coordinates": [1383, 31],
"name": "Northern Water Tribe"
},
{
"coordinates": [900, 1161],
"name": "Southern Water Tribe"
},
{
"coordinates": [530, 945],
"name": "Southern Air Nomads"
},
{
"coordinates": [408, 293],
"name": "Western Air Nomads"
},
{
"coordinates": [1097, 217],
"name": "Northern Air Nomads"
},
{
"coordinates": [1357, 353],
"name": "Ba Sing Se"
},
{
"coordinates": [1579, 783],
"name": "Eastern Air Nomads"
},
{
"coordinates": [256, 603],
"name": "Fire Nation"
},
{
"coordinates": [1243, 606],
"name": "Southern Raiders"
},
{
"coordinates": [918, 395],
"name": "Gan Jin Tribe"
},
{
"coordinates": [959, 520],
"name": "Zhang Tribe"
}
]
}
+1
View File
@@ -38,6 +38,7 @@ var maps = []struct {
{Name: "europeclassic"},
{Name: "falklandislands"},
{Name: "faroeislands"},
{Name: "fireandice"},
{Name: "fourislands"},
{Name: "gatewaytotheatlantic"},
{Name: "giantworldmap"},