Skip to content

Commit e6888f7

Browse files
mbergenHSZemi
authored andcommitted
Add more AoE2 maps from liquipedia
1 parent f1b2f66 commit e6888f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+48
-0
lines changed

public/images/maps/alpine-lakes.png

17.6 KB

public/images/maps/ancient-lake.png

24.1 KB

public/images/maps/artificial.png

25.6 KB
22.7 KB

public/images/maps/atlantic.png

25.3 KB

public/images/maps/barrier-reef.png

21.1 KB

public/images/maps/bigfoot.png

27.6 KB

public/images/maps/black-swamp.png

23.9 KB
23.6 KB

public/images/maps/brood-war.png

20.5 KB

public/images/maps/brooks.png

24 KB

public/images/maps/canyons.png

24.7 KB

public/images/maps/cataclysm.png

18 KB

public/images/maps/catch-em-all.png

19.3 KB

public/images/maps/comet.png

19.5 KB

public/images/maps/continent.png

25.5 KB

public/images/maps/copenhagen.png

19.7 KB

public/images/maps/crater.png

15 KB
21.5 KB
28.4 KB

public/images/maps/duopoly.png

18.5 KB

public/images/maps/flood.png

24.8 KB

public/images/maps/ghostswamp.png

21.8 KB

public/images/maps/hippo-arena.png

17.9 KB

public/images/maps/hunger-games.png

23 KB

public/images/maps/llanganati.png

20.7 KB

public/images/maps/michi.png

12.3 KB

public/images/maps/monsoon.png

11.3 KB

public/images/maps/nomad-islands.png

23.8 KB

public/images/maps/pacific-beach.png

20.9 KB

public/images/maps/palisade-arena.png

13.2 KB

public/images/maps/panem.png

22.8 KB

public/images/maps/pantanal.png

27.2 KB

public/images/maps/raft.png

27.6 KB

public/images/maps/random-river.png

24.5 KB

public/images/maps/sea.png

21.4 KB

public/images/maps/shipwreck.png

23.7 KB

public/images/maps/spiny-forests.png

24.7 KB

public/images/maps/swamp-fever.png

24.4 KB

public/images/maps/team-migration.png

25.4 KB

public/images/maps/tentacle-isle.png

27.5 KB

public/images/maps/the-hippo.png

15.5 KB

public/images/maps/tombolo.png

25.8 KB
26.8 KB

public/images/maps/vital-river.png

21.6 KB

public/images/maps/waterhole.png

20 KB

public/images/maps/windmill.png

24.9 KB

public/images/maps/woogy.png

30.1 KB

public/images/maps/zealandia.png

22.2 KB

public/images/maps/zero.png

21.2 KB

src/models/Aoe2Map.ts

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ class Aoe2Map extends DraftOption {
1616
new Aoe2Map("Aguadona"),
1717
new Aoe2Map("Aguaje Swamp"),
1818
new Aoe2Map("Alpine"),
19+
new Aoe2Map("Alpine Lakes"),
1920
new Aoe2Map("Amazon Tunnel"),
2021
new Aoe2Map("Anatolia"),
22+
new Aoe2Map("Ancient Lake"),
2123
new Aoe2Map("Andes"),
2224
new Aoe2Map("Antarctica"),
2325
new Aoe2Map("Aquapolis"),
@@ -26,21 +28,28 @@ class Aoe2Map extends DraftOption {
2628
new Aoe2Map("Arctic Circle"),
2729
new Aoe2Map("Arena"),
2830
new Aoe2Map("Arena-ception"),
31+
new Aoe2Map("Artificial"),
2932
new Aoe2Map("Arzachel"),
3033
new Aoe2Map("Atacama"),
34+
new Aoe2Map("Atlantean Relics"),
35+
new Aoe2Map("Atlantic"),
3136
new Aoe2Map("Atoll"),
3237
new Aoe2Map("Aztlan"),
3338
new Aoe2Map("Badlands"),
3439
new Aoe2Map("Ball-O-rena"),
3540
new Aoe2Map("Baltic"),
41+
new Aoe2Map("Barrier Reef"),
3642
new Aoe2Map("Bay"),
3743
new Aoe2Map("Beachfight"),
3844
new Aoe2Map("Bedouins"),
3945
new Aoe2Map("Benteng"),
4046
new Aoe2Map("Bermuda"),
4147
new Aoe2Map("Big Freeze"),
48+
new Aoe2Map("Bigfoot"),
4249
new Aoe2Map("Black Forest"),
50+
new Aoe2Map("Black Swamp"),
4351
new Aoe2Map("Blockades"),
52+
new Aoe2Map("Boards of Canada"),
4453
new Aoe2Map("Bog"),
4554
new Aoe2Map("Bog Islands"),
4655
new Aoe2Map("Bogland"),
@@ -49,15 +58,20 @@ class Aoe2Map extends DraftOption {
4958
new Aoe2Map("Boulder Forest"),
5059
new Aoe2Map("Boundary Brawl"),
5160
new Aoe2Map("Brahmaputra"),
61+
new Aoe2Map("Brood War"),
62+
new Aoe2Map("Brooks"),
5263
new Aoe2Map("Budapest"),
5364
new Aoe2Map("Burrito Brawl"),
5465
new Aoe2Map("Bypass"),
5566
new Aoe2Map("Caatinga"),
5667
new Aoe2Map("Canberra"),
5768
new Aoe2Map("Canyon"),
5869
new Aoe2Map("Canyon Lake"),
70+
new Aoe2Map("Canyons"),
5971
new Aoe2Map("Cape of Storms"),
6072
new Aoe2Map("Caribbean"),
73+
new Aoe2Map("Cataclysm"),
74+
new Aoe2Map("Catch Em All"),
6175
new Aoe2Map("Cattails"),
6276
new Aoe2Map("Cattleland"),
6377
new Aoe2Map("Cenotes"),
@@ -72,10 +86,13 @@ class Aoe2Map extends DraftOption {
7286
new Aoe2Map("Coastal"),
7387
new Aoe2Map("Coastal Forest"),
7488
new Aoe2Map("Colosseum"),
89+
new Aoe2Map("Comet"),
7590
new Aoe2Map("Compass"),
91+
new Aoe2Map("Continent"),
7692
new Aoe2Map("Continental"),
7793
new Aoe2Map("Coral Islands"),
7894
new Aoe2Map("Costa do Ouro"),
95+
new Aoe2Map("Crater"),
7996
new Aoe2Map("Crater Lake"),
8097
new Aoe2Map("Crescent"),
8198
new Aoe2Map("Criss Cross"),
@@ -87,6 +104,7 @@ class Aoe2Map extends DraftOption {
87104
new Aoe2Map("Delta"),
88105
new Aoe2Map("Desert"),
89106
new Aoe2Map("Desert Bara"),
107+
new Aoe2Map("Desert Paradise"),
90108
new Aoe2Map("Desert Slope"),
91109
new Aoe2Map("Desert Void"),
92110
new Aoe2Map("Desertfox"),
@@ -112,6 +130,7 @@ class Aoe2Map extends DraftOption {
112130
new Aoe2Map("Double Leaf Lakes"),
113131
new Aoe2Map("Double Lochs"),
114132
new Aoe2Map("Double Meadow"),
133+
new Aoe2Map("Double Migration"),
115134
new Aoe2Map("Double Northern Isles"),
116135
new Aoe2Map("Double Okavango"),
117136
new Aoe2Map("Double Ounianga"),
@@ -129,6 +148,7 @@ class Aoe2Map extends DraftOption {
129148
new Aoe2Map("Dry River"),
130149
new Aoe2Map("Duel Enchiladas"),
131150
new Aoe2Map("Dune du Pilat"),
151+
new Aoe2Map("Duopoly"),
132152
new Aoe2Map("Dzong"),
133153
new Aoe2Map("Eastern Coastline"),
134154
new Aoe2Map("El Dorado"),
@@ -143,6 +163,7 @@ class Aoe2Map extends DraftOption {
143163
new Aoe2Map("Fish n Fish"),
144164
new Aoe2Map("Fishcake Fiesta"),
145165
new Aoe2Map("Fissure"),
166+
new Aoe2Map("Flood"),
146167
new Aoe2Map("Flooded Cross"),
147168
new Aoe2Map("Forest Pond"),
148169
new Aoe2Map("Fortified Clearing"),
@@ -159,6 +180,7 @@ class Aoe2Map extends DraftOption {
159180
new Aoe2Map("Geothermal Valley"),
160181
new Aoe2Map("Ghost Lake"),
161182
new Aoe2Map("Ghostly Goulash"),
183+
new Aoe2Map("Ghostswamp"),
162184
new Aoe2Map("Glade"),
163185
new Aoe2Map("Gobi"),
164186
new Aoe2Map("Gold Rush"),
@@ -199,6 +221,7 @@ class Aoe2Map extends DraftOption {
199221
new Aoe2Map("Houseboat"),
200222
new Aoe2Map("Huacachina"),
201223
new Aoe2Map("Huangshan"),
224+
new Aoe2Map("Hunger Games"),
202225
new Aoe2Map("Hydroplains"),
203226
new Aoe2Map("HyperRandom"),
204227
new Aoe2Map("Inundation"),
@@ -223,6 +246,7 @@ class Aoe2Map extends DraftOption {
223246
new Aoe2Map("Land of Lakes"),
224247
new Aoe2Map("Le Grand Fossé"),
225248
new Aoe2Map("Lençóis Maranhenses"),
249+
new Aoe2Map("Llanganati"),
226250
new Aoe2Map("Loch Ness"),
227251
new Aoe2Map("Lombardia"),
228252
new Aoe2Map("Low Tide"),
@@ -241,12 +265,14 @@ class Aoe2Map extends DraftOption {
241265
new Aoe2Map("Merry go Round"),
242266
new Aoe2Map("Mesas"),
243267
new Aoe2Map("Metropolis"),
268+
new Aoe2Map("Michi"),
244269
new Aoe2Map("Microphone"),
245270
new Aoe2Map("Migration"),
246271
new Aoe2Map("Mirage"),
247272
new Aoe2Map("Mired"),
248273
new Aoe2Map("Mongolia"),
249274
new Aoe2Map("Monocle"),
275+
new Aoe2Map("Monsoon"),
250276
new Aoe2Map("Moorea"),
251277
new Aoe2Map("Morass"),
252278
new Aoe2Map("Mount Bromo"),
@@ -263,6 +289,7 @@ class Aoe2Map extends DraftOption {
263289
new Aoe2Map("Nile Delta"),
264290
new Aoe2Map("Nomad"),
265291
new Aoe2Map("Nomad Ception"),
292+
new Aoe2Map("Nomad Islands"),
266293
new Aoe2Map("Northern Isles"),
267294
new Aoe2Map("Not Socotra"),
268295
new Aoe2Map("Oasis"),
@@ -271,13 +298,17 @@ class Aoe2Map extends DraftOption {
271298
new Aoe2Map("Ounianga"),
272299
new Aoe2Map("Outback"),
273300
new Aoe2Map("Outcrop"),
301+
new Aoe2Map("Pacific Beach"),
274302
new Aoe2Map("Pacific Islands"),
275303
new Aoe2Map("Paddies"),
276304
new Aoe2Map("Pag"),
277305
new Aoe2Map("Painted Desert"),
306+
new Aoe2Map("Palisade Arena"),
278307
new Aoe2Map("Palm Valley"),
279308
new Aoe2Map("Pamir Mountains"),
280309
new Aoe2Map("Pandora"),
310+
new Aoe2Map("Panem"),
311+
new Aoe2Map("Pantanal"),
281312
new Aoe2Map("Patagonia"),
282313
new Aoe2Map("Peace-O-Pizza"),
283314
new Aoe2Map("Peatlands"),
@@ -289,6 +320,8 @@ class Aoe2Map extends DraftOption {
289320
new Aoe2Map("Prairie"),
290321
new Aoe2Map("Quarry"),
291322
new Aoe2Map("Quebrada de Cafayate"),
323+
new Aoe2Map("Raft"),
324+
new Aoe2Map("Random River"),
292325
new Aoe2Map("Ravines"),
293326
new Aoe2Map("Red Sand"),
294327
new Aoe2Map("Rehydration"),
@@ -317,6 +350,7 @@ class Aoe2Map extends DraftOption {
317350
new Aoe2Map("Savannah Valley"),
318351
new Aoe2Map("Savonia"),
319352
new Aoe2Map("Scandinavia"),
353+
new Aoe2Map("Sea"),
320354
new Aoe2Map("Seafood Pie"),
321355
new Aoe2Map("Sealed Islands"),
322356
new Aoe2Map("Seize the Hump"),
@@ -326,6 +360,7 @@ class Aoe2Map extends DraftOption {
326360
new Aoe2Map("Shallow Web"),
327361
new Aoe2Map("Sheepfold"),
328362
new Aoe2Map("Shelter"),
363+
new Aoe2Map("Shipwreck"),
329364
new Aoe2Map("Shoals"),
330365
new Aoe2Map("Shorelands"),
331366
new Aoe2Map("Silkroad"),
@@ -336,28 +371,35 @@ class Aoe2Map extends DraftOption {
336371
new Aoe2Map("Socotra"),
337372
new Aoe2Map("Sonora"),
338373
new Aoe2Map("Soul"),
374+
new Aoe2Map("Spiny Forests"),
339375
new Aoe2Map("Spiral"),
340376
new Aoe2Map("Starfighter"),
341377
new Aoe2Map("Steppe"),
342378
new Aoe2Map("Sumatra"),
343379
new Aoe2Map("Sunburn"),
380+
new Aoe2Map("Swamp Fever"),
344381
new Aoe2Map("Taklamakan"),
345382
new Aoe2Map("Te Fiti"),
346383
new Aoe2Map("Te Waipounamu"),
347384
new Aoe2Map("Team Acropolis"),
348385
new Aoe2Map("Team Causeways"),
349386
new Aoe2Map("Team Islands"),
387+
new Aoe2Map("Team Migration"),
350388
new Aoe2Map("Tenochtitlan"),
389+
new Aoe2Map("Tentacle Isle"),
351390
new Aoe2Map("Terrace"),
352391
new Aoe2Map("Territorial"),
353392
new Aoe2Map("Texcoco"),
354393
new Aoe2Map("Thar Desert"),
355394
new Aoe2Map("The Bull"),
356395
new Aoe2Map("The Eye"),
396+
new Aoe2Map("The Hippo"),
357397
new Aoe2Map("Thicket"),
358398
new Aoe2Map("Tidal Plain"),
359399
new Aoe2Map("Tidepool"),
400+
new Aoe2Map("Tombolo"),
360401
new Aoe2Map("Trade Winds"),
402+
new Aoe2Map("Treasure Islands"),
361403
new Aoe2Map("Tremor"),
362404
new Aoe2Map("Tres Leches"),
363405
new Aoe2Map("Triple Arabia"),
@@ -371,23 +413,29 @@ class Aoe2Map extends DraftOption {
371413
new Aoe2Map("Ushuaia"),
372414
new Aoe2Map("Valley"),
373415
new Aoe2Map("Venicepest"),
416+
new Aoe2Map("Vital River"),
374417
new Aoe2Map("Volcanic Field"),
375418
new Aoe2Map("Volcanic Island"),
376419
new Aoe2Map("Volcanic Swamp"),
377420
new Aoe2Map("Wade"),
378421
new Aoe2Map("Water Nomad"),
422+
new Aoe2Map("Waterhole"),
379423
new Aoe2Map("Wet Web"),
380424
new Aoe2Map("Wilderness"),
425+
new Aoe2Map("Windmill"),
381426
new Aoe2Map("Winged"),
382427
new Aoe2Map("Wings"),
383428
new Aoe2Map("Winter's Clearing"),
384429
new Aoe2Map("Wolf Hill"),
385430
new Aoe2Map("Woodland"),
431+
new Aoe2Map("Woogy"),
386432
new Aoe2Map("Xerotes"),
387433
new Aoe2Map("Yam Suph"),
388434
new Aoe2Map("Yucatan"),
389435
new Aoe2Map("ZeSnake"),
390436
new Aoe2Map("ZeWall"),
437+
new Aoe2Map("Zealandia"),
438+
new Aoe2Map("Zero"),
391439
];
392440

393441

0 commit comments

Comments
 (0)