mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
301 B
Rust
14 lines
301 B
Rust
BasicMelee(
|
|
energy_cost: 0,
|
|
buildup_duration: 0.6,
|
|
swing_duration: 0.1,
|
|
recover_duration: 0.15,
|
|
base_damage: 5.0,
|
|
base_poise_damage: 0,
|
|
knockback: ( strength: 0.0, direction: Away),
|
|
range: 3.5,
|
|
max_angle: 20.0,
|
|
damage_effect: None,
|
|
damage_kind: Crushing,
|
|
)
|