Module:ItemList/Gloves
From Fallen London Wiki
Documentation for this module may be created at Module:ItemList/Gloves/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 = {
["'Lucky' Claw"] = {
effects = {["Persuasive"] = 8, ["Glasswork"] = 1},
qualifiers = {"Election"}
},
["A Censer with an Unusual Scent"] = {
effects = {["Persuasive"] = 4},
qualifiers = {"Fate"}
},
["A Fierce Heart, Surgically Extracted"] = {
effects = {["Dangerous"] = 5, ["Chirurgical Touch"] = 1}
},
["A Much Put Upon Pawn in the Game"] = {
effects = {["Watchful"] = 7},
qualifiers = {"Fate"}
},
["A Six-Chambered Heart, Surgically Extracted"] = {
effects = {["Dangerous"] = 5, ["Chirurgical Touch"] = 1}
},
["A Tattered Library Card"] = {
effects = {["Watchful"] = 4},
qualifiers = {"Fate"}
},
["An Ornate and Hefty Gothic Cross"] = {
effects = {["Dangerous"] = 1, ["Respectable"] = 1},
qualifiers = {"Christmas"}
},
["Avid Glove"] = {
effects = {["Watchful"] = 5, ["Shadowy"] = -1},
},
["Benvolio the Bacon Thief"] = {
effects = {["Watchful"] = 4, ["Cat Upon Your Person"] = 1},
qualifiers = {"Fate"}
},
["Birdskin Gloves"] = {
effects = {["Dangerous"] = 3, ["Respectable"] = 1,
["Monstrous Anatomy"] = 1, ["Neathproofed"] = 1},
qualifiers = {"Whitsun"}
},
["Brass Knuckledusters"] = {
effects = {["Dangerous"] = 2},
qualifiers = {"Protege"}
},
["Chelatic Mitten"] = {
effects = {["Watchful"] = 7, ["Bizarre"] = 1},
qualifiers = {"The Docks"}
},
["Constant Cufflinks"] = {
effects = {["Shadowy"] = 7, ["Bizarre"] = 1},
qualifiers = {"Urchins"}
},
["Devil's Dictionary"] = {
effects = {["Dreaded"] = 1, ["Glasswork"] = -2, ["Neathproofed"] = 1}
},
["Devilbone Talons"] = {
effects = {["Watchful"] = 8, ["Respectable"] = 1},
qualifiers = {"Election", "Fate"}
},
["Dire Appendage"] = {
effects = {["Dangerous"] = 1, ["Bizarre"] = 1},
qualifiers = {"Fate"}
},
["Eager Glove"] = {
effects = {["Watchful"] = 2},
},
["Flawless Hand Mirror"] = {
effects = {["Dangerous"] = 3, ["Persuasive"] = 3, ["Shadowy"] = 3, ["Watchful"] = 3},
qualifiers = {"10 year anniversary access-code gift"}
},
["Genuine Rubbery Lumps"] = {
effects = {["Persuasive"] = 8, ["Bizarre"] = 1, ["Neathproofed"] = 1},
qualifiers = {"Election", "Fate"}
},
["Hand of Glory"] = {
effects = {["Shadowy"] = 6, ["Dreaded"] = 1},
qualifiers = {"Rose", "Fate"}
},
["Insatiable Glove"] = {
effects = {["Watchful"] = 8, ["Dangerous"] = 2, ["Shadowy"] = -1, ["Persuasive"] = -1},
},
["Misplaced Ring"] = {
effects = {["Persuasive"] = 8, ["Respectable"] =1, ["Artisan of the Red Science"] = 1},
},
["Pair of Cracksman's Mittens"] = {
effects = {["Shadowy"] = 4, ["Persuasive"] = -1},
},
["Pair of Cutpurse's Mittens"] = {
effects = {["Shadowy"] = 2, ["Persuasive"] = -1},
},
["Pair of Dancemaster's Dabs"] = {
effects = {["Persuasive"] = 5, ["Dangerous"] = -1},
},
["Pair of Iron Manacles"] = {
},
["Pair of Knife-and-Candler's Gloves"] = {
effects = {["Dangerous"] = 2},
},
["Pair of Lady's Lace Gloves"] = {
effects = {["Persuasive"] = 5, ["Dangerous"] = -1},
},
["Pair of Lenguals"] = {
effects = {["Shadowy"] = 10, ["Bizarre"] = 1},
},
["Pair of Magician's Gloves"] = {
effects = {["Persuasive"] = 2, ["Dangerous"] = -1},
},
["Pair of Master Thief's Hands"] = {
effects = {["Shadowy"] = 8, ["Watchful"] = -1},
},
["Pair of Spiderchitin Gauntlets"] = {
effects = {["Dangerous"] = 5, ["Persuasive"] = -1},
},
["Singed and Stained Work Gloves"] = {
effects = {["Dangerous"] = 8, ["Bizarre"] = 1, ["Kataleptic Toxicology"] = 1},
qualifiers = {"Grand Clearing-Out"}
},
["Stainless Gloves"] = {
effects = {["Shadowy"] = 3, ["Dangerous"] = 7},
},
["Strangling Willow Ring"] = {
effects = {["Persuasive"] = 8, ["Dreaded"] = 1, ["Mithridacy"] = 1},
qualifiers = {"Grand Clearing-Out"}
},
["Sun-Seared Silken Gloves"] = {
effects = {["Respectable"] = 2, ["A Player of Chess"] = 1},
qualifiers = {"Fruits"}
},
["Tentacle Mitts"] = {
effects = {["Shadowy"] = 10, ["Dreaded"] = -4, ["Bizarre"] = 2},
},
["The Flower from Hell that Grows Under Your Skin"] = {
effects = {["Dreaded"] = 1, ["Artisan of the Red Science"] = 1},
},
["The Neathy Tarot, Featuring all 77 of the Major Arcana"] = {
effects = {["Shadowy"] = 8, ["Dreaded"] = 1},
qualifiers = {"Election", "Fate"}
},
["Twelve-Carat Diamond Ring"] = {
effects = {["Persuasive"] = 8, ["Dangerous"] = 3},
},
["Voracious Glove"] = {
effects = {["Watchful"] = 6, ["Dangerous"] = 2, ["Shadowy"] = -1, ["Persuasive"] = -1},
},
["Winking Gemstone Ring"] = {
effects = {["Dangerous"] = 6, ["Watchful"] = 4, ["Shapeling Arts"] = 1},
qualifiers = {"Christmas", "Fate"}
},
}
return destinies