Water: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
{{#cargo_query:
{{#cargo_query:
|tables = areas
|tables = areas
|where = areas.tags HOLDS "water_biome"
|where = areas.biomes HOLDS "Water"
|fields = IF(areas.main_page IS NOT NULL, CONCAT('[[', areas.main_page, '{{!}}', areas.name, ']]'), CONCAT('[[', areas.name, ']]'))  
|fields = IF(areas.main_page IS NULL, CONCAT('[[', areas.name, ']]'), CONCAT('[[', areas.main_page, '{{!}}', areas.name, ']]')) = Map,
|format = ul
  areas.biomes = Biomes,
  areas.adjacent_biomes = Adjacent biomes,
  IF(areas.main_page IS NULL, CONCAT('[[', areas._PageName, ']]'), '') = Area page
|format = table
|limit = 100
|limit = 100
}}
}}

Latest revision as of 18:07, 24 September 2025

✍️This article is a stub. Please help improve the article by expanding it.

Water is a biome in the Atlas.

List of maps

List of maps that can spawn on Water biome.

Map Biomes Adjacent biomes Area page
Caldera Water
Castaway Water Mountain
Cliffside Water Grass Forest Mountain
Crimson Shores Water Desert
Limestone Hideout Water Grass Forest Desert Mountain
Moment of Zen Water Grass Desert
Moment of Zen Water Grass Forest
Rockpools Water Area:MapRockpools
Rugosa Water
Sandspit Water Grass Forest
Sinkhole Water
Stronghold Water
The Fractured Lake Water Grass Forest Desert Mountain
The Jade Isles Water
Untainted Paradise Water Grass Desert
Wayward Isle Water

Version history

Version Changes
0.1.1
  • Maps now display their Biome when hovered in the Atlas UI.
0.1.0
  • Introduced to the game.