veloren/assets/common/abilities/custom/quadlowbasic/triplestrike.ron

66 lines
1.7 KiB
Rust
Raw Normal View History

2023-12-29 00:02:10 +00:00
ComboMelee2(
strikes: [
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
2024-02-14 23:23:29 +00:00
kind: Slash(
damage: 36,
2024-02-16 20:08:25 +00:00
poise: 24,
2023-12-29 00:02:10 +00:00
knockback: 3,
energy_regen: 0,
),
2024-02-14 23:23:29 +00:00
range: 4.0,
2023-12-29 00:02:10 +00:00
angle: 30.0,
),
2024-02-14 23:23:29 +00:00
buildup_duration: 0.75,
swing_duration: 0.45,
hit_timing: 0.5,
2024-02-14 23:23:29 +00:00
recover_duration: 0.4,
2023-12-29 00:02:10 +00:00
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.65,
),
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
2024-02-14 23:23:29 +00:00
kind: Stab(
damage: 18,
2024-02-16 20:08:25 +00:00
poise: 18,
2024-02-14 23:23:29 +00:00
knockback: 15,
2023-12-29 00:02:10 +00:00
energy_regen: 0,
),
2024-02-14 23:23:29 +00:00
range: 3.5,
angle: 75.0,
2023-12-29 00:02:10 +00:00
),
2024-02-14 23:23:29 +00:00
buildup_duration: 0.35,
swing_duration: 0.35,
hit_timing: 0.5,
2024-02-14 23:23:29 +00:00
recover_duration: 0.3,
2023-12-29 00:02:10 +00:00
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.65,
),
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
kind: Bash(
damage: 28,
2024-02-17 01:27:33 +00:00
poise: 36,
2023-12-29 00:02:10 +00:00
knockback: 3,
energy_regen: 0,
),
2024-02-14 23:23:29 +00:00
range: 3.0,
angle: 55.0,
2023-12-29 00:02:10 +00:00
),
2024-02-14 23:23:29 +00:00
buildup_duration: 0.55,
swing_duration: 0.25,
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.3)),
2023-12-29 00:02:10 +00:00
),
ori_modifier: 0.65,
),
],
2023-12-29 00:02:10 +00:00
energy_cost_per_strike: 0,
)