diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:19 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:19 +0200 |
commit | 0f7137308f9fe4bac9dabef94fdccf9fba741680 (patch) | |
tree | 54903450efa85c6a08c17ad03da4d23c4ea84263 /nodes | |
parent | 18cabda73c17ac1e063d5e1d1b68b097da6c7358 (diff) | |
download | il_timetable-0f7137308f9fe4bac9dabef94fdccf9fba741680.tar.gz il_timetable-0f7137308f9fe4bac9dabef94fdccf9fba741680.tar.bz2 il_timetable-0f7137308f9fe4bac9dabef94fdccf9fba741680.zip |
State at 2021-06-19
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/(1214,3,1019).lua | 13 | ||||
-rw-r--r-- | nodes/(1236,3,1016).lua | 10 |
2 files changed, 14 insertions, 9 deletions
diff --git a/nodes/(1214,3,1019).lua b/nodes/(1214,3,1019).lua index 95ef362..5ca6f90 100644 --- a/nodes/(1214,3,1019).lua +++ b/nodes/(1214,3,1019).lua @@ -1,10 +1,5 @@ -F.ttp_begin({ - stn = "Silver Coast Central", - tt = "S12_S", -- timetable ID - depint = "05;00", --departure slot interval - depoff = "01;00", --departure slot offset - doorside = "L", - reverse = false, - only_lines = {S12=true}, - force_tt_reset = false, +F.ttp_stop({ + stn = "Silver Coast Central", + doorside = "L", + departure = {S12_S="01;00"}, })
\ No newline at end of file diff --git a/nodes/(1236,3,1016).lua b/nodes/(1236,3,1016).lua new file mode 100644 index 0000000..2a4682b --- /dev/null +++ b/nodes/(1236,3,1016).lua @@ -0,0 +1,10 @@ +F.ttp_begin({ + stn = "Silver Coast Central Siding", + tt = "S12_S", -- timetable ID + depint = "05;00", --departure slot interval + depoff = "00;00", --departure slot offset + doorside = "C", + reverse = false, + only_lines = {S12=true}, + force_tt_reset = false, +})
\ No newline at end of file |