We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2df75 commit b455c27Copy full SHA for b455c27
common/src/main/kotlin/org/valkyrienskies/eureka/EurekaConfig.kt
@@ -20,10 +20,10 @@ object EurekaConfig {
20
val minEnginePower: Float = 700000f
21
22
@JsonSchema(description = "The amount of heat a engine loses per tick")
23
- val engineHeatLoss = 0.0005f
+ val engineHeatLoss = 0.01f
24
25
@JsonSchema(description = "The amount of heat a gain per tick (when burning)")
26
- val engineHeatGain = 0.002f
+ val engineHeatGain = 0.03f
27
28
@JsonSchema(description = "Max speed of a ship without boosting")
29
val maxCasualSpeed = 20f
0 commit comments