{{ chosenRealComposition.number }} {{ chosenRealComposition.name }}
|
{{ $t('stocklist.mass') }}
{{ (store.totalWeight / 1000).toFixed(1) }}t
({{ $t('stocklist.mass-accepted') }}:
{{
store.acceptableWeight ? `${~~(store.acceptableWeight / 1000)}t` : '-'
}}) - {{ $t('stocklist.length') }}:
{{ store.totalLength }}m
- {{ $t('stocklist.vmax') }}
(?):
{{ store.maxStockSpeed }} km/h
{{ $t('stocklist.coldstart-info') }}
{{ $t('stocklist.doublemanning-info') }}
(!) {{ $t('stocklist.warning-not-suitable') }}
(!) {{ $t('stocklist.warning-passenger-too-long') }}
(!) {{ $t('stocklist.warning-freight-too-long') }}
(!)
{{
$t('stocklist.warning-team-only-vehicle', [
teamOnlyVehicles.map((v) => v.vehicleRef.type).join(', '),
])
}}
{{ $t('stocklist.warning-too-many-locos') }}
{{ $t('stocklist.list-empty') }}
-
•
{{ i + 1 }}.
{{
isTractionUnit(stock.vehicleRef)
? stock.vehicleRef.type
: getCarSpecFromType(stock.vehicleRef.type)
}}
{{ stock.cargo.id }}
{{ stock.vehicleRef.length }}m
{{ ((stock.vehicleRef.weight + (stock.cargo?.weight ?? 0)) / 1000).toFixed(1) }}t
{{ stock.vehicleRef.maxSpeed }}km/h