summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'nodes')
-rw-r--r--nodes/(1722,30,2937).lua2
-rw-r--r--nodes/(1730,26,2917).lua10
-rw-r--r--nodes/(2336,29,3346).lua4
-rw-r--r--nodes/(2350,29,3340).lua4
-rw-r--r--nodes/(2635,13,4369).lua4
-rw-r--r--nodes/(2649,13,4351).lua4
6 files changed, 27 insertions, 1 deletions
diff --git a/nodes/(1722,30,2937).lua b/nodes/(1722,30,2937).lua
index d28bc16..f4017bb 100644
--- a/nodes/(1722,30,2937).lua
+++ b/nodes/(1722,30,2937).lua
@@ -1,5 +1,5 @@
F.ttp_station_display({
- lines = {"E1_N", "E1_S"},
+ lines = {"E1_N", "E1_S", "E84_N", "E84_S"},
departure = {},
station = "Personhood Main",
title = "Personhood Main",
diff --git a/nodes/(1730,26,2917).lua b/nodes/(1730,26,2917).lua
new file mode 100644
index 0000000..dd3c1bc
--- /dev/null
+++ b/nodes/(1730,26,2917).lua
@@ -0,0 +1,10 @@
+F.ttp_begin({
+ stn = "Personhood Main", -- station name
+ tt = "E1_S", -- timetable ID
+ depint = "02;30", --departure slot interval
+ depoff = "00;45", --departure slot offset
+ doorside = "L",
+ reverse = true,
+ only_lines = { E1 = true },
+ force_tt_reset = false,
+})
diff --git a/nodes/(2336,29,3346).lua b/nodes/(2336,29,3346).lua
new file mode 100644
index 0000000..5de5365
--- /dev/null
+++ b/nodes/(2336,29,3346).lua
@@ -0,0 +1,4 @@
+F.ttp_stop({
+ stn = "PK Factory",
+ doorside = "L",
+}) \ No newline at end of file
diff --git a/nodes/(2350,29,3340).lua b/nodes/(2350,29,3340).lua
new file mode 100644
index 0000000..5de5365
--- /dev/null
+++ b/nodes/(2350,29,3340).lua
@@ -0,0 +1,4 @@
+F.ttp_stop({
+ stn = "PK Factory",
+ doorside = "L",
+}) \ No newline at end of file
diff --git a/nodes/(2635,13,4369).lua b/nodes/(2635,13,4369).lua
new file mode 100644
index 0000000..56e00a2
--- /dev/null
+++ b/nodes/(2635,13,4369).lua
@@ -0,0 +1,4 @@
+F.ttp_stop({
+ stn = "Grub Valley (GVMER)",
+ doorside = "R",
+}) \ No newline at end of file
diff --git a/nodes/(2649,13,4351).lua b/nodes/(2649,13,4351).lua
new file mode 100644
index 0000000..56e00a2
--- /dev/null
+++ b/nodes/(2649,13,4351).lua
@@ -0,0 +1,4 @@
+F.ttp_stop({
+ stn = "Grub Valley (GVMER)",
+ doorside = "R",
+}) \ No newline at end of file