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

66 lines
1.7 KiB
Rust
Raw Normal View History

2023-12-29 00:02:10 +00:00
ComboMelee2(
strikes: [
2020-11-21 19:06:36 +00:00
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
kind: Bash(
2024-02-14 23:23:29 +00:00
damage: 60,
2023-12-29 00:02:10 +00:00
poise: 20,
knockback: 3,
energy_regen: 0,
),
2024-02-14 23:23:29 +00:00
range: 3.5,
angle: 45.0,
2023-12-29 00:02:10 +00:00
),
2024-02-14 23:23:29 +00:00
buildup_duration: 1.4,
swing_duration: 0.4,
hit_timing: 0.5,
2024-02-14 23:23:29 +00:00
recover_duration: 0.7,
2023-12-29 00:02:10 +00:00
movement: (
2024-02-14 23:23:29 +00:00
swing: Some(Forward(0.15)),
2023-12-29 00:02:10 +00:00
),
2024-02-14 23:23:29 +00:00
ori_modifier: 0.8,
2020-11-21 19:06:36 +00:00
),
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
kind: Bash(
damage: 44,
poise: 20,
2024-02-14 23:23:29 +00:00
knockback: 12,
2023-12-29 00:02:10 +00:00
energy_regen: 0,
),
2024-02-14 23:23:29 +00:00
range: 3.0,
angle: 75.0,
2023-12-29 00:02:10 +00:00
),
2024-02-14 23:23:29 +00:00
buildup_duration: 0.95,
swing_duration: 0.65,
hit_timing: 0.5,
2024-02-14 23:23:29 +00:00
recover_duration: 0.2,
2023-12-29 00:02:10 +00:00
movement: (
2024-02-14 23:23:29 +00:00
swing: Some(Forward(0.15)),
2023-12-29 00:02:10 +00:00
),
2024-02-14 23:23:29 +00:00
ori_modifier: 0.8,
2020-11-21 19:06:36 +00:00
),
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
kind: Bash(
2024-02-14 23:23:29 +00:00
damage: 26,
poise: 5,
knockback: 10,
2023-12-29 00:02:10 +00:00
energy_regen: 0,
),
range: 2.5,
angle: 30.0,
),
2024-02-14 23:23:29 +00:00
buildup_duration: 0.3,
swing_duration: 0.2,
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
),
2024-02-14 23:23:29 +00:00
ori_modifier: 0.8,
2020-11-21 19:06:36 +00:00
),
],
2023-12-29 00:02:10 +00:00
energy_cost_per_strike: 0,
)