mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 11:30:43 +00:00
added map to map generator
This commit is contained in:
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -38,6 +38,7 @@ var maps = []struct {
|
||||
{Name: "europeclassic"},
|
||||
{Name: "falklandislands"},
|
||||
{Name: "faroeislands"},
|
||||
{Name: "fireandice"},
|
||||
{Name: "fourislands"},
|
||||
{Name: "gatewaytotheatlantic"},
|
||||
{Name: "giantworldmap"},
|
||||
|
||||
Reference in New Issue
Block a user