mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
BasicMelee(
|
|
energy_cost: 0,
|
|
buildup_duration: 0.25,
|
|
swing_duration: 0.1,
|
|
recover_duration: 0.25,
|
|
knockback: ( strength: 25.0, direction: Away),
|
|
base_damage: 200,
|
|
base_poise_damage: 40,
|
|
range: 5.0,
|
|
max_angle: 120.0,
|
|
damage_effect: None,
|
|
damage_kind: Slashing,
|
|
)
|