Module:Atlas/atlas base item types

From Path of Exile Wiki
Revision as of 19:21, 19 June 2020 by >BotK2 (PyPoE/ExporterBot/1.0.0a0:)
Jump to navigation Jump to search
Module documentation[view] [edit] [history] [purge]


Data related to Atlas of Worlds.

local data = {	{
		region_id = "OutsideTopLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "amuletatlas2", 
		weight = 1000, 
	},
	{
		region_id = "OutsideTopLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "ringatlas2", 
		weight = 1000, 
	},
	{
		region_id = "OutsideTopLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "amuletatlas2", 
		weight = 1000, 
	},
	{
		region_id = "OutsideTopLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas2", 
		weight = 1000, 
	},
	{
		region_id = "OutsideTopLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "amuletatlas2", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "bootsatlas1", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "bootsatlas1", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "beltatlas2", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "bootsatlas1", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "beltatlas2", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas1", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "bootsatlas2", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "bootsatlas3", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "bootsatlas2", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "bootsatlas3", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "bootsatlas2", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "bootsatlas3", 
		weight = 1000, 
	},
	{
		region_id = "InsideTopRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas3", 
		weight = 1000, 
	},
	{
		region_id = "OutsideTopRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "wandatlas1", 
		weight = 1000, 
	},
	{
		region_id = "OutsideTopRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "ringatlas4", 
		weight = 1000, 
	},
	{
		region_id = "OutsideTopRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "wandatlas1", 
		weight = 1000, 
	},
	{
		region_id = "OutsideTopRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas4", 
		weight = 1000, 
	},
	{
		region_id = "OutsideTopRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "wandatlas1", 
		weight = 1000, 
	},
	{
		region_id = "OutsideBottomLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "amuletatlas1", 
		weight = 1000, 
	},
	{
		region_id = "OutsideBottomLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "ringatlas3", 
		weight = 1000, 
	},
	{
		region_id = "OutsideBottomLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "amuletatlas1", 
		weight = 1000, 
	},
	{
		region_id = "OutsideBottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas3", 
		weight = 1000, 
	},
	{
		region_id = "OutsideBottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "amuletatlas1", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "glovesatlasdex", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "glovesatlasstr", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomLeft", 
		tier_min = 6, 
		tier_max = 16, 
		tag = "glovesatlasdex", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomLeft", 
		tier_min = 6, 
		tier_max = 16, 
		tag = "glovesatlasstr", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "glovesatlasdex", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "glovesatlasstr", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas4", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "glovesatlasint", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "glovesatlasint", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "beltatlas1", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "glovesatlasint", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "beltatlas1", 
		weight = 1000, 
	},
	{
		region_id = "InsideBottomRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas2", 
		weight = 1000, 
	},
	{
		region_id = "OutsideBottomRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "helmetatlas1", 
		weight = 1000, 
	},
	{
		region_id = "OutsideBottomRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "ringatlas1", 
		weight = 1000, 
	},
	{
		region_id = "OutsideBottomRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "helmetatlas1", 
		weight = 1000, 
	},
	{
		region_id = "OutsideBottomRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas1", 
		weight = 1000, 
	},
	{
		region_id = "OutsideBottomRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "helmetatlas1", 
		weight = 1000, 
	}}
return data