summaryrefslogtreecommitdiff
path: root/Crossroads
diff options
context:
space:
mode:
Diffstat (limited to 'Crossroads')
-rw-r--r--Crossroads/init_code.lua8
-rw-r--r--Crossroads/nodes/(2643,12,8137).lua1
-rw-r--r--Crossroads/nodes/(2646,12,8144).lua1
3 files changed, 7 insertions, 3 deletions
diff --git a/Crossroads/init_code.lua b/Crossroads/init_code.lua
index 41ce96d..3536bd0 100644
--- a/Crossroads/init_code.lua
+++ b/Crossroads/init_code.lua
@@ -457,6 +457,8 @@ F.stnlist = {
scc = "Silver Coast Central",
scn = "Silver Coast North",
scs = "Silver Coast South",
+ ["SWALD-stn"] = "Sakurawäldle",
+ ["SWALD-south"] = "Sakurawäldle Süd",
thecube = "The Cube",
}
@@ -540,10 +542,10 @@ F.lines = {
["NRG3"] = {
name = "3",
ring = false,
- rtt = 300,
+ rtt = 600,
interval = 300,
- [1] = { {"krasnograd", "W", 195}, {"NRG-pek", "W", 235}, {"NRG-CW", "S", 280}, {"NRG-krstr", "S", 310}, {"NRG-yard", "W", 340}, },
- [2] = { {"NRG-yard", "W", 340}, {"NRG-krstr", "N", 370}, {"NRG-CW", "N", 400}, {"NRG-pek", "E", 440}, {"krasnograd", "W", 495}, },
+ [1] = { {"SWALD-south", "1", 45}, {"SWALD-stn", "N", 85}, {"krasnograd", "W", 195}, {"NRG-pek", "W", 235}, {"NRG-CW", "S", 280}, {"NRG-krstr", "S", 310}, {"NRG-yard", "W", 340}, },
+ [2] = { {"NRG-yard", "W", 340}, {"NRG-krstr", "N", 370}, {"NRG-CW", "N", 400}, {"NRG-pek", "E", 440}, {"krasnograd", "W", 495}, {"SWALD-stn", "S", 605}, {"SWALD-south", "1", 645}, },
},
}
diff --git a/Crossroads/nodes/(2643,12,8137).lua b/Crossroads/nodes/(2643,12,8137).lua
new file mode 100644
index 0000000..aa0e6cd
--- /dev/null
+++ b/Crossroads/nodes/(2643,12,8137).lua
@@ -0,0 +1 @@
+F.stn2gen("SWALD-stn", "S", "R") \ No newline at end of file
diff --git a/Crossroads/nodes/(2646,12,8144).lua b/Crossroads/nodes/(2646,12,8144).lua
new file mode 100644
index 0000000..eea1114
--- /dev/null
+++ b/Crossroads/nodes/(2646,12,8144).lua
@@ -0,0 +1 @@
+F.stn2gen("SWALD-stn", "N", "R") \ No newline at end of file