-
Notifications
You must be signed in to change notification settings - Fork 902
Added Australia Mediterran map #3491
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
base: main
Are you sure you want to change the base?
Changes from all commits
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,53 @@ | ||||||||||||||
| { | ||||||||||||||
| "name": "Mediterran Sea in Australia", | ||||||||||||||
| "nations": [ | ||||||||||||||
| { | ||||||||||||||
| "coordinates": [1277, 996], | ||||||||||||||
| "name": "South Australia", | ||||||||||||||
| "strength": 1, | ||||||||||||||
| "flag": "aus_souaus" | ||||||||||||||
| }, | ||||||||||||||
| { | ||||||||||||||
| "coordinates": [805, 304], | ||||||||||||||
| "name": "Nothern Territory", | ||||||||||||||
| "strength": 1, | ||||||||||||||
|
Comment on lines
+11
to
+13
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: "Nothern" should be "Northern". - "name": "Nothern Territory",
+ "name": "Northern Territory",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||
| "flag": "aus_norter" | ||||||||||||||
| }, | ||||||||||||||
| { | ||||||||||||||
| "coordinates": [406, 817], | ||||||||||||||
| "name": "Western Australia", | ||||||||||||||
| "strength": 1, | ||||||||||||||
| "flag": "aus_wesaus" | ||||||||||||||
| }, | ||||||||||||||
| { | ||||||||||||||
| "coordinates": [1578, 1407], | ||||||||||||||
| "name": "Tasmania", | ||||||||||||||
| "strength": 2, | ||||||||||||||
| "flag": "aus_tas" | ||||||||||||||
| }, | ||||||||||||||
| { | ||||||||||||||
| "coordinates": [992, 570], | ||||||||||||||
| "name": "Italy", | ||||||||||||||
| "strength": 2, | ||||||||||||||
| "flag": "it" | ||||||||||||||
| }, | ||||||||||||||
| { | ||||||||||||||
| "coordinates": [1252, 595], | ||||||||||||||
| "name": "Greece", | ||||||||||||||
| "strength": 3, | ||||||||||||||
| "flag": "gr" | ||||||||||||||
| }, | ||||||||||||||
| { | ||||||||||||||
| "coordinates": [1708, 745], | ||||||||||||||
| "name": "Cyprus", | ||||||||||||||
| "strength": 1, | ||||||||||||||
| "flag": "cy" | ||||||||||||||
| }, | ||||||||||||||
| { | ||||||||||||||
| "coordinates": [255, 608], | ||||||||||||||
| "name": "Spain", | ||||||||||||||
| "strength": 2, | ||||||||||||||
| "flag": "es" | ||||||||||||||
| } | ||||||||||||||
| ] | ||||||||||||||
| } | ||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -301,6 +301,7 @@ | |||||
| "britannia": "Britannia", | ||||||
| "gatewaytotheatlantic": "Gateway to the Atlantic", | ||||||
| "australia": "Australia", | ||||||
| "australiamediterran": "Mediterran Sea in Australia", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: "Mediterran" should be "Mediterranean". The map name is missing letters. "Mediterran Sea" → "Mediterranean Sea". - "australiamediterran": "Mediterran Sea in Australia",
+ "australiamediterran": "Mediterranean Sea in Australia",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| "random": "Random", | ||||||
| "iceland": "Iceland", | ||||||
| "pangaea": "Pangaea", | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,68 @@ | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "map": { | ||||||||||||||||||||||
| "height": 1500, | ||||||||||||||||||||||
| "num_land_tiles": 890500, | ||||||||||||||||||||||
| "width": 2000 | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| "map16x": { | ||||||||||||||||||||||
| "height": 375, | ||||||||||||||||||||||
| "num_land_tiles": 53237, | ||||||||||||||||||||||
| "width": 500 | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| "map4x": { | ||||||||||||||||||||||
| "height": 750, | ||||||||||||||||||||||
| "num_land_tiles": 219264, | ||||||||||||||||||||||
| "width": 1000 | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| "name": "Mediterran Sea in Australia", | ||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: "Mediterran" should be "Mediterranean". Same spelling fix needed here. 🤖 Prompt for AI Agents |
||||||||||||||||||||||
| "nations": [ | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "coordinates": [1277, 996], | ||||||||||||||||||||||
| "flag": "aus_souaus", | ||||||||||||||||||||||
| "name": "South Australia", | ||||||||||||||||||||||
| "strength": 1 | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "coordinates": [805, 304], | ||||||||||||||||||||||
| "flag": "aus_norter", | ||||||||||||||||||||||
| "name": "Nothern Territory", | ||||||||||||||||||||||
| "strength": 2 | ||||||||||||||||||||||
|
Comment on lines
+25
to
+29
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: "Nothern" should be "Northern". - "name": "Nothern Territory",
+ "name": "Northern Territory",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "coordinates": [406, 817], | ||||||||||||||||||||||
| "flag": "aus_wesaus", | ||||||||||||||||||||||
| "name": "Western Australia", | ||||||||||||||||||||||
| "strength": 1 | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "coordinates": [1578, 1407], | ||||||||||||||||||||||
| "flag": "aus_tas", | ||||||||||||||||||||||
| "name": "Tasmania", | ||||||||||||||||||||||
| "strength": 3 | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "coordinates": [992, 570], | ||||||||||||||||||||||
| "flag": "it", | ||||||||||||||||||||||
| "name": "Italy", | ||||||||||||||||||||||
| "strength": 2 | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "coordinates": [1252, 595], | ||||||||||||||||||||||
| "flag": "gr", | ||||||||||||||||||||||
| "name": "Greece", | ||||||||||||||||||||||
| "strength": 1 | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "coordinates": [1708, 745], | ||||||||||||||||||||||
| "flag": "cy", | ||||||||||||||||||||||
| "name": "Cyprus", | ||||||||||||||||||||||
| "strength": 1 | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "coordinates": [255, 608], | ||||||||||||||||||||||
| "flag": "es", | ||||||||||||||||||||||
| "name": "Spain", | ||||||||||||||||||||||
| "strength": 1 | ||||||||||||||||||||||
| } | ||||||||||||||||||||||
| ] | ||||||||||||||||||||||
| } | ||||||||||||||||||||||
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -98,6 +98,7 @@ export enum GameMapType { | |||||
| Britannia = "Britannia", | ||||||
| GatewayToTheAtlantic = "Gateway to the Atlantic", | ||||||
| Australia = "Australia", | ||||||
| Australiamediterran = "Mediterran Sea in Australia", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same typo: "Mediterran" should be "Mediterranean". - Australiamediterran = "Mediterran Sea in Australia",
+ Australiamediterran = "Mediterranean Sea in Australia",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| Iceland = "Iceland", | ||||||
| EastAsia = "East Asia", | ||||||
| BetweenTwoSeas = "Between Two Seas", | ||||||
|
|
@@ -165,6 +166,7 @@ export const mapCategories: Record<string, GameMapType[]> = { | |||||
| GameMapType.EastAsia, | ||||||
| GameMapType.Mena, | ||||||
| GameMapType.Australia, | ||||||
| GameMapType.Australiamediterran, | ||||||
| GameMapType.FaroeIslands, | ||||||
| GameMapType.FalklandIslands, | ||||||
| GameMapType.Baikal, | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "Mediterran" should be "Mediterranean".
Same spelling fix needed here for consistency with the corrected translation.
🤖 Prompt for AI Agents