summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--il_timetable/init_code.lua6
-rw-r--r--il_timetable/nodes/(2655,15,4359).lua7
-rw-r--r--il_timetable/nodes/(4892,9,2307).lua10
3 files changed, 20 insertions, 3 deletions
diff --git a/il_timetable/init_code.lua b/il_timetable/init_code.lua
index 2b5a605..548c171 100644
--- a/il_timetable/init_code.lua
+++ b/il_timetable/init_code.lua
@@ -219,9 +219,9 @@ F.ttp={
stn_display = "E85 Namespace M.",
},
E85_S = {
- outside_text = "[E85] Morija North",
- inside_line_desc = "E85 to Morija North",
- stn_display = "E85 Morija North",
+ outside_text = "[E85] BRIC / Morija North",
+ inside_line_desc = "E85 to BRIC / Morija North",
+ stn_display = "E85 BRIC/Morija ",
},
}
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