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

26 lines
621 B
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(
damage: 54,
poise: 40,
knockback: 4,
energy_regen: 0,
),
range: 7.5,
angle: 60.0,
),
buildup_duration: 0.8,
swing_duration: 0.15,
hit_timing: 0.5,
2023-12-29 00:02:10 +00:00
recover_duration: 0.8,
movement: (
swing: Some(Forward(3.0)),
),
ori_modifier: 0.7,
2020-11-21 19:06:36 +00:00
),
],
2023-12-29 00:02:10 +00:00
energy_cost_per_strike: 0,
)