Skip to content

Commit b455c27

Browse files
committed
- Change default engine heat loss and gain
1 parent ed2df75 commit b455c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: common/src/main/kotlin/org/valkyrienskies/eureka/EurekaConfig.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ object EurekaConfig {
2020
val minEnginePower: Float = 700000f
2121

2222
@JsonSchema(description = "The amount of heat a engine loses per tick")
23-
val engineHeatLoss = 0.0005f
23+
val engineHeatLoss = 0.01f
2424

2525
@JsonSchema(description = "The amount of heat a gain per tick (when burning)")
26-
val engineHeatGain = 0.002f
26+
val engineHeatGain = 0.03f
2727

2828
@JsonSchema(description = "Max speed of a ship without boosting")
2929
val maxCasualSpeed = 20f

0 commit comments

Comments
 (0)