Module:ItemList/Spouses

From Fallen London Wiki

Documentation for this module may be created at Module:ItemList/Spouses/doc

-- No new edits should be made to this page, please see [[Blog:Alan/Module:ItemList is dead, long live Template:Item]] for more information.

local spouses = {
	["A Bewildering Procession of Companions, Lovers, Suitors, and Paramours"] = {
		effects = {["Shadowy"] = 1, ["Persuasive"] = 1},
	},
    ["Academic Intriguer"] = {
        effects = {["Shadowy"] = 1, ["Dangerous"] = 1},
        qualifiers = {"Fate"}
    },
    ["Blooming Wallflower"] = {
        effects = {["A Player of Chess"] = 1},
        qualifiers = {"Hallowmas", "Fate"}
    },
    ["Boneless Consort"] = {
        effects = {["Bizarre"] = 3},
        qualifiers = {"Fate"}
    },
    ["Celebrated Artist's Model"] = {
        effects = {["Watchful"] = 1},
    },
    ["Comfortable Intriguer"] = {
        effects = {["Shadowy"] = 1, ["Dangerous"] = 1},
        qualifiers = {"Fate"}
    },
    ["Companion in Amber"] = {
    	effects = {["Bizarre"] = 3, ["Shapeling Arts"] = 1},
    	qualifiers = {"Fate"}
    },
    ["Cultured Attaché"] = {
        effects = {["Watchful"] = 1, ["Persuasive"] = 1},
        qualifiers = {"Fate"}
    },
    ["Cultured Attachée"] = {
        effects = {["Watchful"] = 1, ["Persuasive"] = 1},
        qualifiers = {"Fate"}
    },
    ["Devout Intriguer"] = {
        effects = {["Shadowy"] = 1, ["Dangerous"] = 1},
        qualifiers = {"Fate"}
    },
    ["Espoused to"] = {
        effects = {["Watchful"] = 1, ["Shadowy"] = 1, ["Dangerous"] = 1, ["Persuasive"] = 1},
    },
    ["Flexible Intelligencer"] = {
    	effects = {["A Player of Chess"] = 1},
    	qualifiers = {"Hallowmas", "Fate"}
    },
    ["Gentleman Smuggler"] = {
    	effects = {["Respectable"] = 2, ["Persuasive"] = 1},
    	qualifiers = {"Fate"}
    },    
    ["Joyful Charter Clerk"] = {
        effects = {["A Player of Chess"] = 1},
        qualifiers = {"Hallowmas", "Fate"}
    },
    ["Joyful Illuminator"] = {
    	effects = {["A Player of Chess"] = 1},
    	qualifiers = {"Hallowmas", "Fate"}
    },
    ["Master Jewel Thief"] = {
        effects = {["Persuasive"] = 1},
    },
    ["Notorious Art Dealer"] = {
    	effects = {["Dreaded"] = 2, ["Watchful"] = 1},
    	qualifiers = {"Fate"}
    },
    ["Philosophically Perfect Partnership"] = {
        effects = {["Watchful"] = 2},
    },    
    ["Platonic Partner in Crime"] = {
    	effects = {["Shadowy"] = 1, ["Persuasive"] = 1},
    	qualifiers = {"Hallowmas", "Fate"}
    },
    ["September, the Ninth Month"] = {
        effects = {["Mithridacy"] = 1},
        qualifiers = {"Rose", "Fate"}
    },
    ["Soothing Palaeontologist"] = {
    	effects = {["Watchful"] = 1, ["Dangerous"] = 1},
    },
    ["The Revolutionary Firebrand, Happy"] = {
        effects = {["Dreaded"] = 2},
        qualifiers = {"Rose", "Fate"}
    },
    ["The Secular Missionary, Happy"] = {
        effects = {["Respectable"] = 2},
        qualifiers = {"Rose", "Fate"}
    },
}
 
return spouses