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

20 lines
393 B
Rust
Raw Normal View History

2023-05-19 19:57:17 +00:00
RapidMelee(
buildup_duration: 0.1,
swing_duration: 0.1,
recover_duration: 0.1,
melee_constructor: (
kind: Slash(
2023-06-08 01:06:55 +00:00
damage: 7,
2023-05-19 19:57:17 +00:00
poise: 5,
knockback: 0,
energy_regen: 0,
2023-05-12 00:54:09 +00:00
),
2023-05-19 19:57:17 +00:00
range: 6.0,
angle: 10.0,
),
2023-06-08 01:06:55 +00:00
energy_cost: 4,
2023-05-19 19:57:17 +00:00
max_strikes: Some(5),
move_modifier: 0.35,
ori_modifier: 0.25,
)