mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
BasicMelee(
|
|
energy_cost: 0,
|
|
buildup_duration: 0.8,
|
|
swing_duration: 0.2,
|
|
recover_duration: 0.5,
|
|
base_damage: 200,
|
|
base_poise_damage: 50,
|
|
knockback: 10.0,
|
|
range: 5.0,
|
|
max_angle: 60.0,
|
|
damage_effect: None,
|
|
damage_kind: Crushing,
|
|
)
|