veloren/assets/common/abilities/axe/brutal_swing.ron

23 lines
584 B
Rust
Raw Normal View History

2023-05-12 00:54:09 +00:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Slash(
2023-05-14 22:34:49 +00:00
damage: 18,
poise: 10,
2023-05-12 00:54:09 +00:00
knockback: 0,
2023-05-14 22:34:49 +00:00
energy_regen: 0,
2023-05-12 00:54:09 +00:00
),
range: 3.0,
2023-05-14 22:34:49 +00:00
angle: 360.0,
multi_target: Some(Normal),
2023-05-12 00:54:09 +00:00
),
2023-05-14 22:34:49 +00:00
buildup_duration: 0.2,
swing_duration: 0.2,
2023-05-12 00:54:09 +00:00
hit_timing: 0.5,
2023-05-14 22:34:49 +00:00
recover_duration: 0.3,
2023-05-12 00:54:09 +00:00
ori_modifier: 0.6,
),
],
2023-05-14 22:34:49 +00:00
energy_cost_per_strike: 10,
2023-05-12 00:54:09 +00:00
)