summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 15:03:15 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 15:03:15 +0200
commitcf843837af8caab70458cf554dc203ca6818623c (patch)
tree3d1bffeb673d28c8fe61d0f1aeb7f24a9f607619 /nodes
parent9906a8dc3deb4cd61f74dee64d84bc191212b075 (diff)
downloadil_timetable-cf843837af8caab70458cf554dc203ca6818623c.tar.gz
il_timetable-cf843837af8caab70458cf554dc203ca6818623c.tar.bz2
il_timetable-cf843837af8caab70458cf554dc203ca6818623c.zip
State at 2023-11-22
Diffstat (limited to 'nodes')
-rw-r--r--nodes/(-1925,13,-4577).lua2
-rw-r--r--nodes/(1984,41,8404).lua4
-rw-r--r--nodes/(773,8,132).lua9
3 files changed, 14 insertions, 1 deletions
diff --git a/nodes/(-1925,13,-4577).lua b/nodes/(-1925,13,-4577).lua
index a1d7a28..fa700e6 100644
--- a/nodes/(-1925,13,-4577).lua
+++ b/nodes/(-1925,13,-4577).lua
@@ -8,7 +8,7 @@ F.ttp_begin({
doorside = "R",
reverse = true,
only_lines = { E1 = true },
- force_tt_reset = true,
+ force_tt_reset = false,
})
if event.train then
diff --git a/nodes/(1984,41,8404).lua b/nodes/(1984,41,8404).lua
new file mode 100644
index 0000000..6e23563
--- /dev/null
+++ b/nodes/(1984,41,8404).lua
@@ -0,0 +1,4 @@
+F.ttp_stop({
+ stn = "Azena Transirejo",
+ doorside = "R",
+}) \ No newline at end of file
diff --git a/nodes/(773,8,132).lua b/nodes/(773,8,132).lua
new file mode 100644
index 0000000..cc8b8cb
--- /dev/null
+++ b/nodes/(773,8,132).lua
@@ -0,0 +1,9 @@
+F.ttp_begin({
+ stn = "Leekston East", -- station name
+ tt = "NX_N", -- timetable ID
+ depint = "05;00", --departure slot interval
+ depoff = "02;00", --departure slot offset
+ doorside = "R",
+ only_lines = {XN=true},
+ force_tt_reset = false,
+}) \ No newline at end of file