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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user