apply nerf to flashlight skill on high star maps

This commit is contained in:
MaxOhn
2021-10-28 16:32:40 +02:00
parent a4ff08826b
commit 7a0236e34d
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const AIM_SKILL_MULTIPLIER: f32 = 26.25;
const AIM_STRAIN_DECAY_BASE: f32 = 0.15;
const AIM_DECAY_WEIGHT: f32 = 0.9;
const FLASHLIGHT_SKILL_MULTIPLIER: f32 = 0.065;
const FLASHLIGHT_SKILL_MULTIPLIER: f32 = 0.13;
const FLASHLIGHT_STRAIN_DECAY_BASE: f32 = 0.15;
const FLASHLIGHT_DECAY_WEIGHT: f32 = 1.0;
+3 -1
View File
@@ -141,7 +141,9 @@ impl SkillKind {
}
}
(small_dist_nerf * result).powf(2.5)
result *= small_dist_nerf;
result * result
}
Self::Speed => {
if current.base.is_spinner() {