more balancing

This commit is contained in:
tsunyoku
2024-07-13 15:56:32 +01:00
parent 210d29ff9e
commit 9f3f3731d2
+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 = 1300.0;
const SPEED_STRAIN_DECAY_BASE: f32 = 0.3;
const AIM_SKILL_MULTIPLIER: f32 = 27.25;