mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Nerf
This commit is contained in:
parent
5678bd2bbb
commit
1456efefd1
@ -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…
Reference in New Issue
Block a user