trade_bot/assets/common/abilities/custom/goblin_thug/doublestrike.ron
2024-11-05 23:30:32 -05:00

46 lines
1.1 KiB
Plaintext

ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Bash(
damage: 4,
poise: 1,
knockback: 0,
energy_regen: 0,
),
range: 3.5,
angle: 50.0,
),
buildup_duration: 0.6,
swing_duration: 0.25,
hit_timing: 0.5,
recover_duration: 0.25,
movement: (
swing: Some(Forward(0.5)),
),
ori_modifier: 0.65,
),
(
melee_constructor: (
kind: Bash(
damage: 6,
poise: 1,
knockback: 0,
energy_regen: 0,
),
range: 4.0,
angle: 30.0,
),
buildup_duration: 1,
swing_duration: 0.4,
hit_timing: 0.5,
recover_duration: 1.2,
movement: (
swing: Some(Forward(0.5)),
),
ori_modifier: 0.65,
),
],
energy_cost_per_strike: 0,
)