mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
305 B
Rust
14 lines
305 B
Rust
BasicMelee(
|
|
energy_cost: 0,
|
|
buildup_duration: 0.65,
|
|
swing_duration: 0.3,
|
|
recover_duration: 0.35,
|
|
base_damage: 10.0,
|
|
base_poise_damage: 28,
|
|
knockback: ( strength: 25.0, direction: Away),
|
|
range: 0.8,
|
|
max_angle: 50.0,
|
|
damage_effect: None,
|
|
damage_kind: Crushing,
|
|
)
|