Module:ItemList/Treasures

From Fallen London Wiki

Documentation for this module may be created at Module:ItemList/Treasures/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 treasures = {
    ["A False-Star of your Own"] ={
        effects = {["Watchful"] = 6, ["Shadowy"] = 13, ["Shapeling Arts"] = 2, ["Bizarre"] = 4},
        qualifiers = {"Light Fingers!"}
    },
    ["A Kitten-Sized Diamond, Liberated from the Mountain"] = {
        effects = {["Persuasive"] = 13, ["Watchful"] = 6, ["Respectable"] = 2, ["Dreaded"] = 2, ["Artisan of the Red Science"] = 2},
        qualifiers = {"Light Fingers!"}
    },
    ["A Leasehold on All of London"] = {
        effects = {["Respectable"] = 4, ["Persuasive"] = 6, ["A Player of Chess"] = 2, ["Shadowy"] = 13},
        qualifiers = {"Heart's Desire!"}
    }, 
    ["A Palatial Holiday Home in the Arctic Circle"] = {
        effects = {["Watchful"] = 13, ["Persuasive"] = 6, ["Mithridacy"] = 2, ["Respectable"] = 2, ["Bizarre"] = 2},
            qualifiers = {"Heart's Desire!"}
    },
    ["A Vast Network of Connections Wherever the Bazaar's Influence can be Found"] = {
        effects = {["Dangerous"] = 13, ["Persuasive"] = 6, ["Respectable"] = 2, ["Dreaded"] = 2, ["A Player of Chess"] = 2},
        qualifiers = {"Bag a Legend!"}
    },
    ["A Winged and Taloned Steed Formerly Mr Veils"] = {
        effects = {["Dreaded"] = 2, ["Bizarre"] = 2, ["Dangerous"] = 13, ["Shadowy"] = 6, ["Monstrous Anatomy"] = 2},
        qualifiers = {"Bag a Legend!"}
    },  
    ["Newly-Cast Crown of the City of London"] = {
        effects = {["Persuasive"] = 13, ["Watchful"] = 6, ["Mithridacy"] = 2, ["Respectable"] = 4},
        qualifiers = {"Heart's Desire!"}
    },
    ["Society of the Three-Fingered Hand"] = {
        effects = {["Dangerous"] = 13, ["Shadowy"] = 6, ["Respectable"] = 2, ["Dreaded"] = 2, ["A Player of Chess"] = 2},
        qualifiers = {"Bag a Legend!"}
    },  
    ["The Bloodied Travelling-Coat of Mr Cups"] = {
        effects = {["Shadowy"] = 13, ["Persuasive"] = 6, ["Dreaded"] = 4, ["Kataleptic Toxicology"] = 2},
        qualifiers = {"Nemesis"}
    },  
    ["The Long-Dead Priests of the Red Bird"] = {
        effects ={["Watchful"] = 13, ["Shadowy"] = 6, ["Dreaded"] = 2, ["Mithridacy"] = 2, ["Bizarre"] = 2},
        qualifiers = {"Bag a Legend!"}
    },    
    ["The Marvellous"] = {
        effects = {["Persuasive"]= 13, ["Dangerous"] = 6, ["Bizarre"]= 4, ["A Player of Chess"] = 2},
        qualifiers = {"Heart's Desire!"}
    },    
    ["The Robe of Mr Cards"] = {
        effects = {["Persuasive"] = 13, ["Watchful"] = 6, ["Dreaded"] = 4, ["Artisan of the Red Science"] = 2},
        qualifiers = {"Heart's Desire!"}
    },
    ["Your Brother, Returned"] = {
        effects = {["Persuasive"] = 13, ["Watchful"] = 6, ["Respectable"] = 4,
                   ["Kataleptic Toxicology"] = 2, ["Visiting your Risen Brother"] = 1},
        qualifiers = {"Nemesis"}
    },
    ["Your Daughter, Returned"] = {
        effects = {["Persuasive"] = 13, ["Watchful"] = 6, ["Respectable"] = 4,
                   ["Kataleptic Toxicology"] = 2, ["Visiting your Risen Daughter"] = 1},
        qualifiers = {"Nemesis"}
    },
    ["Your Lover, Returned"] = {
        effects = {["Persuasive"] = 13, ["Watchful"] = 6, ["Respectable"] = 4,
                   ["Kataleptic Toxicology"] = 2, ["Visiting your Risen Lover"] = 1},
        qualifiers = {"Nemesis"}
    },
    ["Your Spouse, Returned"] = {
        effects = {["Persuasive"] = 13, ["Watchful"] = 6, ["Respectable"] = 4,
                   ["Kataleptic Toxicology"] = 2, ["Visiting your Risen Spouse"] = 1},
        qualifiers = {"Nemesis"}
    },    
}

return treasures