-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Adds new Hecate Strait map #4552
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
Open
killerwombat02
wants to merge
15
commits into
openfrontio:main
Choose a base branch
from
killerwombat02:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+293
−0
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
c4d1234
added hecate strait map
killerwombat02 fcd96f3
hecate strait properly indexed
killerwombat02 7cef892
Merge branch 'main' into main
killerwombat02 f641100
Merge branch 'main' of https://github.com/killerwombat02/OpenFrontIO
killerwombat02 dc00709
added a new blank section of the map
killerwombat02 23dec25
fixed info.json
killerwombat02 25ff2a3
Merge branch 'main' into main
killerwombat02 c092c4a
fixed wrong L
killerwombat02 06b798a
Merge branch 'main' of https://github.com/killerwombat02/OpenFrontIO
killerwombat02 5f06a46
cl prettier fixed hopefully
killerwombat02 30ace81
added Haida to countries.json
killerwombat02 2cfdaf3
Merge branch 'main' into main
killerwombat02 d96f508
removed strengths
killerwombat02 5d05741
Merge branch 'openfrontio:main' into main
killerwombat02 e0d89fe
Merge branch 'openfrontio:main' into main
killerwombat02 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,129 @@ | ||
| { | ||
| "id": "Hecatestrait", | ||
| "name": "Hecate Strait", | ||
| "translation_key": "map.hecatestrait", | ||
| "categories": ["north_america", "new"], | ||
| "multiplayer_frequency": 4, | ||
| "nations": [ | ||
| { | ||
| "coordinates": [421, 628], | ||
| "name": "Old Massett Village", | ||
| "flag": "haida_flag" | ||
| }, | ||
| { | ||
| "coordinates": [467, 983], | ||
| "name": "Skidegate", | ||
| "flag": "haida_flag" | ||
| }, | ||
| { | ||
| "coordinates": [494, 759], | ||
| "name": "Cape Ball", | ||
| "flag": "haida_flag" | ||
| }, | ||
| { | ||
| "coordinates": [552, 1081], | ||
| "name": "Cumshewa", | ||
| "flag": "haida_flag" | ||
| }, | ||
| { | ||
| "coordinates": [199, 555], | ||
| "name": "Dadens", | ||
| "flag": "haida_flag" | ||
| }, | ||
| { | ||
| "coordinates": [457, 1007], | ||
| "name": "Haina", | ||
| "flag": "haida_flag" | ||
| }, | ||
| { | ||
| "coordinates": [522, 615], | ||
| "name": "Hiellen", | ||
| "flag": "haida_flag" | ||
| }, | ||
| { | ||
| "coordinates": [896, 743], | ||
| "name": "Gitxaala Nation" | ||
| }, | ||
| { | ||
| "coordinates": [893, 487], | ||
| "name": "Metlakatla" | ||
| }, | ||
| { | ||
| "coordinates": [899, 389], | ||
| "name": "Lax-kw'alaams" | ||
| }, | ||
| { | ||
| "coordinates": [1385, 653], | ||
| "name": "Haisla Nation" | ||
| }, | ||
| { | ||
| "coordinates": [1418, 388], | ||
| "name": "Kitsumkalum" | ||
| }, | ||
| { | ||
| "coordinates": [1441, 401], | ||
| "name": "Kitselas" | ||
| }, | ||
| { | ||
| "coordinates": [1028, 173], | ||
| "name": "Gingolx Village" | ||
| }, | ||
| { | ||
| "coordinates": [1134, 159], | ||
| "name": "Laxgalts'ap Village" | ||
| }, | ||
| { | ||
| "coordinates": [1242, 81], | ||
| "name": "Gitwinksihlkw" | ||
| }, | ||
| { | ||
| "coordinates": [1273, 68], | ||
| "name": "Gitlaxt'aamix Village" | ||
| }, | ||
| { | ||
| "coordinates": [1215, 911], | ||
| "name": "Gitga'at First Nation" | ||
| }, | ||
| { | ||
| "coordinates": [1413, 1294], | ||
| "name": "Kitasoo" | ||
| }, | ||
| { | ||
| "coordinates": [1515, 1478], | ||
| "name": "Heiltsuk" | ||
| }, | ||
| { | ||
| "coordinates": [1776, 1690], | ||
| "name": "Wuikinuxv Nation" | ||
| }, | ||
| { | ||
| "coordinates": [1904, 1382], | ||
| "name": "Nuxalk Nation" | ||
| }, | ||
| { | ||
| "coordinates": [682, 1511], | ||
| "name": "Ninstints", | ||
| "flag": "haida_flag" | ||
| }, | ||
| { | ||
| "coordinates": [2138, 646], | ||
| "name": "Skin Tyee" | ||
| }, | ||
| { | ||
| "coordinates": [2155, 657], | ||
| "name": "Nee-Tahi-Buhn" | ||
| }, | ||
| { | ||
| "coordinates": [2184, 645], | ||
| "name": "Cheslatta Carrier Nation" | ||
| }, | ||
| { | ||
| "coordinates": [2174, 525], | ||
| "name": "Lake Babine Nation" | ||
| }, | ||
| { | ||
| "coordinates": [2165, 525], | ||
| "name": "Ts'il Kaz Koh" | ||
| } | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,144 @@ | ||
| { | ||
| "categories": ["north_america", "new"], | ||
| "id": "Hecatestrait", | ||
| "map": { | ||
| "height": 1932, | ||
| "num_land_tiles": 2267717, | ||
| "width": 2248 | ||
| }, | ||
| "map16x": { | ||
| "height": 483, | ||
| "num_land_tiles": 132518, | ||
| "width": 562 | ||
| }, | ||
| "map4x": { | ||
| "height": 966, | ||
| "num_land_tiles": 553178, | ||
| "width": 1124 | ||
| }, | ||
| "multiplayer_frequency": 4, | ||
| "name": "Hecate Strait", | ||
| "nations": [ | ||
| { | ||
| "coordinates": [421, 628], | ||
| "flag": "haida_flag", | ||
| "name": "Old Massett Village" | ||
| }, | ||
| { | ||
| "coordinates": [467, 983], | ||
| "flag": "haida_flag", | ||
| "name": "Skidegate" | ||
| }, | ||
| { | ||
| "coordinates": [494, 759], | ||
| "flag": "haida_flag", | ||
| "name": "Cape Ball" | ||
| }, | ||
| { | ||
| "coordinates": [552, 1081], | ||
| "flag": "haida_flag", | ||
| "name": "Cumshewa" | ||
| }, | ||
| { | ||
| "coordinates": [199, 555], | ||
| "flag": "haida_flag", | ||
| "name": "Dadens" | ||
| }, | ||
| { | ||
| "coordinates": [457, 1007], | ||
| "flag": "haida_flag", | ||
| "name": "Haina" | ||
| }, | ||
| { | ||
| "coordinates": [522, 615], | ||
| "flag": "haida_flag", | ||
| "name": "Hiellen" | ||
| }, | ||
| { | ||
| "coordinates": [896, 743], | ||
| "name": "Gitxaala Nation" | ||
| }, | ||
| { | ||
| "coordinates": [893, 487], | ||
| "name": "Metlakatla" | ||
| }, | ||
| { | ||
| "coordinates": [899, 389], | ||
| "name": "Lax-kw'alaams" | ||
| }, | ||
| { | ||
| "coordinates": [1385, 653], | ||
| "name": "Haisla Nation" | ||
| }, | ||
| { | ||
| "coordinates": [1418, 388], | ||
| "name": "Kitsumkalum" | ||
| }, | ||
| { | ||
| "coordinates": [1441, 401], | ||
| "name": "Kitselas" | ||
| }, | ||
| { | ||
| "coordinates": [1028, 173], | ||
| "name": "Gingolx Village" | ||
| }, | ||
| { | ||
| "coordinates": [1134, 159], | ||
| "name": "Laxgalts'ap Village" | ||
| }, | ||
| { | ||
| "coordinates": [1242, 81], | ||
| "name": "Gitwinksihlkw" | ||
| }, | ||
| { | ||
| "coordinates": [1273, 68], | ||
| "name": "Gitlaxt'aamix Village" | ||
| }, | ||
| { | ||
| "coordinates": [1215, 911], | ||
| "name": "Gitga'at First Nation" | ||
| }, | ||
| { | ||
| "coordinates": [1413, 1294], | ||
| "name": "Kitasoo" | ||
| }, | ||
| { | ||
| "coordinates": [1515, 1478], | ||
| "name": "Heiltsuk" | ||
| }, | ||
| { | ||
| "coordinates": [1776, 1690], | ||
| "name": "Wuikinuxv Nation" | ||
| }, | ||
| { | ||
| "coordinates": [1904, 1382], | ||
| "name": "Nuxalk Nation" | ||
| }, | ||
| { | ||
| "coordinates": [682, 1511], | ||
| "flag": "haida_flag", | ||
| "name": "Ninstints" | ||
| }, | ||
| { | ||
| "coordinates": [2138, 646], | ||
| "name": "Skin Tyee" | ||
| }, | ||
| { | ||
| "coordinates": [2155, 657], | ||
| "name": "Nee-Tahi-Buhn" | ||
| }, | ||
| { | ||
| "coordinates": [2184, 645], | ||
| "name": "Cheslatta Carrier Nation" | ||
| }, | ||
| { | ||
| "coordinates": [2174, 525], | ||
| "name": "Lake Babine Nation" | ||
| }, | ||
| { | ||
| "coordinates": [2165, 525], | ||
| "name": "Ts'il Kaz Koh" | ||
| } | ||
| ], | ||
| "translation_key": "map.hecatestrait" | ||
| } |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.