-
Notifications
You must be signed in to change notification settings - Fork 892
Feat: Tournament Maps #3483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Tournament Maps #3483
Changes from all commits
010d95c
31e1068
520ec62
1744443
0d8526a
e7a384d
71204fd
6116cd0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "name": "Tourney1", | ||
| "nations": [ | ||
| { | ||
| "coordinates": [177, 510], | ||
| "name": "Left" | ||
| }, | ||
| { | ||
| "coordinates": [847, 511], | ||
| "name": "Right" | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "name": "Tourney2", | ||
| "nations": [ | ||
| { | ||
| "coordinates": [339, 987], | ||
| "name": "South West" | ||
| }, | ||
| { | ||
| "coordinates": [1162, 990], | ||
| "name": "South East" | ||
| }, | ||
| { | ||
| "coordinates": [750, 278], | ||
| "name": "North" | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "name": "Tourney3", | ||
| "nations": [ | ||
| { | ||
| "coordinates": [437, 410], | ||
| "name": "North West" | ||
| }, | ||
| { | ||
| "coordinates": [1066, 408], | ||
| "name": "North East" | ||
| }, | ||
| { | ||
| "coordinates": [433, 1088], | ||
| "name": "South West" | ||
| }, | ||
| { | ||
| "coordinates": [1068, 1075], | ||
| "name": "South East" | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| { | ||
| "name": "Tourney4", | ||
| "nations": [ | ||
| { | ||
| "coordinates": [568, 309], | ||
| "name": "North North West" | ||
| }, | ||
| { | ||
| "coordinates": [308, 562], | ||
| "name": "West North West" | ||
| }, | ||
| { | ||
| "coordinates": [945, 303], | ||
| "name": "North North East" | ||
| }, | ||
| { | ||
| "coordinates": [1188, 556], | ||
| "name": "East North East" | ||
| }, | ||
| { | ||
| "coordinates": [1196, 931], | ||
| "name": "East South East" | ||
| }, | ||
| { | ||
| "coordinates": [941, 1178], | ||
| "name": "South South East" | ||
| }, | ||
| { | ||
| "coordinates": [564, 1185], | ||
| "name": "South South West" | ||
| }, | ||
| { | ||
| "coordinates": [315, 927], | ||
| "name": "West South West" | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| { | ||
| "map": { | ||
| "height": 1500, | ||
| "num_land_tiles": 984577, | ||
| "width": 1500 | ||
| }, | ||
| "map16x": { | ||
| "height": 375, | ||
| "num_land_tiles": 60237, | ||
| "width": 375 | ||
| }, | ||
| "map4x": { | ||
| "height": 750, | ||
| "num_land_tiles": 244567, | ||
| "width": 750 | ||
| }, | ||
| "name": "Tourney1", | ||
| "nations": [ | ||
| { | ||
| "coordinates": [177, 510], | ||
| "name": "Left" | ||
| }, | ||
| { | ||
| "coordinates": [847, 511], | ||
| "name": "Right" | ||
| } | ||
| ] | ||
| } |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "map": { | ||
| "height": 1500, | ||
| "num_land_tiles": 1024327, | ||
| "width": 1500 | ||
| }, | ||
| "map16x": { | ||
| "height": 375, | ||
| "num_land_tiles": 62691, | ||
| "width": 375 | ||
| }, | ||
| "map4x": { | ||
| "height": 750, | ||
| "num_land_tiles": 254300, | ||
| "width": 750 | ||
| }, | ||
| "name": "Tourney2", | ||
| "nations": [ | ||
| { | ||
| "coordinates": [339, 987], | ||
| "name": "South West" | ||
| }, | ||
| { | ||
| "coordinates": [1162, 990], | ||
| "name": "South East" | ||
| }, | ||
| { | ||
| "coordinates": [750, 278], | ||
| "name": "North" | ||
| } | ||
| ] | ||
| } |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| { | ||
| "map": { | ||
| "height": 1500, | ||
| "num_land_tiles": 1008007, | ||
| "width": 1500 | ||
| }, | ||
| "map16x": { | ||
| "height": 375, | ||
| "num_land_tiles": 61644, | ||
| "width": 375 | ||
| }, | ||
| "map4x": { | ||
| "height": 750, | ||
| "num_land_tiles": 250191, | ||
| "width": 750 | ||
| }, | ||
| "name": "Tourney3", | ||
| "nations": [ | ||
| { | ||
| "coordinates": [437, 410], | ||
| "name": "North West" | ||
| }, | ||
| { | ||
| "coordinates": [1066, 408], | ||
| "name": "North East" | ||
| }, | ||
| { | ||
| "coordinates": [433, 1088], | ||
| "name": "South West" | ||
| }, | ||
| { | ||
| "coordinates": [1068, 1075], | ||
| "name": "South East" | ||
| } | ||
| ] | ||
| } |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "map": { | ||
| "height": 1500, | ||
| "num_land_tiles": 905705, | ||
| "width": 1500 | ||
| }, | ||
| "map16x": { | ||
| "height": 375, | ||
| "num_land_tiles": 54860, | ||
| "width": 375 | ||
| }, | ||
| "map4x": { | ||
| "height": 750, | ||
| "num_land_tiles": 224342, | ||
| "width": 750 | ||
| }, | ||
| "name": "Tourney4", | ||
| "nations": [ | ||
| { | ||
| "coordinates": [568, 309], | ||
| "name": "North North West" | ||
| }, | ||
| { | ||
| "coordinates": [308, 562], | ||
| "name": "West North West" | ||
| }, | ||
| { | ||
| "coordinates": [945, 303], | ||
| "name": "North North East" | ||
| }, | ||
| { | ||
| "coordinates": [1188, 556], | ||
| "name": "East North East" | ||
| }, | ||
| { | ||
| "coordinates": [1196, 931], | ||
| "name": "East South East" | ||
| }, | ||
| { | ||
| "coordinates": [941, 1178], | ||
| "name": "South South East" | ||
| }, | ||
| { | ||
| "coordinates": [564, 1185], | ||
| "name": "South South West" | ||
| }, | ||
| { | ||
| "coordinates": [315, 927], | ||
| "name": "West South West" | ||
| } | ||
| ] | ||
| } |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.