From 6117b9c8f0a4c93af9cc2097d204091cf3ce951a Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 9 Nov 2020 22:34:20 +0100 Subject: [PATCH] Aktualizacja scenerii na nowej wersji symulatora --- src/data/stations.json | 69 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/src/data/stations.json b/src/data/stations.json index fcadc49..34e47b4 100644 --- a/src/data/stations.json +++ b/src/data/stations.json @@ -1980,5 +1980,74 @@ }, "default": false, "nonPublic": true + }, + { + "stationName": "Rebrowo Dolne", + "stationURL": "https://td2.info.pl/scenerie/rebrowo-dolne/", + "stationLines": "", + "reqLevel": "2", + "supportersOnly": "NIE", + "signalType": "współczesna", + "controlType": "SPK", + "SBL": "", + "twoWayBlock": "", + "routes": { + "oneWay": { + "catenary": 3, + "noCatenary": 0 + }, + "twoWay": { + "catenary": 0, + "noCatenary": 0 + } + }, + "default": false, + "nonPublic": false + }, + { + "stationName": "Lublinek", + "stationURL": "https://td2.info.pl/scenerie/lublinek-projekt-lka/", + "stationLines": "14", + "reqLevel": "0", + "supportersOnly": "NIE", + "signalType": "współczesna", + "controlType": "mechaniczne", + "SBL": "", + "twoWayBlock": "", + "routes": { + "oneWay": { + "catenary": 0, + "noCatenary": 0 + }, + "twoWay": { + "catenary": 2, + "noCatenary": 0 + } + }, + "default": true, + "nonPublic": false + }, + { + "stationName": "Stryków", + "stationURL": "https://td2.info.pl/scenerie/strykow-projekt-lka/", + "stationLines": "14", + "reqLevel": "0", + "supportersOnly": "NIE", + "signalType": "współczesna", + "controlType": "mechaniczne", + "SBL": "", + "twoWayBlock": "", + "routes": { + "oneWay": { + "catenary": 2, + "noCatenary": 0 + }, + "twoWay": { + "catenary": 0, + "noCatenary": 0 + } + }, + "default": true, + "nonPublic": false } ]