summaryrefslogtreecommitdiff
path: root/il_timetable/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r--il_timetable/nodes/(2655,15,4359).lua7
-rw-r--r--il_timetable/nodes/(4892,9,2307).lua10
2 files changed, 17 insertions, 0 deletions
diff --git a/il_timetable/nodes/(2655,15,4359).lua b/il_timetable/nodes/(2655,15,4359).lua
new file mode 100644
index 0000000..b2ab890
--- /dev/null
+++ b/il_timetable/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/il_timetable/nodes/(4892,9,2307).lua b/il_timetable/nodes/(4892,9,2307).lua
new file mode 100644
index 0000000..fdffe90
--- /dev/null
+++ b/il_timetable/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