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

26 lines
620 B
Rust
Raw Normal View History

2023-12-29 00:02:10 +00:00
ComboMelee2(
strikes: [
2020-11-20 06:11:13 +00:00
(
2023-12-29 00:02:10 +00:00
melee_constructor: (
kind: Bash(
damage: 20,
poise: 28,
knockback: 3,
energy_regen: 0,
),
range: 2.7,
angle: 60.0,
),
buildup_duration: 0.8,
swing_duration: 0.1,
hit_timing: 0.5,
2023-12-29 00:02:10 +00:00
recover_duration: 0.8,
movement: (
swing: Some(Forward(1.0)),
),
ori_modifier: 0.7,
2020-11-20 06:11:13 +00:00
),
],
2023-12-29 00:02:10 +00:00
energy_cost_per_strike: 0,
)