* StunLock

* DisarmMalus

* Баланс
This commit is contained in:
Spatison
2024-07-21 20:55:01 +03:00
committed by GitHub
parent 0b1f2a208e
commit 06b4a48b8f
9 changed files with 26 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ public sealed class StaminaProtectionSystem : EntitySystem
args.Args.Damage = MathF.Max(0f, args.Args.Damage - flat);
if (modifiers.Coefficients.TryGetValue("Blunt", out var coefficient))
args.Args.Damage *= coefficient;
args.Args.Damage *= coefficient / 1.5f;
}
}