Shuttle speed bump (#37505)

* Shuttle speed bump

Will probably go to 80 when guns get bumped and we get CCD but just makes impacts more representative.

* cook
This commit is contained in:
metalgearsloth
2025-05-16 22:04:29 +10:00
committed by GitHub
parent 031fc463eb
commit 5d104d408c

View File

@@ -17,10 +17,10 @@ namespace Content.Server.Shuttles.Components
public const float BrakeCoefficient = 1.5f; public const float BrakeCoefficient = 1.5f;
/// <summary> /// <summary>
/// Maximum velocity assuming unupgraded, tier 1 thrusters /// Maximum velocity.
/// </summary> /// </summary>
[ViewVariables(VVAccess.ReadWrite)] [ViewVariables(VVAccess.ReadWrite)]
public float BaseMaxLinearVelocity = 20f; public float BaseMaxLinearVelocity = 60f;
public const float MaxAngularVelocity = 4f; public const float MaxAngularVelocity = 4f;