diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-01-04 00:00:01 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-01-04 00:00:01 +0100 |
commit | 9186d2146a0fcec4e83c7b8ab88158ff19929fa3 (patch) | |
tree | e7bad5b93585a49a47e05057f55a75624f43becc /il_timetable/nodes | |
parent | 0b55082f6bb561b19e2f6ce8c9947a5b1bf9a17e (diff) | |
download | luaatc_envs-9186d2146a0fcec4e83c7b8ab88158ff19929fa3.tar.gz luaatc_envs-9186d2146a0fcec4e83c7b8ab88158ff19929fa3.tar.bz2 luaatc_envs-9186d2146a0fcec4e83c7b8ab88158ff19929fa3.zip |
State at 2025-01-04
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r-- | il_timetable/nodes/(1604,-1,7982).lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(1618,-1,7982).lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(1953,19,8220).lua | 1 | ||||
-rw-r--r-- | il_timetable/nodes/(981,22,1053).lua | 6 |
4 files changed, 6 insertions, 5 deletions
diff --git a/il_timetable/nodes/(1604,-1,7982).lua b/il_timetable/nodes/(1604,-1,7982).lua index 05dd00b..540c7b7 100644 --- a/il_timetable/nodes/(1604,-1,7982).lua +++ b/il_timetable/nodes/(1604,-1,7982).lua @@ -2,7 +2,7 @@ F.ttp_begin({ stn = "New Roses Gardens", -- station name tt = "NRG_E", -- timetable ID depint = "10;00", --departure slot interval - depoff = "02;30", --departure slot offset + depoff = "03;30", --departure slot offset doorside = "L", reverse = true, only_lines = nil, diff --git a/il_timetable/nodes/(1618,-1,7982).lua b/il_timetable/nodes/(1618,-1,7982).lua index ba93d1d..9a51353 100644 --- a/il_timetable/nodes/(1618,-1,7982).lua +++ b/il_timetable/nodes/(1618,-1,7982).lua @@ -2,7 +2,7 @@ F.ttp_begin({ stn = "New Roses Gardens", -- station name tt = "NRG_E", -- timetable ID depint = "10;00", --departure slot interval - depoff = "07;30", --departure slot offset + depoff = "08;30", --departure slot offset doorside = "R", reverse = true, only_lines = nil, diff --git a/il_timetable/nodes/(1953,19,8220).lua b/il_timetable/nodes/(1953,19,8220).lua index c07fbb8..66e9723 100644 --- a/il_timetable/nodes/(1953,19,8220).lua +++ b/il_timetable/nodes/(1953,19,8220).lua @@ -1,4 +1,5 @@ F.ttp_stop({ stn = "Krasnograd", doorside = "R", + departure = { NRG_E = "3;00" } })
\ No newline at end of file diff --git a/il_timetable/nodes/(981,22,1053).lua b/il_timetable/nodes/(981,22,1053).lua index 8f5f90c..de30463 100644 --- a/il_timetable/nodes/(981,22,1053).lua +++ b/il_timetable/nodes/(981,22,1053).lua @@ -2,9 +2,9 @@ --S.ttp["E85_N"] = nil nope() -local tr="E85" -S.ttp[tr.."_N"].force_tt_reset = true -S.ttp[tr.."_S"].force_tt_reset = true +local tr="NRG" +S.ttp[tr.."_E"].force_tt_reset = true +S.ttp[tr.."_W"].force_tt_reset = true print(tr.." resetting timetable") |