diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:03:12 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:03:12 +0200 |
commit | a2019a09fcf476dae1fcee1acae4856c95869fd4 (patch) | |
tree | 2b0a6b68253799e2afc2bdb89ee97c728a6251c8 | |
parent | fd4ed975cdcd44eb9fe78080e73d7564adfa9586 (diff) | |
download | luaatc_envs-a2019a09fcf476dae1fcee1acae4856c95869fd4.tar.gz luaatc_envs-a2019a09fcf476dae1fcee1acae4856c95869fd4.tar.bz2 luaatc_envs-a2019a09fcf476dae1fcee1acae4856c95869fd4.zip |
State at 2023-11-20
-rw-r--r-- | Crossroads/init_code.lua | 8 | ||||
-rw-r--r-- | Crossroads/nodes/(2643,12,8137).lua | 1 | ||||
-rw-r--r-- | Crossroads/nodes/(2646,12,8144).lua | 1 |
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 |