Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Routes Rumburk-Pansky-Mikulasovice, Pansky-Krasna Lipa #745

Merged
merged 3 commits into from
Sep 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions Path.json
Original file line number Diff line number Diff line change
Expand Up @@ -39626,6 +39626,82 @@
}
]
},
{
"electrified": false,
"name": "SŽDC 084 Rumburk-Mikulášovice",
"group": 1,
"maxSpeed": 50,
"neededEquipments": [
"CZ"
],
"objects": [
{
"start": "XTRU",
"end": "XTDKR",
"length": 2,
"maxSpeed": 55,
"twistingFactor": 0.1
},
{
"start": "XTDKR",
"end": "XTSKR",
"length": 2,
"twistingFactor": 0.14
},
{
"start": "XTSKR",
"end": "XTPAN",
"length": 2,
"twistingFactor": 0.13
},
{
"start": "XTPAN",
"end": "XTBRT",
"length": 1,
"twistingFactor": 0.14
},
{
"start": "XTBRT",
"end": "🇨🇿5456559",
"length": 3,
"twistingFactor": 0.19
},
{
"start": "🇨🇿5456559",
"end": "XTMHS",
"length": 2,
"twistingFactor": 0.17
},
{
"start": "XTMHS",
"end": "XTMD",
"length": 3,
"twistingFactor": 0.16
}
]
},
{
"electrified": false,
"group": 1,
"maxSpeed": 40,
"neededEquipments": [
"CZ"
],
"objects": [
{
"start": "XTPAN",
"end": "XTZAH",
"length": 2,
"twistingFactor": 0.2
},
{
"start": "XTZAH",
"end": "XTKLP",
"length": 2,
"twistingFactor": 0.1
}
]
},
{
"electrified": false,
"group": 1,
Expand Down
70 changes: 70 additions & 0 deletions Station.json
Original file line number Diff line number Diff line change
Expand Up @@ -39860,6 +39860,76 @@
"platforms": 3,
"proj": 3
},
{
"name": "Dolní Křečany",
"ril100": "XTDKR",
"group": 5,
"x": 1088,
"y": 133,
"proj": 3,
"platformLength": 43,
"platforms": 1
},
{
"name": "Staré Křečany",
"ril100": "XTSKR",
"group": 5,
"x": 1085,
"y": 135,
"proj": 3,
"platformLength": 41,
"platforms": 1
},
{
"name": "Panský",
"ril100": "XTPAN",
"group": 2,
"x": 1081,
"y": 135,
"proj": 3,
"platformLength": 120,
"platforms": 2
},
{
"name": "Brtníky",
"ril100": "XTBRT",
"group": 5,
"x": 1077,
"y": 134,
"proj": 3,
"platformLength": 40,
"platforms": 1
},
{
"name": "Mikulášovice horní nádraží",
"ril100": "🇨🇿5456559",
"group": 5,
"x": 1071,
"y": 133,
"proj": 3,
"platformLength": 40,
"platforms": 1
},
{
"name": "Mikulášovice střed",
"ril100": "XTMHS",
"group": 5,
"x": 1066,
"y": 132,
"proj": 3,
"platformLength": 40,
"platforms": 1
},
{
"name": "Zahrady u Rumburka",
"ril100": "XTZAH",
"group": 5,
"x": 1084,
"y": 137,
"proj": 3,
"platformLength": 40,
"platforms": 1
},
{
"name": "Krásná Lípa",
"ril100": "XTKLP",
Expand Down
23 changes: 23 additions & 0 deletions TaskModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2952,6 +2952,29 @@
{ "name": "passengers" }
]
},
{
"group": 1,
"name": "Bummelzug von %s nach %s",
"service": 2,
"descriptions": [
"Fahre über Nebenstrecken durch Tschechien von %s nach %s.",
"Bediene diese Strecke mit geringem Verkehrsaufkommen."
],
"objects": [
{
"name": "ČD Os 26026 von %s nach %s",
"stations": [ "XTRU", "XTPAN", "XTKLP", "XTMD" ]
},
{
"name": "Trilex TL T2",
"stations": [ "XTRU", "XTPAN", "XTMD" ]
}
],
"stopsEverywhere": true,
"neededCapacity": [
{ "name": "passengers" }
]
},
{
"group": 1,
"name": "ČD Os von %s nach %s",
Expand Down