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

27 lines
646 B
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: 12,
knockback: 5,
energy_regen: 0,
),
range: 2.5,
angle: 60.0,
),
buildup_duration: 0.5,
swing_duration: 0.07,
hit_timing: 0.5,
2023-07-09 20:03:09 +00:00
recover_duration: 0.5,
movement: (
swing: Some(Forward(0.5)),
),
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
)