diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/(2655,15,4359).lua | 7 | ||||
-rw-r--r-- | nodes/(4892,9,2307).lua | 10 |
2 files changed, 17 insertions, 0 deletions
diff --git a/nodes/(2655,15,4359).lua b/nodes/(2655,15,4359).lua new file mode 100644 index 0000000..b2ab890 --- /dev/null +++ b/nodes/(2655,15,4359).lua @@ -0,0 +1,7 @@ +F.ttp_station_display({ + lines = {"E84_N", "E84_S", "E85_N", "E85_S"}, + departure = {}, + station = "Grub Valley (GVMER)", + title = "Grub Valley", + display1 = "d1", +})
\ No newline at end of file diff --git a/nodes/(4892,9,2307).lua b/nodes/(4892,9,2307).lua new file mode 100644 index 0000000..fdffe90 --- /dev/null +++ b/nodes/(4892,9,2307).lua @@ -0,0 +1,10 @@ +F.ttp_begin({ + stn = "BRIC / Morija North", -- station name + tt = "E85_N", -- timetable ID + depint = "10;00", --departure slot interval + depoff = "07;30", --departure slot offset + doorside = "L", + reverse = true, + only_lines = { E85 = true }, + force_tt_reset = false, +})
\ No newline at end of file |