Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
env_setup-fahrplan.lua 24.94 KiB
-- Table of all lines and which stations/platforms they visit. According to S.stations (defined below)
-- Specify ANY as entry point if the platform is always used.
S.lines = {
["1"] = {
circle=true,
stations = {
{name="Neuland HBF unten",entry="north", platform="U2", exit='south'},
{name="Auditorium",entry="west", platform="2", exit='east'},
{name="Freiluftkirche",entry="south", platform="1", exit='north'},
{name="Spawn",entry="south", platform="1", exit='west'},
{name="Schwimmbad",entry="east", platform="2", exit='west'},
},
},
["1R"] = {
circle=true,
stations= {
{name="Neuland HBF unten",entry="south", platform="U5", exit='north'},
{name="Schwimmbad",entry="west", platform="2", exit='east'},
{name="Spawn",entry="west", platform="1", exit='south'},
{name="Freiluftkirche",entry="north", platform="2", exit='south'},
{name="Auditorium",entry="east", platform="1", exit='west'},
}
},
["3"] = {
circle = true,
stations = {
{name = "Neuland HBF unten",entry="west", platform="U3", exit="west"},
{name = "Neues Lager",entry="west", platform="Sued", exit="sued"},
{name = "Fewcraft Castle",entry="west", platform="3", exit="west"},
{name = "Neues Lager",entry="east", platform="Nord", exit="nord"},
},
},
["5"] = {
circle=false,
stations= {
{name="Neuland HBF unten",entry="west", platform="U2", exit='south'},
{name="Auditorium",entry="south", platform="1", exit='west'},
{name="Neuland HBF unten",entry="south", platform="U6", exit='west'},
},
turns = {'Neuland HBF unten'}
},
["7"] = {
circle=true,
stations= {
{name="Neuland HBF oben",entry="south", platform="3", exit='south'},
{name="Anmeldung",entry="north", platform="1", exit='south'},
{name="Auditorium Sued",entry="north-west", platform="1", exit='east'},
{name="Umstieg Freefalltower",entry="west", platform="3", exit='east'},
{name="Freefalltower",entry="south", platform="2", exit='south'},
{name="Umstieg Freefalltower",entry="east", platform="2", exit='west'},
{name="Auditorium Sued",entry="east", platform="1", exit='north-west'},
{name="Anmeldung",entry="south", platform="2", exit='north'},
},
},
["12"] = {
circle=true,
stations = {
{name = "Neuland HBF oben",entry="west", platform="2", exit="west"},
{name = "Farm",entry="north", platform="1", exit="north"},
{name = "Farm Nord",entry="west", platform="1", exit="east"},
},
},
["13"] = {
circle = false,
stations = {