veloren/assets/common/abilities/custom/quadmedjump/doublestrike.ron

46 lines
1.1 KiB
Rust
Raw Normal View History

2023-12-29 00:02:10 +00:00
ComboMelee2(
strikes: [
2020-11-20 06:11:13 +00:00
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
kind: Bash(
damage: 16,
poise: 30,
knockback: 4,
energy_regen: 0,
),
range: 2.2,
angle: 30.0,
),
2024-02-14 23:23:29 +00:00
buildup_duration: 0.7,
swing_duration: 0.5,
hit_timing: 0.5,
2023-12-29 00:02:10 +00:00
recover_duration: 0.6,
movement: (
2024-02-14 23:23:29 +00:00
swing: Some(Forward(0.2)),
2023-12-29 00:02:10 +00:00
),
ori_modifier: 0.8,
2020-11-20 06:11:13 +00:00
),
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
kind: Bash(
damage: 16,
poise: 30,
knockback: 4,
energy_regen: 0,
),
range: 2.2,
angle: 30.0,
),
2024-02-14 23:23:29 +00:00
buildup_duration: 0.85,
swing_duration: 0.45,
hit_timing: 0.5,
2023-12-29 00:02:10 +00:00
recover_duration: 0.6,
movement: (
2024-02-14 23:23:29 +00:00
swing: Some(Forward(0.4)),
2023-12-29 00:02:10 +00:00
),
ori_modifier: 0.8,
2020-11-20 06:11:13 +00:00
),
],
2023-12-29 00:02:10 +00:00
energy_cost_per_strike: 0,
)