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

26 lines
622 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: (
2024-02-14 23:23:29 +00:00
kind: Stab(
damage: 31,
poise: 10,
2023-12-29 00:02:10 +00:00
knockback: 3,
energy_regen: 0,
),
2024-02-14 23:23:29 +00:00
range: 4.0,
angle: 30.0,
2023-12-29 00:02:10 +00:00
),
2024-02-14 23:23:29 +00:00
buildup_duration: 0.9,
swing_duration: 0.5,
hit_timing: 0.5,
2023-12-29 00:02:10 +00:00
recover_duration: 0.4,
movement: (
2024-02-16 20:08:25 +00:00
swing: Some(Forward(0.05)),
2023-12-29 00:02:10 +00:00
),
2024-02-14 23:23:29 +00:00
ori_modifier: 0.55,
2020-11-21 19:06:36 +00:00
),
],
2023-12-29 00:02:10 +00:00
energy_cost_per_strike: 0,
)