Module:ItemList/Ships

From Fallen London Wiki

Documentation for this module may be created at Module:ItemList/Ships/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 ships = {
    ["Majestic Pleasure Yacht"] = {
        effects = {["Respectable"] = 2, ["Zailing Speed"] = 55, ["Luxurious"] = 1},
    },
    ["Rusty Tramp Steamer"] = {
    	effects = {["Zailing Speed"] = 45},
    },
    ["Swift Zee-Clipper"] = {
    	effects = {["Zailing Speed"] = 75},
    },
    ["The Cladery Heart"] = {
        effects = {["Dreaded"] = 1, ["Zailing Speed"] = 75},
        qualifiers = {"Sunless Sea", "Fate", "Retired"}
    },
    ["Zubmarine"] = {
        effects = {["Bizarre"] = 1, ["Zailing Speed"] = 55, ["Zubmersibility"] = 1},
    },
}
 
return ships