2021-05-04 23:02:18 +00:00
|
|
|
BasicMelee(
|
|
|
|
energy_cost: 0,
|
2021-05-06 20:44:18 +00:00
|
|
|
buildup_duration: 0.8,
|
2021-06-18 19:03:39 +00:00
|
|
|
swing_duration: 0.1,
|
2021-05-04 23:02:18 +00:00
|
|
|
recover_duration: 0.5,
|
2021-09-09 04:07:17 +00:00
|
|
|
base_damage: 20.0,
|
2021-05-04 23:02:18 +00:00
|
|
|
base_poise_damage: 50,
|
2021-05-24 00:45:22 +00:00
|
|
|
knockback: ( strength: 10.0, direction: Away),
|
2021-05-09 17:43:47 +00:00
|
|
|
range: 4.0,
|
|
|
|
max_angle: 45.0,
|
2021-05-04 23:02:18 +00:00
|
|
|
damage_effect: None,
|
2021-05-06 23:45:48 +00:00
|
|
|
damage_kind: Crushing,
|
2021-05-04 23:02:18 +00:00
|
|
|
)
|