diff --git a/map-generator/assets/maps/fireandice/image.png b/map-generator/assets/maps/fireandice/image.png new file mode 100644 index 000000000..7f0a1ef11 Binary files /dev/null and b/map-generator/assets/maps/fireandice/image.png differ diff --git a/map-generator/assets/maps/fireandice/info.json b/map-generator/assets/maps/fireandice/info.json new file mode 100644 index 000000000..9fa91167c --- /dev/null +++ b/map-generator/assets/maps/fireandice/info.json @@ -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" + } + ] +} diff --git a/map-generator/main.go b/map-generator/main.go index d6bc24cd3..191777f57 100644 --- a/map-generator/main.go +++ b/map-generator/main.go @@ -38,6 +38,7 @@ var maps = []struct { {Name: "europeclassic"}, {Name: "falklandislands"}, {Name: "faroeislands"}, + {Name: "fireandice"}, {Name: "fourislands"}, {Name: "gatewaytotheatlantic"}, {Name: "giantworldmap"},