Add station modal logic and station data for part of route 0210
This commit is contained in:
@@ -6,26 +6,28 @@ platforms:
|
||||
- platformId: 1Dn
|
||||
platformLength: 121
|
||||
signal: true
|
||||
stepFree: true
|
||||
dispatch: false
|
||||
doorPattern:
|
||||
- kind: IET5
|
||||
doors: [1,9]
|
||||
doors: [1, 9]
|
||||
- kind: IET9
|
||||
doors: [1,9]
|
||||
doors: [1, 9]
|
||||
- kind: IET10
|
||||
doors: [1,9]
|
||||
doors: [1, 9]
|
||||
- kind: DMU
|
||||
max-car: 5
|
||||
- platformId: 2Up
|
||||
platformLength: 123
|
||||
signal: true
|
||||
stepFree: true
|
||||
dispatch: false
|
||||
doorPattern:
|
||||
- kind: IET5
|
||||
doors: [2,10]
|
||||
doors: [2, 10]
|
||||
- kind: IET9
|
||||
doors: [2,10]
|
||||
doors: [2, 10]
|
||||
- kind: IET10
|
||||
doors: [2,10]
|
||||
doors: [2, 10]
|
||||
- kind: DMU
|
||||
max-car: 5
|
||||
max-car: 5
|
||||
|
||||
Reference in New Issue
Block a user