diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:46 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:46 +0200 |
commit | fa576b06c2687783cc71e984518d5e2ef5f28c37 (patch) | |
tree | 3322160e8a37b0056cc7b875930cfcacdb291ed9 /il_timetable | |
parent | 37204846dc93cc059bbea8cbfc88832a9c72e91c (diff) | |
download | luaatc_envs-fa576b06c2687783cc71e984518d5e2ef5f28c37.tar.gz luaatc_envs-fa576b06c2687783cc71e984518d5e2ef5f28c37.tar.bz2 luaatc_envs-fa576b06c2687783cc71e984518d5e2ef5f28c37.zip |
State at 2021-04-19
Diffstat (limited to 'il_timetable')
-rw-r--r-- | il_timetable/nodes/(1107,16,1951).lua | 1 | ||||
-rw-r--r-- | il_timetable/nodes/(1214,3,1019).lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(981,15,1041).lua | 4 | ||||
-rw-r--r-- | il_timetable/nodes/(985,16,1034).lua | 8 | ||||
-rw-r--r-- | il_timetable/nodes/(992,14,1023).lua | 5 |
5 files changed, 16 insertions, 4 deletions
diff --git a/il_timetable/nodes/(1107,16,1951).lua b/il_timetable/nodes/(1107,16,1951).lua index 001186f..7c638f7 100644 --- a/il_timetable/nodes/(1107,16,1951).lua +++ b/il_timetable/nodes/(1107,16,1951).lua @@ -1,5 +1,4 @@ F.ttp_stop({ stn = "The Cube", doorside = "R", - end_of_tt = {CFE_S=true,NX_S=true}, })
\ No newline at end of file diff --git a/il_timetable/nodes/(1214,3,1019).lua b/il_timetable/nodes/(1214,3,1019).lua index 18dbb26..95ef362 100644 --- a/il_timetable/nodes/(1214,3,1019).lua +++ b/il_timetable/nodes/(1214,3,1019).lua @@ -2,7 +2,7 @@ F.ttp_begin({ stn = "Silver Coast Central", tt = "S12_S", -- timetable ID depint = "05;00", --departure slot interval - depoff = "00;00", --departure slot offset + depoff = "01;00", --departure slot offset doorside = "L", reverse = false, only_lines = {S12=true}, diff --git a/il_timetable/nodes/(981,15,1041).lua b/il_timetable/nodes/(981,15,1041).lua index ac1112f..3301300 100644 --- a/il_timetable/nodes/(981,15,1041).lua +++ b/il_timetable/nodes/(981,15,1041).lua @@ -1,9 +1,9 @@ F.ttp_station_display({ - lines = {"S12_S", "E1_S"}, + lines = {"S12_S", "E1_S", "CFE_S", "NX_S"}, departure = {}, station = "Ehlodex", title = "Ehlodex", - interval = 30, + interval = 15, display1 = "d1", display2 = "d2", })
\ No newline at end of file diff --git a/il_timetable/nodes/(985,16,1034).lua b/il_timetable/nodes/(985,16,1034).lua new file mode 100644 index 0000000..03d4506 --- /dev/null +++ b/il_timetable/nodes/(985,16,1034).lua @@ -0,0 +1,8 @@ +F.ttp_station_display({ + lines = {"CFE_S", "NX_S"}, + departure = {}, + station = "Ehlodex", + title = "Ehlodex", + interval = 30, + display1 = "d1", +})
\ No newline at end of file diff --git a/il_timetable/nodes/(992,14,1023).lua b/il_timetable/nodes/(992,14,1023).lua new file mode 100644 index 0000000..d37615d --- /dev/null +++ b/il_timetable/nodes/(992,14,1023).lua @@ -0,0 +1,5 @@ +F.ttp_stop({ + stn = "Ehlodex", + doorside = "R", + end_of_tt = {NX_S=true, CFE_S=true} +})
\ No newline at end of file |