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

Tee pt8 #639

Merged
merged 4 commits into from
Aug 17, 2022
Merged
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
67 changes: 67 additions & 0 deletions TaskModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5174,6 +5174,73 @@
{ "name": "beds", "value": 200 }
]
},
{
"group": 1,
"name": "Metropol Express von %s bis %s",
"service": 1,
"objects": [
{
"descriptions": [
"Fahre den D 1275/1274 Metropol von %s nach %s"
],
"stations": [ "WR", "BL", "DH", "DSA", "XTD", "XTP", "XTBR", "XYB", "XYST", "XMBK" ],
"pathSuggestion": [ "WR", "WSN", "WG", "WWR", "WNT", "BOR", "BL", "BBF", "BDKO", "BEW", "DGB", "DH", "DHD", "DPI", "DSA", "XTD", "XTU", "XTP", "XTKI", "XTPAR", "XTTR", "XTBR", "XTBE", "XAWW", "XYB", "XYNZ", "XYST", "XMBK" ]
},
{
"descriptions": [
"Fahre den D 1473/1472 Metropol von %s nach %s"
],
"stations": [ "DH", "DSA", "XTD", "XTP", "XTBR", "XYST", "XMBK" ],
"pathSuggestion": [ "DH", "DHD", "DPI", "DSA", "XTD", "XTU", "XTP", "XTKI", "XTPAR", "XTTR", "XTBR", "XTBE", "XAWW", "XYB", "XYNZ", "XYST", "XMBK" ],
"neededCapacity": [
{ "name": "passengers", "value": 450 },
{ "name": "bistroseats", "value": 40 },
{ "name": "beds", "value": 250 },
{ "name": "cars", "value": 36 }
]
},
{
"descriptions": [
"Fahre den D 377/376 Metropol von %s nach %s"
],
"stations": [ "BL", "DH", "DSA", "XTD", "XTP", "XTBR", "XYB", "XYST", "XMBK" ],
"pathSuggestion": [ "BL", "BBF", "BDKO", "BEW", "DGB", "DH", "DHD", "DPI", "DSA", "XTD", "XTU", "XTP", "XTKI", "XTPAR", "XTTR", "XTBR", "XTBE", "XAWW", "XYB", "XYNZ", "XYST", "XMBK" ]
},
{
"descriptions": [
"Fahre den IEx 73/72 Metropol von %s nach %s"
],
"stations": [ "BL", "DH", "DSA", "XTD", "XTP", "XTBR", "XYB", "XYST", "XMSB", "XMBK" ],
"pathSuggestion": [ "BL", "BBF", "BDKO", "BEW", "DGB", "DH", "DHD", "DPI", "DSA", "XTD", "XTU", "XTP", "XTKI", "XTPAR", "XTTR", "XTBR", "XTBE", "XAWW", "XYB", "XYNZ", "XYST", "XMSB", "XMBK" ]
},
{
"descriptions": [
"Fahre den IEx 73/72 Metropol von %s nach %s"
],
"stations": [ "BL", "DH", "DSA", "XTD", "XTP", "XTBR", "XAWW" ],
"pathSuggestion": [ "BL", "BBF", "BDKO", "BEW", "DGB", "DH", "DHD", "DPI", "DSA", "XTD", "XTU", "XTP", "XTKI", "XTPAR", "XTTR", "XTBR", "XTBE", "XAWW" ],
"neededCapacity": [
{ "name": "passengers", "value": 360 },
{ "name": "beds", "value": 120 }
]
},
{
"descriptions": [
"Fahre den IEx 73/72 Metropol von %s nach %s"
],
"stations": [ "XYB", "XYST", "XMSB", "XMBK" ],
"pathSuggestion": [ "XYB", "XYNZ", "XYST", "XMSB", "XMBK" ],
"neededCapacity": [
{ "name": "passengers", "value": 450 }
]
}
],
"neededCapacity": [
{ "name": "passengers", "value": 450 },
{ "name": "bistroseats", "value": 40 },
{ "name": "beds", "value": 250 }
]
},
{
"group": 1,
"name": "Fernverkehrsleistung im Schweden",
Expand Down