super powerful engine

This commit is contained in:
maxwes08
2026-01-13 10:55:18 +01:00
parent 6249499be2
commit c2bd50511e
5 changed files with 39 additions and 20 deletions

View File

@@ -22,8 +22,8 @@
public float ClutchEngagement { get; set; } = 0f; // 0 = disengaged, 1 = fully engaged
// Clutch properties
public float MaxClutchTorque { get; set; } = 450f;
public float ClutchStiffness { get; set; } = 20f; // Softer spring
public float MaxClutchTorque { get; set; } = 4500f;
public float ClutchStiffness { get; set; } = 50f; // Softer spring
// State
public float ClutchTorque { get; private set; }