more speed nerf

This commit is contained in:
tsunyoku
2024-07-13 14:31:06 +01:00
parent ef06bae141
commit bc66e6b227
+1 -1
View File
@@ -2,7 +2,7 @@ use super::{DifficultyObject, SkillKind};
use std::cmp::Ordering;
const SPEED_SKILL_MULTIPLIER: f32 = 1400.0;
const SPEED_SKILL_MULTIPLIER: f32 = 900.0;
const SPEED_STRAIN_DECAY_BASE: f32 = 0.3;
const AIM_SKILL_MULTIPLIER: f32 = 26.25;