mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/small-fix' into 'master'
Small block fix See merge request veloren/veloren!2921
This commit is contained in:
commit
4b3b2f2079
@ -386,11 +386,11 @@ impl CharacterAbility {
|
||||
|
||||
pub fn default_block() -> CharacterAbility {
|
||||
CharacterAbility::BasicBlock {
|
||||
buildup_duration: 0.35,
|
||||
recover_duration: 0.3,
|
||||
buildup_duration: 0.25,
|
||||
recover_duration: 0.2,
|
||||
max_angle: 60.0,
|
||||
block_strength: 0.5,
|
||||
energy_cost: 50.0,
|
||||
energy_cost: 2.5,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user