Module:ItemList/Boots

From Fallen London Wiki

Documentation for this module may be created at Module:ItemList/Boots/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 boots = {
    ["A Knotted Sock with a Heavy Lump in It"] = {
        effects = {["Dangerous"] = 4},
        qualifiers = {"Fate"}
    },
    ["Boots with Diamond Soles"] = {
        effects = {["Shadowy"] = -2, ["Persuasive"] = 4}
    },
    ["Completely Unassuming Palaeontological Accessory"] = {
        effects = {["Dangerous"] = 5, ["Persuasive"] = 5, ["Respectable"] = 1},
        qualifiers = {"Christmas"}
    },
    ["Elevating Silk Slippers"] = {
    	effects = {["Dangerous"] = 8, ["Respectable"] = 1, ["Monstrous Anatomy"] = 1},
    	qualifiers = {"Grand Clearing-Out"}
    },
    ["Gustav the Ankle Weaver"] = {
        effects = {["Dangerous"] = 4, ["Cat Upon Your Person"] = 1},
        qualifiers = {"Fate"}
    },
    ["Honey-Stained Shackles"] = {
    	effects = {["Shadowy"] = 8, ["Dreaded"] = 1, ["Glasswork"] = 1},
    	qualifiers = {"Grand Clearing-Out"}
    },
    ["Iguana-Skin Boots"] = {
        effects = {["Watchful"] = 5, ["Bizarre"] = 1,
                   ["Dreaded"] = 1, ["Shapeling Arts"] = 1,
        	       ["Neathproofed"] = 1},
        qualifiers = {"Whitsun"}
    },
    ["Infiltrator's Footsteps"] = {
    	effects = {["Shadowy"] = 8, ["Dangerous"] = 8, ["A Player of Chess"] = 1}
    },
    ["Language of Laces"] = {
        effects = {["Watchful"] = 7, ["Dreaded"] = 1},
        qualifiers = {"Revolutionaries"}
    },
    ["Love-Sickened Seneschal"] = {
        effects = {["Respectable"] = 1, ["Shadowy"] = 1},
        qualifiers = {"Fate"}
    },
    ["Meticulously Altered Stocking"] = {
        effects = {["Watchful"] = 3},
        qualifiers = {"Christmas"}
    },
    ["Noise-Eaters"] = {
        effects = {["Shadowy"] = -1, ["Suspicion"] = 1},
        qualifiers = {"Retired"}
    },
    ["Pair of Balmoral Boots"] = {
        effects = {["Shadowy"] = -2, ["Persuasive"] = -2, ["Bizarre"] = 1}
    },
	["Pair of Defenestrating Boots"] = {
        effects = {["Dangerous"] = 7, ["Respectable"] = 1},
        qualifiers = {"Criminals"}
    },
    ["Pair of Forgotten Spidersilk Slippers"] = {
        effects = {["Shadowy"] = 9, ["Persuasive"] = -1}
    },
    ["Pair of Hushed Spidersilk Slippers"] = {
        effects = {["Shadowy"] = 8, ["Persuasive"] = -1}
    },
    ["Pair of Kingscale Boots"] = {
        effects = {["Shadowy"] = 8, ["Dangerous"] = 6, ["Dreaded"] = 1}
    },
    ["Pair of Leg Irons"] = {
    },
    ["Pair of Masterwork Dancing Slippers"] = {
        effects = {["Persuasive"] = 5}
    },
    ["Pair of Mirror-Polished Shoes"] = {
        effects = {["Watchful"] = 2},
        qualifiers = {"Protege"}
    },
    ["Pair of Ratskin Boots"] = {
        effects = {["Shadowy"] = 6, ["Persuasive"] = -1, ["Neathproofed"] = 1}
    },
    ["Pair of Savage Hob-Nailed Boots"] = {
        effects = {["Dangerous"] = 5, ["Persuasive"] = -1}
                                          },
    ["Pair of Scarlet Stockings of Dubious Origin"] = {
        effects = {["Persuasive"] = 2, ["Scandal"] = 1}
    },
    ["Pair of Scuffed Boots"] = {
    },
    ["Pair of Spidersilk Slippers"] = {
        effects = {["Shadowy"] = 5, ["Persuasive"] = -1}
    },
    ["Pair of Squeakless Boots"] = {
        effects = {["Shadowy"] = 2}
    },
    ["Pair of Stylish Riding Boots"] = {
        effects = {["Persuasive"] = 2}
    },
    ["Pair of Vakeskin Boots"] = {
        effects = {["Dangerous"] = 8, ["Shadowy"] = -1}
    },
    ["The Place Where they Bury the Bodies"] = {
        effects = {["Shadowy"] = 10, ["Dreaded"] = 1},
        qualifiers = {"Constables"}
    },
    ["Venge-Rat Waders"] = {
        effects = {["Dangerous"] = 7, ["Bizarre"] = 1, ["Kataleptic Toxicology"] = 1}
    },
    ["Vigilant Chitin-Fur Boots"] = {
    	effects = {
    		["Watchful"] = 5, ["Respectable"] = 1, ["Bizarre"] = 1,
    		["Artisan of the Red Science"] = 1
    	},
    	qualifiers = {"Whitsun"}
    },
    ["Wax-Hardened Boots"] = {
        effects = {["Watchful"] = 5, ["Respectable"] = 1},
        qualifiers = {"Election"}
    },
    ["Wrecking Boots"] = {
        effects = {["Shadowy"] = 6, ["Dangerous"] = 4, ["Persuasive"] = -1},
        qualifiers = {"Fruits"}
    },
}

return boots