Module:Atlas/atlas regions

From Path of Exile Wiki
Jump to navigation Jump to search
Module documentation[view] [edit] [history] [purge]


Data related to Atlas of Worlds.

local data = {	{
		id = "TopLeft", 
		name = "Haewark Hamlet", 
	},
	{
		id = "TopRight", 
		name = "Valdo's Rest", 
	},
	{
		id = "BottomLeft", 
		name = "Glennach Cairns", 
	},
	{
		id = "BottomRight", 
		name = "Lira Arthain", 
	}}
return data