veloren/assets/common/abilities/custom/roshwalr/doublehusk.ron

46 lines
1.2 KiB
Rust
Raw Normal View History

2023-12-29 00:02:10 +00:00
ComboMelee2(
strikes: [
2022-11-10 12:53:12 +00:00
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
kind: Stab(
damage: 28,
poise: 7.5,
knockback: 3,
energy_regen: 5,
),
range: 3.0,
angle: 75.0,
),
buildup_duration: 1.2,
swing_duration: 0.07,
2022-11-10 12:53:12 +00:00
hit_timing: 0.5,
2023-12-29 00:02:10 +00:00
recover_duration: 0.3,
movement: (
2024-02-14 23:23:29 +00:00
swing: Some(Forward(0.15)),
2023-12-29 00:02:10 +00:00
),
ori_modifier: 0.5,
2022-11-10 12:53:12 +00:00
),
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
kind: Stab(
damage: 28,
poise: 7.5,
knockback: 3,
energy_regen: 5,
),
range: 3.0,
angle: 75.0,
),
2024-02-14 23:23:29 +00:00
buildup_duration: 0.5,
2023-12-29 00:02:10 +00:00
swing_duration: 0.07,
2022-11-10 12:53:12 +00:00
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.15)),
2023-12-29 00:02:10 +00:00
),
ori_modifier: 0.5,
2022-11-10 12:53:12 +00:00
),
],
2023-12-29 00:02:10 +00:00
energy_cost_per_strike: 0,
)