2020-11-17 07:44:30 +00:00
|
|
|
BasicMelee(
|
|
|
|
energy_cost: 0,
|
2024-02-14 23:23:29 +00:00
|
|
|
buildup_duration: 0.7,
|
|
|
|
swing_duration: 0.45,
|
2023-11-23 15:41:50 +00:00
|
|
|
hit_timing: 0.4,
|
2022-06-18 10:33:19 +00:00
|
|
|
recover_duration: 0.85,
|
2022-01-18 01:41:24 +00:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Bash(
|
2024-02-14 23:23:29 +00:00
|
|
|
damage: 10.0,
|
|
|
|
poise: 14.0,
|
|
|
|
knockback: 8.0,
|
2022-01-18 01:41:24 +00:00
|
|
|
energy_regen: 0.0,
|
|
|
|
),
|
2024-02-14 23:23:29 +00:00
|
|
|
range: 3.0,
|
2022-01-18 01:41:24 +00:00
|
|
|
angle: 50.0,
|
|
|
|
),
|
2024-02-14 23:23:29 +00:00
|
|
|
ori_modifier: 0.5,
|
2020-12-05 18:23:45 +00:00
|
|
|
)
|