Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ Polar Geospatial Center, 2018, "PGC Map Catalog", https://doi.org/10.7910/DVN/6R
© [OpenStreetMap contributors](https://www.openstreetmap.org/copyright)
Licensed under ODbL

### Pulicat Lake Map

© [OpenStreetMap contributors](https://www.openstreetmap.org/copyright)
Licensed under ODbL

## Icons

### [The Noun Project](https://thenounproject.com/)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions map-generator/assets/maps/pulicatlake/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"id": "PulicatLake",
"name": "Pulicat Lake",
"translation_key": "map.pulicatlake",
"categories": ["asia", "new"],
"multiplayer_frequency": 3,
"special_team_count": 2,
"nations": [
{
"coordinates": [115, 178],
"name": "Chittamur",
"flag": "in"
},
{
"coordinates": [296, 273],
"name": "Dugarajapatnam",
"flag": "in"
},
{
"coordinates": [157, 606],
"name": "Nelapattu",
"flag": "in"
},
{
"coordinates": [712, 798],
"name": "Sriharikota",
"flag": "in"
},
{
"coordinates": [39, 859],
"name": "Sullurpeta",
"flag": "in"
},
{
"coordinates": [386, 999],
"name": "Venadu",
"flag": "in"
},
{
"coordinates": [477, 1198],
"name": "Irakkam",
"flag": "in"
},
{
"coordinates": [446, 1557],
"name": "Sunnambukulam",
"flag": "in"
},
{
"coordinates": [808, 1661],
"name": "Annamalaicheri",
"flag": "in"
},
{
"coordinates": [981, 1791],
"name": "Pulicat",
"flag": "in"
},
{
"coordinates": [326, 1814],
"name": "Gummidipoondi",
"flag": "in"
},
{
"coordinates": [778, 1834],
"name": "Thirupalaivanam",
"flag": "in"
}
],
"themes": ["asia"]
}
1 change: 1 addition & 0 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,7 @@
"pangaea": "Pangaea",
"passage": "Passage",
"pluto": "Pluto",
"pulicatlake": "Pulicat Lake",
"qingchina": "Qing China",
"random": "Random",
"russia": "Russia",
Expand Down
86 changes: 86 additions & 0 deletions resources/maps/pulicatlake/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"categories": ["asia", "new"],
"id": "PulicatLake",
"map": {
"height": 1872,
"num_land_tiles": 942363,
"width": 1176
},
"map16x": {
"height": 468,
"num_land_tiles": 55911,
"width": 294
},
"map4x": {
"height": 936,
"num_land_tiles": 231541,
"width": 588
},
"multiplayer_frequency": 3,
"name": "Pulicat Lake",
"nations": [
{
"coordinates": [115, 178],
"flag": "in",
"name": "Chittamur"
},
{
"coordinates": [296, 273],
"flag": "in",
"name": "Dugarajapatnam"
},
{
"coordinates": [157, 606],
"flag": "in",
"name": "Nelapattu"
},
{
"coordinates": [712, 798],
"flag": "in",
"name": "Sriharikota"
},
{
"coordinates": [39, 859],
"flag": "in",
"name": "Sullurpeta"
},
{
"coordinates": [386, 999],
"flag": "in",
"name": "Venadu"
},
{
"coordinates": [477, 1198],
"flag": "in",
"name": "Irakkam"
},
{
"coordinates": [446, 1557],
"flag": "in",
"name": "Sunnambukulam"
},
{
"coordinates": [808, 1661],
"flag": "in",
"name": "Annamalaicheri"
},
{
"coordinates": [981, 1791],
"flag": "in",
"name": "Pulicat"
},
{
"coordinates": [326, 1814],
"flag": "in",
"name": "Gummidipoondi"
},
{
"coordinates": [778, 1834],
"flag": "in",
"name": "Thirupalaivanam"
}
],
"special_team_count": 2,
"themes": ["asia"],
"translation_key": "map.pulicatlake"
}
307 changes: 307 additions & 0 deletions resources/maps/pulicatlake/map.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/maps/pulicatlake/map16x.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/maps/pulicatlake/map4x.bin

Large diffs are not rendered by default.

Binary file added resources/maps/pulicatlake/thumbnail.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/core/game/Maps.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export enum GameMapType {
Pangaea = "Pangaea", // map-generator/assets/maps/pangaea/info.json
Passage = "Passage", // map-generator/assets/maps/passage/info.json
Pluto = "Pluto", // map-generator/assets/maps/pluto/info.json
PulicatLake = "Pulicat Lake", // map-generator/assets/maps/pulicatlake/info.json
QingChina = "Qing China", // map-generator/assets/maps/qingchina/info.json
Russia = "Russia", // map-generator/assets/maps/russia/info.json
SanFrancisco = "San Francisco", // map-generator/assets/maps/sanfrancisco/info.json
Expand Down Expand Up @@ -1864,6 +1865,19 @@ export const maps: readonly MapInfo[] = [
defaultNationCount: 16,
specialTeamCount: 2,
},
{
id: "PulicatLake",
type: GameMapType.PulicatLake,
translationKey: "map.pulicatlake",
categories: ["asia", "new"],
multiplayerFrequency: 3,
ffaFrequency: -1,
teamFrequency: -1,
specialFrequency: -1,
defaultNationCount: 12,
specialTeamCount: 2,
themes: ["asia"],
},
Comment thread
pip-install-skills marked this conversation as resolved.
{
id: "QingChina",
type: GameMapType.QingChina,
Expand Down
Loading