{ "wagons": { "locomotive": { "type": "locomotive", "health": 100, "armor": 50, "weight": 20000, "capacity": 0, "position": { "x": 0, "y": 0, "z": 0 } }, "cargo_1": { "type": "cargo", "health": 80, "armor": 30, "weight": 5000, "capacity": 10000, "position": { "x": -5, "y": 0, "z": 0 } }, "workshop_1": { "type": "workshop", "health": 70, "armor": 20, "weight": 8000, "capacity": 5000, "position": { "x": 5, "y": 0, "z": 0 } } }, "balanceThresholds": { "lateral_warning": 0.2, "longitudinal_warning": 0.3 } }