mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/slash-nerf' into 'master'
Nerf to Slashing Damage See merge request veloren/veloren!3230
This commit is contained in:
commit
f369e9ba12
@ -741,7 +741,7 @@ pub enum DamageKind {
|
||||
}
|
||||
|
||||
const PIERCING_PENETRATION_FRACTION: f32 = 1.0;
|
||||
const SLASHING_ENERGY_FRACTION: f32 = 1.0;
|
||||
const SLASHING_ENERGY_FRACTION: f32 = 0.5;
|
||||
const CRUSHING_POISE_FRACTION: f32 = 1.0;
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user