2022-01-20 01:15:50 +00:00
|
|
|
BasicMelee(
|
|
|
|
energy_cost: 0,
|
2024-05-30 10:41:55 +00:00
|
|
|
buildup_duration: 0.4,
|
2022-01-20 01:15:50 +00:00
|
|
|
swing_duration: 0.05,
|
2023-11-23 15:41:50 +00:00
|
|
|
hit_timing: 0.8,
|
2022-06-23 04:45:22 +00:00
|
|
|
recover_duration: 0.45,
|
2022-01-30 23:04:09 +00:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Slash(
|
2024-05-30 10:41:55 +00:00
|
|
|
damage: 4,
|
2022-01-30 23:04:09 +00:00
|
|
|
poise: 5,
|
|
|
|
knockback: 0,
|
|
|
|
energy_regen: 0,
|
|
|
|
),
|
2024-05-30 10:41:55 +00:00
|
|
|
range: 2.5,
|
2022-01-30 23:04:09 +00:00
|
|
|
angle: 30,
|
|
|
|
),
|
2022-02-03 01:45:43 +00:00
|
|
|
ori_modifier: 1.0,
|
2022-01-20 01:15:50 +00:00
|
|
|
)
|