mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
BasicMelee(
|
|
energy_cost: 0,
|
|
buildup_duration: 0.7,
|
|
swing_duration: 0.1,
|
|
recover_duration: 0.6,
|
|
base_damage: 70,
|
|
base_poise_damage: 10,
|
|
knockback: ( strength: 10.0, direction: Away),
|
|
range: 4.0,
|
|
max_angle: 60.0,
|
|
damage_effect: None,
|
|
damage_kind: Slashing,
|
|
)
|