Module:Atlas/atlas base item types: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>OmegaK2
(Created page with "local data = { { region_id="test", tier_min=1, tier_max=5, tag="amuletatlas2", weight=1000, }, } return data")
 
(Updating for 3.16)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
local data = {
local data = { {
region_id = "TopLeft",
tier_min = 1,
tier_max = 5,
tag = "amuletatlas2",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 1,
tier_max = 5,
tag = "bootsatlas1",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 1,
tier_max = 5,
tag = "glovesatlasdex",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 6,
tier_max = 10,
tag = "amuletatlas2",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 6,
tier_max = 10,
tag = "bootsatlas1",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 6,
tier_max = 10,
tag = "glovesatlasdex",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 6,
tier_max = 10,
tag = "beltatlas2",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 11,
tier_max = 16,
tag = "amuletatlas2",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 11,
tier_max = 16,
tag = "bootsatlas1",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 11,
tier_max = 16,
tag = "glovesatlasdex",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 11,
tier_max = 16,
tag = "beltatlas2",
weight = 1000,
},
{
region_id = "TopLeft",
tier_min = 11,
tier_max = 16,
tag = "ringatlas2",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 1,
tier_max = 5,
tag = "bootsatlas2",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 1,
tier_max = 5,
tag = "wandatlas1",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 1,
tier_max = 5,
tag = "glovesatlasstr",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 1,
tier_max = 5,
tag = "quiveratlas1",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 6,
tier_max = 10,
tag = "bootsatlas2",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 6,
tier_max = 10,
tag = "wandatlas1",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 6,
tier_max = 10,
tag = "glovesatlasstr",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 6,
tier_max = 10,
tag = "quiveratlas1",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 11,
tier_max = 16,
tag = "bootsatlas2",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 11,
tier_max = 16,
tag = "wandatlas1",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 11,
tier_max = 16,
tag = "glovesatlasstr",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 11,
tier_max = 16,
tag = "quiveratlas1",
weight = 1000,
},
{
region_id = "TopRight",
tier_min = 11,
tier_max = 16,
tag = "ringatlas5",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 1,
tier_max = 5,
tag = "amuletatlas1",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 1,
tier_max = 5,
tag = "glovesatlasstrint",
weight = 1000,
},
{
{
region_id="test",
region_id = "BottomLeft",  
tier_min=1,
tier_min = 1,  
tier_max=5,
tier_max = 5,  
tag="amuletatlas2",
tag = "bootsatlas3",  
weight=1000,
weight = 1000,  
},
},
 
{
}
region_id = "BottomLeft",
tier_min = 6,
tier_max = 10,
tag = "amuletatlas1",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 6,
tier_max = 10,
tag = "glovesatlasstrint",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 6,
tier_max = 10,
tag = "bootsatlas3",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 6,
tier_max = 10,
tag = "beltatlas1",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 11,
tier_max = 16,
tag = "amuletatlas1",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 11,
tier_max = 16,
tag = "glovesatlasstrint",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 11,
tier_max = 16,
tag = "bootsatlas3",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 11,
tier_max = 16,
tag = "beltatlas1",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 11,
tier_max = 16,
tag = "ringatlas3",
weight = 1000,
},
{
region_id = "BottomLeft",
tier_min = 11,
tier_max = 16,
tag = "ringatlas4",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 1,
tier_max = 5,
tag = "glovesatlasint",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 1,
tier_max = 5,
tag = "amuletatlas3",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 1,
tier_max = 5,
tag = "helmetatlas1",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 1,
tier_max = 5,
tag = "bootsatlasdexint",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 6,
tier_max = 10,
tag = "glovesatlasint",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 6,
tier_max = 10,
tag = "amuletatlas3",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 6,
tier_max = 10,
tag = "helmetatlas1",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 6,
tier_max = 10,
tag = "bootsatlasdexint",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 11,
tier_max = 16,
tag = "glovesatlasint",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 11,
tier_max = 16,
tag = "amuletatlas3",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 11,
tier_max = 16,
tag = "helmetatlas1",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 11,
tier_max = 16,
tag = "bootsatlasdexint",
weight = 1000,
},
{
region_id = "BottomRight",
tier_min = 11,
tier_max = 16,
tag = "ringatlas1",
weight = 1000,
}}
return data
return data

Latest revision as of 07:35, 4 December 2021

Module documentation[view] [edit] [history] [purge]


Data related to Atlas of Worlds.

local data = {	{
		region_id = "TopLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "amuletatlas2", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "bootsatlas1", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "glovesatlasdex", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "amuletatlas2", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "bootsatlas1", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "glovesatlasdex", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "beltatlas2", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "amuletatlas2", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "bootsatlas1", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "glovesatlasdex", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "beltatlas2", 
		weight = 1000, 
	},
	{
		region_id = "TopLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas2", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "bootsatlas2", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "wandatlas1", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "glovesatlasstr", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "quiveratlas1", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "bootsatlas2", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "wandatlas1", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "glovesatlasstr", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "quiveratlas1", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "bootsatlas2", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "wandatlas1", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "glovesatlasstr", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "quiveratlas1", 
		weight = 1000, 
	},
	{
		region_id = "TopRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas5", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "amuletatlas1", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "glovesatlasstrint", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "bootsatlas3", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "amuletatlas1", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "glovesatlasstrint", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "bootsatlas3", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "beltatlas1", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "amuletatlas1", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "glovesatlasstrint", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "bootsatlas3", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "beltatlas1", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas3", 
		weight = 1000, 
	},
	{
		region_id = "BottomLeft", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas4", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "glovesatlasint", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "amuletatlas3", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "helmetatlas1", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 1, 
		tier_max = 5, 
		tag = "bootsatlasdexint", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "glovesatlasint", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "amuletatlas3", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "helmetatlas1", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 6, 
		tier_max = 10, 
		tag = "bootsatlasdexint", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "glovesatlasint", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "amuletatlas3", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "helmetatlas1", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "bootsatlasdexint", 
		weight = 1000, 
	},
	{
		region_id = "BottomRight", 
		tier_min = 11, 
		tier_max = 16, 
		tag = "ringatlas1", 
		weight = 1000, 
	}}
return data