trade_bot/assets/common/abilities/hammersimple/doublestrike.ron

46 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Bash(
damage: 24,
poise: 40,
knockback: 4,
energy_regen: 0,
),
range: 4.5,
angle: 50.0,
),
buildup_duration: 0.6,
2024-10-08 23:55:42 +00:00
swing_duration: 0.25,
2024-07-03 23:04:49 +00:00
hit_timing: 0.5,
2024-10-08 23:55:42 +00:00
recover_duration: 0.25,
2024-07-03 23:04:49 +00:00
movement: (
2024-10-08 23:55:42 +00:00
swing: Some(Forward(0.5)),
2024-07-03 23:04:49 +00:00
),
ori_modifier: 0.65,
),
(
melee_constructor: (
kind: Bash(
damage: 32,
poise: 40,
knockback: 16,
energy_regen: 0,
),
2024-10-08 23:55:42 +00:00
range: 4.0,
2024-07-03 23:04:49 +00:00
angle: 30.0,
),
2024-10-08 23:55:42 +00:00
buildup_duration: 1,
swing_duration: 0.4,
2024-07-03 23:04:49 +00:00
hit_timing: 0.5,
recover_duration: 1.2,
movement: (
2024-10-08 23:55:42 +00:00
swing: Some(Forward(0.5)),
2024-07-03 23:04:49 +00:00
),
ori_modifier: 0.65,
),
],
energy_cost_per_strike: 0,
)