Module:Cite historian/data

From Starsector Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Cite historian/data/doc

-- expand if David adds more of these
-- numbers are offset by 1 compared to rules.csv, due to rules IDs starting at zero
local list = {
	-- doesn't need the indexes but they make it more readable
	[1] = "Historian personal",
	[2] = "[[Fuel|Infernium]]",
	[3] = "[[Jorien Kanta|Kanta]]",
	[4] = "[[Phillip Andrada|Andrada]]",
	[5] = "Cryosleep",
	[6] = "Aliens",
	[7] = "Aliens 2",	-- named "aliens again" in the comment
	[8] = "Old Earth",
	[9] = "Technology",
	[10] = "The Domain, gates",
	[11] = "[[Galatia Academy]]",
	[12] = "[[Baikal Daud]]",
	[13] = "[[Artemisia Sun]]",
	[14] = "[[Ludd]]",
	[15] = "Smuggling",
	[16] = "The start of the [[Hegemony]]",
	-- names after these are speculative, since David no longer includes the comments following the migration to rules.csv
	[17] = "[[Ludd]] was not one, but many",
	[18] = "Structure of the [[Luddic Church]]",
	[19] = "[[Luddic Church|Knights of Ludd]]",
	[20] = "[[Phillip Andrada|Andrada]] succession",
	[21] = "[[Phillip Andrada|Andrada]], strategic mastermind",
	[22] = "Spacer culture",
	[23] = "Mairaath",
	[24] = "[[Hegemony]] use of AI",
	[25] = "Cryosleep 2",
	[26] = "[[Sensor ghost]]s",
	[27] = "The Collapse",
	[28] = "Opis",
	[29] = "Paper book"
}

return list