mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
commit
24e8727355
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user