Update research advance formula
This commit is contained in:
parent
bda1da86d5
commit
6e6127b3f9
@ -1070,7 +1070,7 @@ object MatterManager {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user