2023-12-29 00:02:10 +00:00
|
|
|
ComboMelee2(
|
|
|
|
strikes: [
|
2020-11-17 07:44:30 +00:00
|
|
|
(
|
2023-12-29 00:02:10 +00:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Bash(
|
|
|
|
damage: 10,
|
|
|
|
poise: 15,
|
|
|
|
knockback: 5,
|
|
|
|
energy_regen: 0,
|
|
|
|
),
|
|
|
|
range: 2.5,
|
|
|
|
angle: 30.0,
|
|
|
|
),
|
2024-02-14 23:23:29 +00:00
|
|
|
buildup_duration: 0.55,
|
|
|
|
swing_duration: 0.35,
|
2021-06-11 19:00:06 +00:00
|
|
|
hit_timing: 0.5,
|
2023-12-29 00:02:10 +00:00
|
|
|
recover_duration: 0.4,
|
|
|
|
movement: (
|
2024-02-14 23:23:29 +00:00
|
|
|
swing: Some(Forward(0.1)),
|
2023-12-29 00:02:10 +00:00
|
|
|
),
|
|
|
|
ori_modifier: 0.7,
|
2020-11-17 07:44:30 +00:00
|
|
|
),
|
|
|
|
(
|
2023-12-29 00:02:10 +00:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Bash(
|
|
|
|
damage: 10,
|
|
|
|
poise: 18,
|
|
|
|
knockback: 5,
|
|
|
|
energy_regen: 0,
|
|
|
|
),
|
|
|
|
range: 2.5,
|
|
|
|
angle: 30.0,
|
|
|
|
),
|
|
|
|
buildup_duration: 0.8,
|
2024-02-14 23:23:29 +00:00
|
|
|
swing_duration: 0.4,
|
2021-06-11 19:00:06 +00:00
|
|
|
hit_timing: 0.5,
|
2023-12-29 00:02:10 +00:00
|
|
|
recover_duration: 0.4,
|
2024-02-14 23:23:29 +00:00
|
|
|
movement: (
|
|
|
|
swing: Some(Forward(0.2)),
|
|
|
|
),
|
2023-12-29 00:02:10 +00:00
|
|
|
ori_modifier: 0.7,
|
2020-11-17 07:44:30 +00:00
|
|
|
),
|
|
|
|
(
|
2023-12-29 00:02:10 +00:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Bash(
|
|
|
|
damage: 10,
|
|
|
|
poise: 20,
|
|
|
|
knockback: 5,
|
|
|
|
energy_regen: 0,
|
|
|
|
),
|
|
|
|
range: 2.5,
|
|
|
|
angle: 30.0,
|
|
|
|
),
|
2024-02-14 23:23:29 +00:00
|
|
|
buildup_duration: 0.9,
|
|
|
|
swing_duration: 0.4,
|
2021-06-11 19:00:06 +00:00
|
|
|
hit_timing: 0.5,
|
2023-12-29 00:02:10 +00:00
|
|
|
recover_duration: 0.4,
|
|
|
|
movement: (
|
2024-02-14 23:23:29 +00:00
|
|
|
swing: Some(Forward(0.1)),
|
2023-12-29 00:02:10 +00:00
|
|
|
),
|
|
|
|
ori_modifier: 0.7,
|
2020-11-17 07:44:30 +00:00
|
|
|
),
|
|
|
|
],
|
2023-12-29 00:02:10 +00:00
|
|
|
energy_cost_per_strike: 0,
|
2020-11-22 08:09:43 +00:00
|
|
|
)
|