This is the PuzzleData module for Professor Layton and the Last Specter.
The data contained in this module is used on various places on the wiki, such as puzzle pages and the puzzle list.
Following data is present in the module:
- number: The puzzle number, including all preceding zeroes.
- name: Name of the puzzle page without the "Puzzle:" prefix. Note that this can contain suffixes (like "
(LS)") if a puzzle with the same name exists in other games. - type: The type of puzzle, as described in the game's puzzle index.
- location: Location where the puzzle is found, as described in the game's puzzle index.
- chapter: Chapter from which the puzzle is first available. Either the chapter number or "
prologue"/"epilogue". - picarats: Max amount of picarats the puzzle is worth.
- solver: Person who solves the puzzle (Layton/Luke/Emmy).
- character: The character who gave the puzzle, if any.
- mandatory: Set to
trueif the puzzle must be solved in order to finish the story of the game. - reward: Any reward gained after the puzzle was solved (other than picarats).
- uk:
- If the puzzle has a different name in the UK version, but it is still the same puzzle, set this value to the name of the UK puzzle.
- If the puzzle has a UK variant that is a completely different puzzle, set this value to a table with the same structure as described above.
- jp: If the puzzle has a completely different puzzle in the Japanese version, set this value to a table with the same structure as described above.
return {
-- Normal Puzzles
{number = "001", name = "A Secret Message", ["type"] = "Arrange", location = "Road to Misthallery", chapter = "prologue", picarats = 10, solver = "Emmy", mandatory = true},
{number = "002", name = "Tourist Spotting", ["type"] = "Select", location = "Grand Bridge St.", chapter = 1, picarats = 20, solver = "Layton", character = "Charlie", mandatory = true},
{number = "003", name = "Pick a Package", ["type"] = "Select", location = "Wrecked Home", chapter = 1, picarats = 20, solver = "Emmy"},
{number = "004", name = "Reloading the Cart", ["type"] = "Jigsaw", location = "Crossroads", chapter = 1, picarats = 30, solver = "Layton", character = "Jasmine", mandatory = true},
{number = "005", name = "River Crossing (LS)", ["type"] = "Strategy", location = "South Pier", chapter = 1, picarats = 25, solver = "Layton", character = "Bucky", mandatory = true},
{number = "006", name = "The Mailbox Panels", ["type"] = "Arrange", location = "Triton Garden", chapter = 1, picarats = 30, solver = "Layton",
uk = {number = "006", name = "Letter Box Plate", ["type"] = "Arrange", location = "Triton Garden", chapter = 1, picarats = 30, solver = "Layton"}
},
{number = "007", name = "Mopping Up", ["type"] = "Input", location = "Foyer", chapter = 1, picarats = 45, solver = "Emmy"},
{number = "008", name = "Mirror Ballroom", ["type"] = "Button", location = "Parlor", chapter = 2, picarats = 30, solver = "Emmy",
uk = "Hall of Mirrors"
},
{number = "009", name = "Certain Curtains", ["type"] = "Button", location = "Foyer", chapter = 2, picarats = 20, solver = "Layton", character = "Beth",
uk = "Curtain Call"
},
{number = "010", name = "Rat Rations", ["type"] = "Sliding", location = "East District", chapter = 2, picarats = 45, solver = "Emmy",
uk = "Rodent Rations"
},
{number = "011", name = "Downhill from Here", ["type"] = "Button", location = "Warped Hill", chapter = 2, picarats = 10, solver = "Emmy", character = "Mido", mandatory = true,
uk = "Assign the Incline"
},
{number = "012", name = "Room Check", ["type"] = "Input", location = "Hotel Lobby", chapter = 2, picarats = 35, solver = "Layton", character = "Joseph (Misthallery)", mandatory = true,
uk = "Hotel Rooms"
},
{number = "013", name = "Bucket Run", ["type"] = "Draw Line", location = "Café Entrance", chapter = 3, picarats = 30, solver = "Emmy",
uk = "Bucket Race"
},
{number = "014", name = "Cafeteria Conundrum", ["type"] = "Button", location = "Paddy's Place", chapter = 3, picarats = 20, solver = "Emmy",
uk = "Cafetaria Cruncher"
},
{number = "015", name = "Eating Point", ["type"] = "Circle Answer", location = "Pike Lane", chapter = 3, picarats = 20, solver = "Layton", character = "Dominica", reward = "Toy Train (Dom's Express course)"},
{number = "016", name = "Captain's Call", ["type"] = "Button", location = "Parlor", chapter = 3, picarats = 20, solver = "Layton", character = "Doland",
uk = "Captains' Chat"
},
{number = "017", name = "Which Doll?", ["type"] = "Button", location = "Murray Street", chapter = 3, picarats = 30, solver = "Layton", character = "Bobbi", mandatory = true,
uk = "The Same Doll?"
},
{number = "018", name = "Faulty Streetlights", ["type"] = "Input", location = "Central Pier", chapter = 3, picarats = 40, solver = "Luke"},
{number = "019", name = "Fish Feud", ["type"] = "Draw Line", location = "Fish Lab", chapter = 3, picarats = 30, solver = "Luke", character = "Marion", reward = "Fish (Pleasant Garden Tank course)", mandatory = true},
{number = "020", name = "Counting Cats", ["type"] = "Write Answer", location = "Apartment Row", chapter = 3, picarats = 35, solver = "Layton", character = "Hugo",
uk = "Kitty Cat Count"
},
{number = "021", name = "Foggy Numbers", ["type"] = "Arrange", location = "Hat Shop", chapter = 3, picarats = 40, solver = "Emmy", character = "Mr Browne", reward = "Fish (Quiet Crossing Tank course)", mandatory = true},
{number = "022", name = "Paper Pair", ["type"] = "Draw Line", location = "Room 301", chapter = 4, picarats = 30, solver = "Luke",
uk = "Paper Pieces Pair"
},
{number = "023", name = "The Cracked Clock", ["type"] = "Draw Line", location = "North Ely Hotel", chapter = 4, picarats = 30, solver = "Layton", character = "Chippe", reward = "Puppet Theater (Turned Up action)"},
{number = "024", name = "Moonlight Melancholy", ["type"] = "Arrange", location = "Café Entrance", chapter = 4, picarats = 20, solver = "Layton", character = "Aldus"},
{number = "025", name = "Taste Test", ["type"] = "Write Answer", location = "Paddy's Place", chapter = 4, picarats = 35, solver = "Layton", character = "Paddy", reward = "Puppet Theater (Poured In action)",
uk = "Bun Gourmet"
},
{number = "026", name = "UFO SOS", ["type"] = "Slide", location = "North Ely Park", chapter = 4, picarats = 65, solver = "Luke", character = "Clarence", reward = "Toy Train (Dream Train course)"},
{number = "027", name = "Floating Cottages", ["type"] = "Circle Answer", location = "Murray Street", chapter = 4, picarats = 35, solver = "Layton", character = "Jasmine", reward = "Fish (Bustling Burbs Tank course)",
uk = "Rainbow Cottages"
},
{number = "028", name = "Black and White Cats", ["type"] = "Placement", location = "Apartment Row", chapter = 4, picarats = 30, solver = "Layton", character = "Hugo"},
{number = "029", name = "How Old?", ["type"] = "Write Answer", location = "Crossroads", chapter = 4, picarats = 35, solver = "Luke", character = "Finch"},
{number = "030", name = "Book Stacks", ["type"] = "Write Answer", location = "Library (Misthallery)", chapter = 4, picarats = 35, solver = "Layton", character = "Olga"},
{number = "031", name = "Light Height", ["type"] = "Write Answer", location = "Closed Factory", chapter = 4, picarats = 50, solver = "Emmy", character = "Sebastian"},
{number = "032", name = "Fit for a King (LS)", ["type"] = "Number", location = "Foyer", chapter = 4, picarats = 35, solver = "Layton", character = "Beth",
uk = "A Kingly Cleanup"
},
{number = "033", name = "Fruit Friends", ["type"] = "Circle Answer", location = "Market South", chapter = 4, picarats = 25, solver = "Layton", character = "Marilyn", reward = "Puppet Theater (Licked action)"},
{number = "034", name = "Apple Picking", ["type"] = "Arrange", location = "Market Center", chapter = 4, picarats = 30, solver = "Layton",
uk = "Baskets of Apples"
},
{number = "035", name = "Candy Counter", ["type"] = "Write Answer", location = "Market Entrance", chapter = 4, picarats = 35, solver = "Layton", character = "Aunt Taffy", reward = "Puppet Theater (Simmered action)", mandatory = true,
uk = "Sweetie Shapes"
},
{number = "036", name = "How Many Ones?", ["type"] = "Write Answer", location = "Market Center", chapter = 4, picarats = 40, solver = "Layton", character = "Tweeds", reward = "Toy Train (Tweed's Trip course)", mandatory = true},
{number = "037", name = "Seven Coins", ["type"] = "Arrange", location = "Market West", chapter = 4, picarats = 20, solver = "Layton", character = "Badger", reward = "Puppet Theater (Sauteed action)", mandatory = true},
{number = "038", name = "Flip Maze", ["type"] = "Maze", location = "Market South", chapter = 4, picarats = 40, solver = "Layton", character = "Louis", reward = "Medal (Black Raven)", mandatory = true,
uk = "Double-Sided Maze"
},
{number = "039", name = "Raven Medals", ["type"] = "Sliding", location = "Market North", chapter = 4, picarats = 35, solver = "Layton", character = "Nabby", reward = "Fish (Calming Arches Tank course)", mandatory = true},
{number = "040", name = "Fill 'er Up", ["type"] = "Button", location = "Forest Path", chapter = 5, picarats = 40, solver = "Layton", character = "Badger", reward = "Puppet Theater (Breathed action)",
uk = "The Full Reservoir"
},
{number = "041", name = "Stargazing", ["type"] = "Arrange", location = "Grand Bridge St.", chapter = 5, picarats = 20, solver = "Layton", character = "Louis",
uk = "To See the Stars"
},
{number = "042", name = "Angle Time", ["type"] = "Write Answer", location = "Grand Plaza", chapter = 5, picarats = 55, solver = "Luke", character = "Otaki-san", reward = "Toy Train (Mt Otaki course)",
uk = "Angle Anguish"
},
{number = "043", name = "Armor Antics", ["type"] = "Button", location = "Police HQ", chapter = 5, picarats = 30, solver = "Layton", character = "Chippe",
uk = "Armour Antics"
},
{number = "044", name = "Family Portraits", ["type"] = "Arrange", location = "Reservoir Wall", chapter = 5, picarats = 30, solver = "Luke", character = "Chippe"},
{number = "045", name = "Sign Flipper", ["type"] = "Strategy", location = "North Pier", chapter = 5, picarats = 30, solver = "Layton",
uk = "Sign Switching"
},
{number = "046", name = "Overgrown Garden", ["type"] = "Line", location = "Desolate Garden", chapter = 5, picarats = 50, solver = "Layton", reward = "Puppet Theater (Scrubbed action)", mandatory = true},
{number = "047", name = "The Terrace Door", ["type"] = "Select", location = "Sky Passage", chapter = 5, picarats = 40, solver = "Luke", reward = "Puppet Theater (Tasted action)", mandatory = true,
uk = "The Coded Door"
},
{number = "048", name = "Crawling the Web", ["type"] = "Select", location = "Atrium Stairs", chapter = 5, picarats = 35, solver = "Emmy"},
{number = "049", name = "Picture Key", ["type"] = "Button", location = "Entrance", chapter = 5, picarats = 40, solver = "Luke",
uk = "The Picture's Key"
},
{number = "050", name = "Middle of the Deck", ["type"] = "Select", location = "Backstage", chapter = 5, picarats = 40, solver = "Layton", character = "Crow", reward = "Fish (Sleepy Seabed Tank course)", mandatory = true,
uk = "The 26th Card"
},
{number = "051", name = "Family Tides", ["type"] = "Strategy", location = "Market North", chapter = 7, picarats = 40, solver = "Layton", character = "Nabby"},
{number = "052", name = "What Am I?", ["type"] = "Circle", location = "Market West", chapter = 7, picarats = 20, solver = "Layton", character = "Scraps", reward = "Puppet Theater (Placed action)"},
{number = "053", name = "Tricky Tomes", ["type"] = "Select", location = "Lobby", chapter = 6, picarats = 20, solver = "Emmy", character = "Dean Delmona", reward = "Puppet Theater (Flattened action)", mandatory = true},
{number = "054", name = "It's in the Bag", ["type"] = "Jigsaw", location = "Layton's Office", chapter = 6, picarats = 45, solver = "Emmy"},
{number = "055", name = "Hat Trick (LS)", ["type"] = "Jigsaw", location = "Layton's Office", chapter = 6, picarats = 45, solver = "Emmy"},
{number = "056", name = "Fortune Flowers", ["type"] = "Button", location = "Florist", chapter = 6, picarats = 30, solver = "Emmy", character = "Augustus", reward = "Toy Train (Augustus' Business course)", mandatory = true},
{number = "057", name = "Right the Routes", ["type"] = "Line", location = "Bus Stop", chapter = 6, picarats = 45, solver = "Emmy",
uk = "Route Map Madness"
},
{number = "058", name = "Favorite Umbrella", ["type"] = "Button", location = "Museum Entrance", chapter = 6, picarats = 30, solver = "Emmy", character = "Mick", mandatory = true,
uk = "Favourite Umbrella"
},
{number = "059", name = "Lost in the Museum", ["type"] = "Circle", location = "Museum", chapter = 6, picarats = 30, solver = "Emmy", character = "Ewan"},
{number = "060", name = "Dinosaur Bones", ["type"] = "Input", location = "Museum", chapter = 6, picarats = 25, solver = "Emmy"},
{number = "061", name = "Find the File", ["type"] = "Touch", location = "Archives", chapter = 6, picarats = 30, solver = "Emmy", mandatory = true},
{number = "062", name = "A Familiar Face", ["type"] = "Button", location = "Grand Plaza", chapter = 7, picarats = 30, solver = "Layton", character = "Maggy", reward = "Fish (Evening Park Tank course)"},
{number = "063", name = "Son's Slipup", ["type"] = "Circle", location = "Quiet Townscape", chapter = 7, picarats = 30, solver = "Luke", character = "Sean",
uk = "Son's Blunder"
},
{number = "064", name = "Cutting the Cake", ["type"] = "Button", location = "Descending Path", chapter = 7, picarats = 25, solver = "Layton", character = "Tweeds", reward = "Puppet Theater (Mixed action)"},
{number = "065", name = "Rubble Trouble", ["type"] = "Slide", location = "Excavation Base", chapter = 7, picarats = 35, solver = "Layton", character = "Dugan", reward = "Toy Train (Dugan's Dodge course)", mandatory = true},
{number = "066", name = "Sorting Artifacts", ["type"] = "Arrange", location = "Excavation Site", chapter = 7, picarats = 40, solver = "Luke",
uk = "Sorting Artefacts"
},
{number = "067", name = "Reflections", ["type"] = "Input", location = "Excavation Base", chapter = 7, picarats = 40, solver = "Layton", character = "Dugan"},
{number = "068", name = "The Cat in the Maze", ["type"] = "Strategy", location = "Apartment Row", chapter = 7, picarats = 25, solver = "Luke", character = "Hugo", reward = "Toy Train (Hugo's Trouble course)"},
{number = "069", name = "Lanky Lamppost", ["type"] = "Input", location = "North Ely Park", chapter = 7, picarats = 40, solver = "Layton", character = "Clarence",
uk = "Lanky Lamp Post"
},
{number = "070", name = "Good Neighbors", ["type"] = "Arrange", location = "Pike Lane", chapter = 7, picarats = 30, solver = "Layton", character = "Dominica", reward = "Puppet Theater (Rubbed action)",
uk = "Good Neighbours"
},
{number = "071", name = "Fountain Fightin'", ["type"] = "Strategy", location = "Great Ely Street", chapter = 7, picarats = 55, solver = "Layton", character = "Charlie", reward = "Puppet Theater (Wielded action)",
uk = "Fountain Fight"
},
{number = "072", name = "Checkerboard Caps", ["type"] = "Arrange", location = "Wrecked Hat Shop", chapter = 7, picarats = 20, solver = "Layton", character = "Mr Browne",
uk = "Cap Swap"
},
{number = "073", name = "Bottle Game", ["type"] = "Strategy", location = "Hotel Lobby", chapter = 7, picarats = 45, solver = "Layton", character = "Joseph (Misthallery)"},
{number = "074", name = "Emergency Lighting", ["type"] = "Arrange", location = "Hotel Lobby", chapter = 7, picarats = 40, solver = "Layton", character = "Bobbi", reward = "Puppet Theater (Arranged action)"},
{number = "075", name = "The Magic Paint", ["type"] = "Input", location = "Library (Misthallery)", chapter = 7, picarats = 45, solver = "Luke", character = "Goosey", reward = "Puppet Theater (Moved action)",
uk = "Coats of Paint"
},
{number = "076", name = "Swap Meet", ["type"] = "Arrange", location = "Staircase Bridge", chapter = 7, picarats = 50, solver = "Luke", character = "Finch", reward = "Puppet Theater (Hung action)",
uk = "Swap Over"
},
{number = "077", name = "How the Bells Toll", ["type"] = "Strategy", location = "Closed Factory", chapter = 7, picarats = 35, solver = "Luke", character = "Sebastian"},
{number = "078", name = "Lucky Tablecloth", ["type"] = "Line", location = "Foyer", chapter = 7, picarats = 60, solver = "Luke", character = "Beth"},
{number = "079", name = "Sweet Sums", ["type"] = "Button", location = "Market Entrance", chapter = 7, picarats = 50, solver = "Layton", character = "Aunt Taffy"},
{number = "080", name = "Paint the Plinth", ["type"] = "Input", location = "Black Market", chapter = 7, picarats = 55, solver = "Layton", character = "Shackwell"},
{number = "081", name = "Stick & Move", ["type"] = "Input", location = "Gressenheller U", chapter = 7, picarats = 45, solver = "Layton", character = "Dean Delmona",
uk = "Stick to the Plank"
},
{number = "082", name = "Block Ostrich", ["type"] = "Jigsaw", location = "Layton's Office", chapter = 7, picarats = 30, solver = "Layton", character = "Rosa",
uk = "Blockwork Ostrich"
},
{number = "083", name = "Silver Marbles", ["type"] = "Strategy", location = "Second-Floor Desk", chapter = 7, picarats = 35, solver = "Layton", character = "Monica",
uk = "Silver Spinner"
},
{number = "084", name = "Sixteen Tulips", ["type"] = "Strategy", location = "Florist", chapter = 7, picarats = 40, solver = "Emmy", character = "Augustus",
uk = "Fill the Flower Bed"
},
{number = "085", name = "Bus Stop", ["type"] = "Input", location = "Museum Entrance", chapter = 7, picarats = 55, solver = "Emmy", character = "Mick", reward = "Puppet Theater (Covered action)",
uk = "The Bus Stop"
},
{number = "086", name = "Window Boarder", ["type"] = "Jigsaw", location = "Museum, 2nd Floor", chapter = 7, picarats = 60, solver = "Layton", character = "Chappy",
uk = "Board the Window"
},
{number = "087", name = "Flip Maze 2", ["type"] = "Maze", location = "Twisted Light", chapter = 7, picarats = 50, solver = "Emmy", character = "Hans",
uk = "Double-Sided Maze 2"
},
{number = "088", name = "Fuel for the Fire", ["type"] = "Input", location = "Chief's Office", chapter = 7, picarats = 45, solver = "Layton"},
{number = "089", name = "Proper Storage", ["type"] = "Arrange", location = "Cellar", chapter = 7, picarats = 50, solver = "Layton",
uk = "Wine Wise"
},
{number = "090", name = "Puppet Master", ["type"] = "Jigsaw", location = "Layton's Office", chapter = 8, picarats = 45, solver = "Layton", character = "Rosa"},
{number = "091", name = "Evacuate!", ["type"] = "Arrange", location = "Paddy's Place", chapter = 8, picarats = 50, solver = "Layton", character = "Greppe", reward = "Fish (Undersea Pipes Tank course)", mandatory = true},
{number = "092", name = "Key Quandary", ["type"] = "Button", location = "Interrogation Cell", chapter = 8, picarats = 30, solver = "Luke", mandatory = true},
{number = "093", name = "Escape Route", ["type"] = "Line", location = "Police HQ Hall", chapter = 8, picarats = 40, solver = "Layton", mandatory = true},
{number = "094", name = "Policing the Streets", ["type"] = "Arrange", location = "Twisted Light", chapter = 8, picarats = 40, solver = "Emmy", character = "Hans"},
{number = "095", name = "House Hunting", ["type"] = "Input", location = "Grand Plaza", chapter = 8, picarats = 25, solver = "Luke", character = "Maggie"},
{number = "096", name = "Seven Towers", ["type"] = "Circle", location = "Grand Plaza", chapter = 8, picarats = 35, solver = "Emmy", character = "Otaki-san"},
{number = "097", name = "How Many Friends?", ["type"] = "Input", location = "Quiet Townscape", chapter = 9, picarats = 30, solver = "Luke", character = "Sean"},
{number = "098", name = "Symbol Code", ["type"] = "Button", location = "Descending Path", chapter = 9, picarats = 50, solver = "Luke", character = "Tweeds",
uk = "A Secret Code"
},
{number = "099", name = "A Watched Pot...", ["type"] = "Button", location = "Excavation Base", chapter = 9, picarats = 40, solver = "Layton", character = "Dugan"},
{number = "100", name = "Cat Catcher", ["type"] = "Input", location = "Apartment Row", chapter = 9, picarats = 35, solver = "Emmy", character = "Hugo",
uk = "Cat Catching"
},
{number = "101", name = "Square Goldfish", ["type"] = "Line", location = "Fish Lab", chapter = 9, picarats = 45, solver = "Luke", character = "Marion"},
{number = "102", name = "Window Pains", ["type"] = "Input", location = "Murray Street", chapter = 9, picarats = 25, solver = "Layton", character = "Jasmine",
uk = "Window Pain"
},
{number = "103", name = "Cogs & Pulleys", ["type"] = "Select", location = "North Ely Park", chapter = 9, picarats = 30, solver = "Luke", character = "Clarence",
uk = "Cog Confusion"
},
{number = "104", name = "Many to Cross...", ["type"] = "Circle", location = "Pike Lane", chapter = 9, picarats = 50, solver = "Layton", character = "Dominica",
uk = "Bridgathon"
},
{number = "105", name = "Bouquet Giveaway", ["type"] = "Input", location = "Café Entrance", chapter = 9, picarats = 30, solver = "Layton", character = "Aldus",
uk = "Bouquet Give Away"
},
{number = "106", name = "Apple Bounce", ["type"] = "Trampoline", location = "Great Ely Street", chapter = 9, picarats = 45, solver = "Layton", character = "Charlie",
uk = "Apples Away"
},
{number = "107", name = "How Many Rooms?", ["type"] = "Input", location = "Hotel Lobby", chapter = 9, picarats = 45, solver = "Layton", character = "Joseph (Misthallery)", reward = "Puppet Theater (Rolled Up action)",
uk = "A View of the Rooms"
},
{number = "108", name = "Pendant Penchant", ["type"] = "Button", location = "Hotel Lobby", chapter = 9, picarats = 30, solver = "Layton", character = "Bobbi",
uk = "Pendant Pursuit"
},
{number = "109", name = "An Orderly Bookcase", ["type"] = "Arrange", location = "Library (Misthallery)", chapter = 9, picarats = 40, solver = "Luke", character = "Olga", reward = "Fish (Toadstool Meadow Tank course)"},
{number = "110", name = "Jumpin' Marbles", ["type"] = "Strategy", location = "East District", chapter = 9, picarats = 55, solver = "Luke", character = "Thomas",
uk = "16 Silver Marbles"
},
{number = "111", name = "Empty Seats", ["type"] = "Select", location = "Triton Estate", chapter = 9, picarats = 35, solver = "Emmy", character = "Hanna",
uk = "Couple the Chairs"
},
{number = "112", name = "Wall Repair", ["type"] = "Jigsaw", location = "Wrecked Home", chapter = 9, picarats = 30, solver = "Layton", character = "Brock", reward = "Puppet Theater (Sat Down action)",
uk = "Repair the Wall"
},
{number = "113", name = "Crystal Carafes", ["type"] = "Button", location = "Market South", chapter = 9, picarats = 30, solver = "Emmy", character = "Marilyn"},
{number = "114", name = "Typing Numbers", ["type"] = "Input", location = "Market Center", chapter = 9, picarats = 35, solver = "Layton", character = "Crow"},
{number = "115", name = "Market Shortcut", ["type"] = "Line", location = "Market North", chapter = 9, picarats = 75, solver = "Luke", character = "Nabby"},
{number = "116", name = "Stained Glass (LS)", ["type"] = "Arrange", location = "Market West", chapter = 9, picarats = 30, solver = "Luke", character = "Scraps"},
{number = "117", name = "A Token Puzzle", ["type"] = "Select", location = "Black Market", chapter = 9, picarats = 45, solver = "Emmy", character = "Shackwell", reward = "Fish (Spindly Spires Tank course)"},
{number = "118", name = "Sketchy Stars", ["type"] = "Arrange", location = "Grand Bridge St.", chapter = 9, picarats = 30, solver = "Luke", character = "Louis",
uk = "Starry Sky Sketch"
},
{number = "119", name = "Window Design", ["type"] = "Jigsaw", location = "Lobby", chapter = 9, picarats = 60, solver = "Emmy", character = "Dean Delmona"},
{number = "120", name = "Gallon Hat", ["type"] = "Jigsaw", location = "Layton's Office", chapter = 9, picarats = 30, solver = "Layton", character = "Rosa", reward = "Toy Train (Rosa's Travels course)",
uk = "Juice Bottle"
},
{number = "121", name = "Flatfoot Families", ["type"] = "Input", location = "Second-Floor Desk", chapter = 9, picarats = 45, solver = "Layton", character = "Monica", reward = "Puppet Theater (Munched action)"},
{number = "122", name = "Balanced Fruit", ["type"] = "Input", location = "Florist", chapter = 9, picarats = 35, solver = "Emmy", character = "Augustus",
uk = "Balance the Fruits"
},
{number = "123", name = "The Same Chain", ["type"] = "Select", location = "Museum Entrance", chapter = 9, picarats = 35, solver = "Luke", character = "Mick"},
{number = "124", name = "Snake Mummies", ["type"] = "Button", location = "Museum", chapter = 9, picarats = 30, solver = "Luke", character = "Ewan"},
{number = "125", name = "The Specter's Path", ["type"] = "Circle", location = "Old Gate", chapter = 9, picarats = 35, solver = "Luke", character = "Wren, Socket", mandatory = true,
uk = "The Spectre's Path"
},
{number = "126", name = "Mirror, Mirror", ["type"] = "Button", location = "Police Reception", chapter = 9, picarats = 40, solver = "Layton", character = "Chippe"},
{number = "127", name = "Redial", ["type"] = "Input", location = "Interrogation Cell", chapter = 9, picarats = 35, solver = "Emmy"},
{number = "128", name = "Watermelon Bounce", ["type"] = "Trampoline", location = "Wrecked Arch", chapter = 9, picarats = 60, solver = "Emmy", character = "Mimi",
uk = "Watermelon Wonder"
},
{number = "129", name = "The Factory Door", ["type"] = "Select", location = "Rear Entrance", chapter = 9, picarats = 30, solver = "Emmy", mandatory = true},
{number = "130", name = "The Four Weights", ["type"] = "Arrange", location = "First Ridge", chapter = 9, picarats = 30, solver = "Emmy", character = "Bram", mandatory = true},
{number = "131", name = "Dark Maze", ["type"] = "Maze", location = "Second Ridge", chapter = 9, picarats = 30, solver = "Layton", mandatory = true},
{number = "132", name = "Paint Spinner", ["type"] = "Button", location = "Third Ridge", chapter = 9, picarats = 30, solver = "Layton", character = "Goosey",
uk = "Painting Device"
},
{number = "133", name = "Freight Crane", ["type"] = "Strategy", location = "Third Ridge", chapter = 9, picarats = 50, solver = "Layton", mandatory = true},
{number = "134", name = "Engine Parts", ["type"] = "Jigsaw", location = "Fourth Ridge", chapter = 9, picarats = 45, solver = "Layton", character = "Chief Engineer", mandatory = true},
{number = "135", name = "Blasted Plank", ["type"] = "Arrange", location = "Fifth Ridge", chapter = 9, picarats = 50, solver = "Emmy", mandatory = true,
uk = "Hanging Platform"
},
{number = "136", name = "Three Chandeliers", ["type"] = "Button", location = "Foyer", chapter = 10, picarats = 30, solver = "Layton", character = "Beth", reward = "Toy Train (Beth's Dream course)",
uk = "The Same Again"
},
{number = "137", name = "All the Sons", ["type"] = "Input", location = "Old Gate", chapter = 10, picarats = 45, solver = "Layton", character = "Wren",
uk = "How Many Brothers?"
},
{number = "138", name = "Wire Cutter", ["type"] = "Select", location = "Final Battle", chapter = 10, picarats = 40, solver = "Emmy", mandatory = true},
{number = "139", name = "Emergency Stop", ["type"] = "Strategy", location = "Final Battle", chapter = 10, picarats = 40, solver = "Emmy", mandatory = true},
{number = "140", name = "The Next Attack!", ["type"] = "Select", location = "Final Battle", chapter = 10, picarats = 65, solver = "Luke", mandatory = true},
{number = "141", name = "The Red Connection", ["type"] = "Arrange", location = "Final Battle", chapter = 10, picarats = 50, solver = "Emmy", mandatory = true},
{number = "142", name = "Enigmachine", ["type"] = "Select", location = "Final Battle", chapter = 10, picarats = 45, solver = "Emmy", mandatory = true,
uk = "Switchboard Cipher"
},
{number = "143", name = "Layton's Catapult", ["type"] = "Line", location = "Final Battle", chapter = 10, picarats = 45, solver = "Layton", mandatory = true},
{number = "144", name = "Ancient Crest", ["type"] = "Arrange", location = "Bottom of the Lake", chapter = "epilogue", picarats = 50, solver = "Layton", mandatory = true,
uk = "Lake Bottom Crest"
},
{number = "145", name = "Planet Cube", ["type"] = "Arrange", location = "North Ely Hotel", chapter = 2, picarats = 60, solver = "Layton",
uk = "Cubic Planet Map"
},
{number = "146", name = "Seventy Books", ["type"] = "Input", location = "Fish Lab", chapter = 2, picarats = 55, solver = "Layton"},
{number = "147", name = "Tricolor Cube", ["type"] = "Select", location = "Strange House", chapter = 2, picarats = 50, solver = "Layton",
uk = "Three-Coloured Cube"
},
{number = "148", name = "Glass Boxes", ["type"] = "Input", location = "Closed Factory", chapter = 4, picarats = 45, solver = "Layton",
uk = "Gems in a Box"
},
{number = "149", name = "Marble Thirds", ["type"] = "Button", location = "Market East", chapter = 4, picarats = 30, solver = "Layton",
uk = "Marble Swirl Circle"
},
{number = "150", name = "Lily Pad Leapfrog", ["type"] = "Strategy", location = "Tunnel", chapter = 4, picarats = 50, solver = "Layton"},
{number = "151", name = "Coax the Kitty!", ["type"] = "Strategy", location = "Twisted Light", chapter = 5, picarats = 30, solver = "Layton"},
{number = "152", name = "Either Oar...", ["type"] = "Button", location = "Dam", chapter = 5, picarats = 20, solver = "Layton",
uk = "A Convenient Tool"
},
{number = "153", name = "Two Pictures", ["type"] = "Input", location = "Upper Tower", chapter = 5, picarats = 40, solver = "Layton",
uk = "Artistic Value"
},
{number = "154", name = "Wire to Wire", ["type"] = "Jigsaw", location = "Arianna's Room", chapter = 5, picarats = 60, solver = "Layton",
uk = "The Winding Cable"
},
{number = "155", name = "One Way", ["type"] = "Arrange", location = "Descending Path", chapter = 7, picarats = 30, solver = "Layton"},
{number = "156", name = "Which Direction?", ["type"] = "Select", location = "Professor's Challenge", picarats = 50, solver = "Luke"},
{number = "157", name = "Emergency Stop 2", ["type"] = "Strategy", location = "Professor's Challenge", picarats = 70, solver = "Luke"},
{number = "158", name = "Touch Stone", ["type"] = "Slide", location = "Professor's Challenge", picarats = 80, solver = "Luke"},
{number = "159", name = "Bomb Squad", ["type"] = "Slide", location = "Professor's Challenge", picarats = 99, solver = "Luke"},
{number = "160", name = "Gold Marbles", ["type"] = "Strategy", location = "Professor's Challenge", picarats = 75, solver = "Luke"},
{number = "161", name = "Lily Pad Leapfrog 2", ["type"] = "Strategy", location = "Professor's Challenge", picarats = 99, solver = "Luke"},
{number = "162", name = "Cube Hammer", ["type"] = "Arrange", location = "Professor's Challenge", picarats = 50, solver = "Luke",
uk = "The Mallet's Design"
},
{number = "163", name = "Mother & Daughter", ["type"] = "Circle", location = "Professor's Challenge", picarats = 70, solver = "Luke",
uk = "At Cross Purposes"
},
{number = "164", name = "Jewel Swap", ["type"] = "Slide", location = "Professor's Challenge", picarats = 99, solver = "Luke",
uk = "Red and Blue Jewels"
},
{number = "165", name = "Three Blocks (LS)", ["type"] = "Draw Line", location = "Professor's Challenge", picarats = 60, solver = "Luke"},
{number = "166", name = "Sliding Pipes", ["type"] = "Slide", location = "Professor's Challenge", picarats = 90, solver = "Layton",
uk = "Fixing the Pipes"
},
{number = "167", name = "Bomb Bounce", ["type"] = "Trampoline", location = "Professor's Challenge", picarats = 70, solver = "Layton",
uk = "Bouncing Bombs"
},
{number = "168", name = "Button to Button", ["type"] = "Select", location = "Professor's Challenge", picarats = 75, solver = "Layton"},
{number = "169", name = "Mysterious Maze", ["type"] = "Maze", location = "Professor's Challenge", picarats = 99, solver = "Layton",
uk = "Murky Maze"
},
{number = "170", name = "The Greatest Escape", ["type"] = "Slide", location = "Professor's Challenge", picarats = 99, solver = "Luke"},
}