summaryrefslogtreecommitdiff
path: root/il_timetable
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:25 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:25 +0200
commit72b5cc792208fcc6fcfd103b909ce69bdef12c8b (patch)
treedb6c6848f1a402a9a7d83f15ac2803a780f2d1e7 /il_timetable
parentfe5294d1d13441071f6cb58c2594062875b4439d (diff)
downloadluaatc_envs-72b5cc792208fcc6fcfd103b909ce69bdef12c8b.tar.gz
luaatc_envs-72b5cc792208fcc6fcfd103b909ce69bdef12c8b.tar.bz2
luaatc_envs-72b5cc792208fcc6fcfd103b909ce69bdef12c8b.zip
State at 2023-04-11
Diffstat (limited to 'il_timetable')
-rw-r--r--il_timetable/nodes/(-1925,13,-4577).lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/il_timetable/nodes/(-1925,13,-4577).lua b/il_timetable/nodes/(-1925,13,-4577).lua
new file mode 100644
index 0000000..fa700e6
--- /dev/null
+++ b/il_timetable/nodes/(-1925,13,-4577).lua
@@ -0,0 +1,16 @@
+F.ttp_begin({
+ stn = "Melinka", -- station name
+ tt = "E1_N", -- timetable ID
+-- depint = "02;30", --departure slot interval
+-- depoff = "00;45", --departure slot offset
+ depint = "05;00",
+ depoff = "02;30",
+ doorside = "R",
+ reverse = true,
+ only_lines = { E1 = true },
+ force_tt_reset = false,
+})
+
+if event.train then
+ set_rc("")
+end \ No newline at end of file