No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
["left terminus"] = "Yantian Road", | ["left terminus"] = "Yantian Road", | ||
["right terminus"] = "Luciopoli Central", | ["right terminus"] = "Luciopoli Central", | ||
}, | |||
["RXB"] = { | |||
["title"] = "[[RelaxingBasin Shuttle]]", | |||
["color"] = "8B0000", | |||
["left terminus"] = "Yantian Road", | |||
["right terminus"] = "RelaxingBasin", | |||
}, | }, | ||
}, | }, |
Revision as of 14:51, 22 September 2024
local p = {
["system title"] = "[[1F616EMO Express]]",
["system icon"] = "",
["station format"] = {
"%1 Station",
["Nordstetten Hauptbahnhof"] = "Nordstetten Main Station",
},
["lines"] = {
["E1"] = {
["title"] = "[[E1]]",
["color"] = "8B0000",
["left terminus"] = "Nordstetten Hauptbahnhof",
["right terminus"] = "Eastern SmushyVille",
},
["E2"] = {
["title"] = "[[E2]]",
["color"] = "8B0000",
["left terminus"] = "Yantian Road",
["right terminus"] = "Luciopoli Central",
},
["RXB"] = {
["title"] = "[[RelaxingBasin Shuttle]]",
["color"] = "8B0000",
["left terminus"] = "Yantian Road",
["right terminus"] = "RelaxingBasin",
},
},
}
return p