summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 15:08:17 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 15:08:17 +0200
commitbed2e514c849d3894243e02f81de2aef49be19a1 (patch)
tree5faaf19eba4d347eec2293ccd8c361ae734ec003
parent54bbcc9838062ed16d1665e11d25d24daf24babc (diff)
downloadluaatc_envs-bed2e514c849d3894243e02f81de2aef49be19a1.tar.gz
luaatc_envs-bed2e514c849d3894243e02f81de2aef49be19a1.tar.bz2
luaatc_envs-bed2e514c849d3894243e02f81de2aef49be19a1.zip
State at 2024-04-06
-rw-r--r--Crossroads/init_code.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/Crossroads/init_code.lua b/Crossroads/init_code.lua
index 5184dec..7c92ec2 100644
--- a/Crossroads/init_code.lua
+++ b/Crossroads/init_code.lua
@@ -545,16 +545,16 @@ F.lines = {
name = "1",
ring = "counterclockwise",
rtt = 120,
- interval = 120,
- [1] = { {"NRG-townhall","E",0}, {"NRG-south","N",40}, {"NRG-museum","S",75} },
+ interval = 150,
+ [1] = { {"NRG-townhall","E",50}, {"NRG-south","N",90}, {"NRG-museum","S", 120}, },
},
["NRG2"] = {
name = "2",
ring = false,
- rtt = 240,
- interval = 240,
- [1] = { {"NRG-harbor", "S", 35}, {"NRG-townhall2", "W", 70}, {"NRG-museum", "S", 135}, },
- [2] = { {"NRG-museum", "S", 135}, {"NRG-townhall", "E", 195}, {"NRG-bplatz", "S", 235}, {"NRG-harbor", "S", 275}, },
+ rtt = 300,
+ interval = 300,
+ [1] = { {"NRG-harbor", "S", 35}, {"NRG-townhall2", "W", 70}, {"NRG-yard", "W", 145}, },
+ [2] = { {"NRG-yard", "W", 145}, {"NRG-museum", "S", 210}, {"NRG-townhall", "E", 255}, {"NRG-bplatz", "S", 295}, {"NRG-harbor", "S", 335}, },
},
["NRG3"] = {
name = "3",