actually what about this

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