Module:Heist/heist jobs

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


Data related to heists.

local data = {	{
		id = "Lockpicking", 
		name = "Lockpicking", 
	},
	{
		id = "BruteForce", 
		name = "Brute Force", 
	},
	{
		id = "Perception", 
		name = "Perception", 
	},
	{
		id = "Demolition", 
		name = "Demolition", 
	},
	{
		id = "CounterThaumaturge", 
		name = "Counter-Thaumaturgy", 
	},
	{
		id = "TrapDisarmament", 
		name = "Trap Disarmament", 
	},
	{
		id = "Agility", 
		name = "Agility", 
	},
	{
		id = "Deception", 
		name = "Deception", 
	},
	{
		id = "Engineering", 
		name = "Engineering", 
	}}
return data