package tuning import "math" func GetMultiplierByStrength(str int) float64 { return 1.1 - 0.002 * math.Log(float64(str)) }