more balancing attempts

This commit is contained in:
tsunyoku
2024-07-13 18:27:24 +01:00
parent 3610fa7641
commit ba1ec885f3
+3 -3
View File
@@ -2,10 +2,10 @@ use super::{DifficultyObject, SkillKind};
use std::cmp::Ordering;
const SPEED_SKILL_MULTIPLIER: f32 = 1400.0;
const SPEED_STRAIN_DECAY_BASE: f32 = 0.3;
const SPEED_SKILL_MULTIPLIER: f32 = 1012.5;
const SPEED_STRAIN_DECAY_BASE: f32 = 0.2;
const AIM_SKILL_MULTIPLIER: f32 = 30.5;
const AIM_SKILL_MULTIPLIER: f32 = 23.25;
const AIM_STRAIN_DECAY_BASE: f32 = 0.15;
const DECAY_WEIGHT: f32 = 0.9;