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:
parent
d7ea0403f9
commit
edfe4ada5b
|
|
@ -17,10 +17,10 @@ namespace Content.Server.Shuttles.Components
|
|||
public const float BrakeCoefficient = 1.5f;
|
||||
|
||||
/// <summary>
|
||||
/// Maximum velocity assuming unupgraded, tier 1 thrusters
|
||||
/// Maximum velocity.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public float BaseMaxLinearVelocity = 20f;
|
||||
public float BaseMaxLinearVelocity = 60f;
|
||||
|
||||
public const float MaxAngularVelocity = 4f;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue