Module:Atlas/atlas base item types

From Path of Exile Wiki
Revision as of 13:13, 13 December 2019 by >OmegaK2 (Created page with "local data = { { region_id="test", tier_min=1, tier_max=5, tag="amuletatlas2", weight=1000, }, } return data")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module documentation[view] [edit] [history] [purge]


Data related to Atlas of Worlds.

local data = {
	{
		region_id="test",
		tier_min=1,
		tier_max=5,
		tag="amuletatlas2",
		weight=1000,
	},

}
return data