DisneySea Transit Steamer Line

DisneySea Transit Steamer Line is a steamboat attraction at Tokyo DisneySea.

DisneySea Transit Steamer Line
Tokyo DisneySea
AreaMediterranean Harbor
American Waterfront
Lost River Delta
StatusOperating
Opening dateSeptember 4, 2001
General statistics
Attraction typeSteamboat
Riders per vehicle49[1]
Durationdepends on the route
SponsorENEOS[2]

Overview

Steamboats travel through every themed lands' waters at Tokyo DisneySea and departure docks of this attraction are located at Mediterranean Harbor, American Waterfront and Lost River Delta. [1]

13 boats are operating and each of the ships are painted by 1 of 5 colors, red, blue, light blue, green, or yellow. Usually, the DisneySea Transit Steamer Line operates in a clockwise direction but when shows are being set up or performed at the Mediterranean Harbor, ships will take a temporary route.

gollark: ```python#!/usr/bin/env python3import randomimport fileinput# https://github.com/LyricLy/Esobot/blob/bcc9e548c84ea9b23fc832d0b0aaa8288de64886/cogs/general.pylyrictable_raw = { "a": "а", "c": "с", "e": "е", "s": "ѕ", "i": "і", "j": "ј", "o": "о", "p": "р", "y": "у", "x": "х" }lyrictable = str.maketrans({v: k for k, v in lyrictable_raw.items()})for line in fileinput.input(): line = line.replace("\n", "") print(line.translate(lyrictable).replace("\u200b", ""))```
gollark: The homoglyphs thing would have been better, to be honest! I just copypasted the translation table esobot uses out of its source code.
gollark: But I'm really typing this fast! You're discriminating against me!
gollark: Bow to my amazing typing abilities, mortals.
gollark: You need an accessibility option for deaf people.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.