Skip to content

Commit

Permalink
Syncronize order of air then water speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderBoy9217 authored Dec 30, 2024
1 parent c646ab0 commit cec3411
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ object EurekaConfig {
@JsonSchema(description = "The final linear boost will be raised to the power of 2, and the result of the delta is multiple by this value")
val engineBoostExponentialPower = 0.000001

@JsonSchema(description = "Max speed of a ship on water or lava without boosting")
val maxCasualWaterSpeed = 20.0

@JsonSchema(description = "Max speed of a flying ship without boosting")
val maxCasualAirSpeed = 15.0

@JsonSchema(description = "Max speed of a ship on water or lava without boosting")
val maxCasualWaterSpeed = 20.0

@JsonSchema(description = "The speed at which the ship stabilizes")
var stabilizationSpeed = 10.0

Expand Down

0 comments on commit cec3411

Please sign in to comment.