Module:ItemList/Transport

From Fallen London Wiki

Documentation for this module may be created at Module:ItemList/Transport/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 transports = {
    ["A Heartwood Hearse"] = {
        effects = {["Persuasive"] = 2, ["Respectable"] = 3},
        qualifiers = {"Rose", "Fate"}
    },
    ["A Traitor's Carriage"] = {
        effects = {["Dangerous"] = 3, ["Dreaded"] = 1},
        qualifiers = {"Election", "Fate"}
    },
    ["Augmented Electrostatic Machine"] = {
        effects = {["Dangerous"] = 3, ["Kataleptic Toxicology"] = 1},
        qualifiers = {"Election"}
    },
    ["Clay Sedan Chair"] = {
        effects = {["Bizarre"] = 2}
    },
    ["Gradually Recuperating Pony"] = {
        effects = {["Shadowy"] = 6},
        qualifiers = {"Bag a Legend!", "Fate", "Christmas"}
    },
    ["Horseless, Driverless, Remorseless Carriage"] = {
    	effects = {["Dangerous"] = 4, ["Dreaded"] = 2, ["Artisan of the Red Science"] = 1},
    	qualifiers = {"Grand Clearing-Out"}
    },
    ["Most Humbling Expression of Her Majesty's Esteem"] = {
        effects = {["Persuasive"] = 8},
        qualifiers = {"Society"}
    },
    ["Obdurate Stallion"] = {
        effects = {["Dreaded"] = 2},
        qualifiers = {"Fate"}
    },
    ["Priscilla"] = {
        effects = {["Persuasive"] = 7},
        qualifiers = {"Fate"}
    },
    ["Ratwork Velocipede"] = {
        effects = {["Shadowy"] = 2, ["Dreaded"] = 2, ["Respectable"] = 2},
        qualifiers = {"Fate"}
    },
    ["Respectable Landau"] = {
        effects = {["Respectable"] = 2}
    },
    ["Semi-Automated Mary Lloyd"] = {
        effects = {["Dangerous"] = 4, ["Bizarre"] = 3},
        qualifiers = {"Fruits"}
    },
    ["Thoroughly Cowed Pony"] = {
        effects = {["Shadowy"] = 6},
        qualifiers = {"Christmas", "Fate"}
    },
    ["Velocipede"] = {
    },
    ["Weasel-Infested Velocipede"] = {
    	effects = {["Watchful"] = 5, ["Bizarre"] = 2},
		qualifiers = {"Christmas", "Fate"}
    },
    ["Your Very Own Miniature Hellworm, Saddled and Bridled"] = {
    	effects = {["Shadowy"] = -10, ["Dangerous"] = 10, ["Respectable"] = -2, ["Dreaded"] = 6, ["Kataleptic Toxicology"] = 1, ["Neathproofed"] = 1, ["In the Company of a Hellworm"] = 1}
    }
}

return transports