hotbot/assets/common/abilities/custom/seawyvern/triplestrike.ron
2024-06-11 14:43:30 -04:00

66 lines
1.7 KiB
Plaintext

ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Slash(
damage: 20,
poise: 0,
knockback: 5,
energy_regen: 0,
),
range: 4.5,
angle: 30.0,
),
buildup_duration: 0.8,
swing_duration: 0.1,
hit_timing: 0.5,
recover_duration: 0.6,
movement: (
swing: Some(Forward(2.0)),
),
ori_modifier: 0.7,
),
(
melee_constructor: (
kind: Slash(
damage: 16,
poise: 0,
knockback: 5,
energy_regen: 0,
),
range: 3.5,
angle: 30.0,
),
buildup_duration: 1.1,
swing_duration: 0.4,
hit_timing: 0.5,
recover_duration: 0.6,
movement: (
swing: Some(Forward(2.0)),
),
ori_modifier: 0.7,
),
(
melee_constructor: (
kind: Slash(
damage: 26,
poise: 0,
knockback: 10,
energy_regen: 0,
),
range: 3.5,
angle: 30.0,
),
buildup_duration: 0.8,
swing_duration: 0.3,
hit_timing: 0.5,
recover_duration: 0.6,
movement: (
swing: Some(Forward(1.5)),
),
ori_modifier: 0.7,
),
],
energy_cost_per_strike: 0,
auto_progress: true,
)