Module:ItemList/Affiliations

From Fallen London Wiki

Documentation for this module may be created at Module:ItemList/Affiliations/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 affiliations = {
    ["A Flawless Example of Hubris"] = {
        effects = {["Dangerous"] = 1, ["Dreaded"] = 1},
        qualifiers = {"Fate"}
    },
    ["A Loyal Nightmare of Poor Edward"] = {
        effects = {["Shadowy"] = 2, ["Persuasive"] = 1, ["Dreaded"] = 1},
        qualifiers = {"Light Fingers!"}
    },
    ["A Member of the Crew of the St Elmo"] ={
        effects = {["Shadowy"] = 1, ["Dreaded"] = 1,
                   ["Noticed by the Merry Captain"] = 1},
        qualifiers = {"Hallowmas"}
    },
    ["A Member of the Order of Those Who Will Not Be Caught Red-Handed"] ={
        effects = {["Watchful"] = 1, ["Bizarre"] = 1,
                   ["Noticed by the Queen of Air and Darkness"] = 1},
        qualifiers = {"Hallowmas"}
    },
    ["A Preserver of London"] ={
        effects = {["Respectable"] = 4, ["Artisan of the Red Science"] = 1, 
                   ["Suspicion"] = -1},
        qualifiers = {"Grand Clearing-Out"}
    },
    ["A Seat at the Bishop's Table"] ={
        effects = {["Persuasive"] = 1, ["Respectable"] = 1,
                   ["Noticed by the Saturnine Duke"] = 1},
        qualifiers = {"Hallowmas"}
    },
    ["A Salon"] = {
        effects = {["Persuasive"] = 2, ["Bizarre"] = 1, ["Respectable"] = 2}
    },
    ["An Orphanage"] = {
        effects = {["Watchful"] = 1, ["Respectable"] = 4}
    },
    ["Cross of Southwark"] = {
        effects = {["Dangerous"] = 2, ["Persuasive"] = 2, ["Respectable"] = 1,
                   ["Well known at Southwark Cathedral"] = 1},
        qualifiers = {"Fate"}
    },
 	["Dream-Shadow of a Curator's Vestige"] = {
        effects = {["Shadowy"] = 3, ["Watchful"] = 6, ["Dreaded"] = 1, ["Glasswork"] = 1},
        qualifiers = {"Nemesis"}
    },
    ["Gang of Hoodlums"] = {
        effects = {["Shadowy"] = 1, ["Dreaded"] = 2}
    },
    ["Held in Esteem by the Crew of the Galatea"] = {
        qualifiers = {"Fate"}
    },
    ["Inducted into the Inverted Stalactite Society"] = {
        effects = {["Dangerous"] = 1, ["Bizarre"] = 1,
                   ["Witnessed by the Silent Shame"] = 1},
        qualifiers = {"Hallowmas"}
    },
    ["Lowell's Locks and Cages"] = {
    	effects = {["Shadowy"] = 2, ["Artisan of the Red Science"] = 1, ["Appointment at Lowell's"] = 1}
    },
    ["Lyon Pursuivant of Arms Extraordinary"] ={
        effects ={["Shadowy"] = 3, ["Persuasive"] = 6, ["Respectable"] = 1, ["Dangerous"] = 2},
        qualifiers = {"Light Fingers!"}
    },
    ["Membership of God's Editors"] = {
        effects = {["Persuasive"] = 1, ["Respectable"] = 4}
    },
    ["Newspaper"] = {
        effects = {["Persuasive"] = 1, ["Watchful"] = 1}
    },
    ["Not to be Trifled With"] = {
        effects = {["Dreaded"] = 3},
        qualifiers = {"Mood"},
    },
    ["The Great Game (Affiliation)"] = {
        effects = {["Watchful"] = 5, ["Shadowy"] = 2},
        qualifiers = {"The Great Game"},
    },
	["The Inescapable Ubiquity of your Countenance"] = {
        effects = {["Shadowy"] = -10, ["Persuasive"] = 2, ["Respectable"] = 4,
                   ["Bizarre"] = -2}
    },
    ["The Iron Correspondents"] = {
        effects = {["Dangerous"] = 1, ["Dreaded"] = 1, ["Bizarre"] = 1,
                   ["A Member of the Pen-Bearers"] = 1},
        qualifiers = {"Christmas", "Fate"}
    },
    ["The Regard of the Generous Princess"] = {
        qualifiers = {"Fate"}
    },
    ["The Rose Giveth Its Verses to Devils and Also to You"] = {
    	effects = {["Watchful"] = 2, ["Dangerous"] = 5, ["Bizarre"] = 1},
    	qualifiers = {"Christmas", "Fate"}
    },
    ["The Thief-Oath of Tristram Bagley"] = {
        effects = {["Shadowy"] = 1, ["Dreaded"] = 1, ["Bizarre"] = 1, ["Mithridacy"] = 1, ["Visiting Tristram Bagley"] = 1},
        qualifiers = {"Heart's Desire!"}
    },
}
 
return affiliations