2024-07-03 23:04:49 +00:00
|
|
|
ComboMelee2(
|
|
|
|
strikes: [
|
|
|
|
(
|
|
|
|
melee_constructor: (
|
|
|
|
kind: Slash(
|
|
|
|
damage: 4,
|
|
|
|
poise: 5,
|
|
|
|
knockback: 0,
|
2024-10-08 23:55:42 +00:00
|
|
|
energy_regen: 8,
|
2024-07-03 23:04:49 +00:00
|
|
|
),
|
|
|
|
range: 3.0,
|
|
|
|
angle: 45.0,
|
|
|
|
multi_target: Some(Normal),
|
|
|
|
),
|
|
|
|
buildup_duration: 0.2,
|
|
|
|
swing_duration: 0.1,
|
|
|
|
hit_timing: 0.5,
|
|
|
|
recover_duration: 0.15,
|
|
|
|
ori_modifier: 0.6,
|
|
|
|
),
|
|
|
|
(
|
|
|
|
melee_constructor: (
|
|
|
|
kind: Slash(
|
|
|
|
damage: 7,
|
|
|
|
poise: 5,
|
|
|
|
knockback: 0,
|
2024-10-08 23:55:42 +00:00
|
|
|
energy_regen: 12,
|
2024-07-03 23:04:49 +00:00
|
|
|
),
|
|
|
|
range: 3.0,
|
|
|
|
angle: 45.0,
|
|
|
|
multi_target: Some(Normal),
|
|
|
|
),
|
|
|
|
buildup_duration: 0.15,
|
|
|
|
swing_duration: 0.15,
|
|
|
|
hit_timing: 0.5,
|
|
|
|
recover_duration: 0.25,
|
|
|
|
ori_modifier: 0.6,
|
|
|
|
),
|
|
|
|
],
|
|
|
|
energy_cost_per_strike: 0,
|
|
|
|
)
|