mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02:00
Added a new optional section to .fiz files: `ffBrakeList`. It is used instead of `ffList` whenever the vehicle has its ED braking engaged. Example (dynamic/pkp/elf_v1/inverter_kp.fiz): ``` ffList: Size=3 0 2.0 33.7 2.08 34.0 2.12 130.4 8.10 endff ffBrakeList: Size=4 0 2.0 33.7 2.08 34.8 2.08 34.8 2.17 130.4 8.10 endff ```