Merge branch 'srpapinha/buff-parry-block-poise-cost' into 'master'

Buff parry/block poise cost

See merge request veloren/veloren!4401
This commit is contained in:
Samuel Keiffer 2024-04-05 00:05:06 +00:00
commit 24e8727355

View File

@ -59,7 +59,7 @@ pub const MAX_HEADSHOT_PRECISION: f32 = 1.0;
pub const MAX_TOP_HEADSHOT_PRECISION: f32 = 0.5;
pub const MAX_BEAM_DUR_PRECISION: f32 = 0.25;
pub const MAX_MELEE_POISE_PRECISION: f32 = 0.5;
pub const MAX_BLOCK_POISE_COST: f32 = 50.0;
pub const MAX_BLOCK_POISE_COST: f32 = 25.0;
pub const PARRY_BONUS_MULTIPLIER: f32 = 2.0;
pub const FALLBACK_BLOCK_STRENGTH: f32 = 5.0;