Module:ItemList/Destinies

From Fallen London Wiki

Documentation for this module may be created at Module:ItemList/Destinies/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 destinies = {
    ["Appetite"] = {
        effects = {["Shadowy"] = 5},
    },
    ["Authority"] = {
        effects = {["Dangerous"] = 5},
    },
    ["Backstage"] = {
        effects = {["Shadowy"] = 5, ["Persuasive"] = 3},
        qualifiers = {"Fate"}
    },
    ["Gleam"] = {
        effects = {["Watchful"] = 5},
    },
    ["Gloom"] = {
        effects = {["Shadowy"] = 5},
    },
    ["Passion"] = {
        effects = {["Persuasive"] = 5},
        qualifiers = {"Fate"}
    },
    ["The Curator"] = {
        effects = {["Persuasive"] = 5},
    },
    ["The Instrument"] = {
        effects = {["Dangerous"] = 5},
        qualifiers = {"Fate"}
    },
    ["The Memory"] = {
        effects = {["Watchful"] = 5},
    },
    ["The Oath"] = {
        effects = {["Persuasive"] = 5},
    },
    ["The Revelation"] = {
        effects = {["Watchful"] = 5},
    },
    ["The Road"] = {
        effects = {["Dangerous"] = 5, ["Watchful"] = 3},
        qualifiers = {"Fate"}
    },
    ["Torment"] = {
        effects = {["Watchful"] = -3, ["Dangerous"] = -3,
                   ["Shadowy"] = -3, ["Persuasive"] = -3},
        qualifiers = {"SMEN"}
    },
}
 
return destinies