veloren/assets/common/abilities/custom/asp/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: 28,
poise: 28,
knockback: 3,
energy_regen: 0,
),
range: 3.5,
angle: 60.0,
),
buildup_duration: 1.2,
swing_duration: 0.1,
hit_timing: 0.5,
2023-12-29 00:02:10 +00:00
recover_duration: 0.4,
movement: (
swing: Some(Forward(2.0)),
),
ori_modifier: 0.65,
2020-11-21 19:06:36 +00:00
),
],
2023-12-29 00:02:10 +00:00
energy_cost_per_strike: 0,
)