half value

This commit is contained in:
tsunyoku
2024-07-13 17:43:41 +01:00
parent 425c39a9b0
commit e30a598836
+1 -1
View File
@@ -77,7 +77,7 @@ impl SkillKind {
speed_bonus += exp_base * exp_base;
}
(0.6 + speed_bonus * (dist / SINGLE_SPACING_TRESHOLD).powf(3.5))
(0.3 + speed_bonus * (dist / SINGLE_SPACING_TRESHOLD).powf(3.5))
/ current.strain_time
}
}