---Keys  map what we put on a line. they are arrays (ipairs) line going down.
-- Sequence to key (Pub and grp)
grp1tokey = {
--EP
"11",
"21",
"31",
"41",
"51",
--DC
"12",
"22",
"32",
"42",
"52",
--AD
"13",
"23",
"33",
"43",
"53",
--Coldharbour
"54",
}

--Some are missing
grp2tokey = {
"11",	--Fungal Grotto
"21",	--Darkshade
"12",	--Spindleclutch
"22",	--Wayrest Sewers
"32",	--Crypt of Hearts
"13",	--Banished Cells
"23",	--Elden Hollow
"33",	--City of Ash
}
DLC2key={
--Orsinium
"11",
"21",
"31",
"41",
-- IC
"12",
"22",
"32",
"42",
--hist
"13",
"23",
"33",
"43",
}

--Craglorn Trials

Craglorn2key= {}
Craglorn2key["N"] = {
"11",	-- "Hel Ra Citadel",
"21",	-- "Aetherian Archive"
"31",	-- "Sanctum Ophidia",
"41",	-- "Dragonstar Arena Champion",
}

Craglorn2key["V"] = {
"11",	-- "Hel Ra Citadel",
"21",	-- "Aetherian Archive"
"31",	-- "Sanctum Ophidia",
"41", 	-- "Dragonstar Arena",
"51",	-- "Time Trial: Aetherian Archive", "Completed the Aetherian Archive within a time limit of 33 minutes.",
"61",	-- "Sanctum Ophidia Completed", "Defeat the Celestial Serpent."
"71",	-- "Time Trial: Sanctum Ophidia", "Completed the Sanctum Ophidia within a time limit of 33 minutes.",
"81",	-- "Dragonstar Arena Champion",  "Conquer all challengers and earn the title of Dragonstar Arena Champion!",
}
Craglorn2key["VH"] = {
"11",	-- "Hel Ra Citadel",
"21",	-- "Aetherian Archive"
"31",	-- "Sanctum Ophidia",
"41", 	-- "Dragonstar Arena",
}