Module:ItemList/Clubs

From Fallen London Wiki

Documentation for this module may be created at Module:ItemList/Clubs/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 clubs = {
    ["Sophia's"] = {
        effects = {["Dangerous"] = 1, ["Dreaded"] = 4},
    },
    ["The Clay Tailor Club"] = {
        effects = {["Persuasive"] = 1, ["Bizarre"] = 4},
    },
    ["The Parthenaeum"] = {
        effects = {["Persuasive"] = 1, ["Respectable"] = 4},
    },
    ["The Young Stags' Club"] = {
        effects = {["Shadowy"] = 1, ["Dreaded"] = 2, ["Bizarre"] = 2},
    },
}
 
return clubs