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

64 lines
1.6 KiB
Rust
Raw Normal View History

2023-07-09 20:03:09 +00:00
ComboMelee2(
strikes: [
2021-03-27 17:12:55 +00:00
(
2023-07-09 20:03:09 +00:00
melee_constructor: (
kind: Bash(
damage: 32,
poise: 6,
knockback: 3,
energy_regen: 0,
),
range: 2.5,
angle: 30.0,
),
buildup_duration: 0.4,
swing_duration: 0.07,
hit_timing: 0.5,
2023-07-09 20:03:09 +00:00
recover_duration: 0.4,
movement: (
swing: Some(Forward(1.0)),
),
ori_modifier: 0.6,
2021-03-27 17:12:55 +00:00
),
(
2023-07-09 20:03:09 +00:00
melee_constructor: (
kind: Bash(
damage: 32,
poise: 8,
knockback: 3,
energy_regen: 0,
),
range: 2.5,
angle: 30.0,
),
buildup_duration: 0.44,
swing_duration: 0.07,
hit_timing: 0.5,
2023-07-09 20:03:09 +00:00
recover_duration: 0.4,
ori_modifier: 0.6,
2021-03-27 17:12:55 +00:00
),
(
2023-07-09 20:03:09 +00:00
melee_constructor: (
kind: Bash(
damage: 32,
poise: 10,
knockback: 3,
energy_regen: 0,
),
range: 2.5,
angle: 30.0,
),
buildup_duration: 0.4,
swing_duration: 0.07,
hit_timing: 0.5,
2023-07-09 20:03:09 +00:00
recover_duration: 0.4,
movement: (
swing: Some(Forward(1.0)),
),
ori_modifier: 0.6,
2021-03-27 17:12:55 +00:00
),
],
2023-07-09 20:03:09 +00:00
energy_cost_per_strike: 0,
auto_progress: true,
2021-03-27 17:12:55 +00:00
)