Update research advance formula

This commit is contained in:
DBotThePony 2022-11-24 21:14:58 +07:00
parent bda1da86d5
commit 6e6127b3f9
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -1070,7 +1070,7 @@ object MatterManager {
return 0.0 return 0.0
} }
return (1.0 / (complexity.pow(1.0 / 3.0) * 12.0).coerceAtLeast(0.01)).coerceAtMost(0.2).coerceAtLeast(0.025) return (1.0 / (complexity.pow(1.0 / 3.0) * 1.25).coerceAtLeast(0.01)).coerceIn(0.025, 0.2)
} }
@JvmStatic @JvmStatic