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

22 lines
538 B
Rust
Raw Normal View History

2023-05-12 00:54:09 +00:00
ComboMelee2(
strikes: [
(
melee_constructor: (
2023-05-20 20:41:56 +00:00
kind: Bash(
damage: 15,
poise: 50,
2023-05-12 00:54:09 +00:00
knockback: 0,
2023-05-20 20:41:56 +00:00
energy_regen: 0,
2023-05-12 00:54:09 +00:00
),
range: 3.0,
angle: 45.0,
),
2023-05-20 20:41:56 +00:00
buildup_duration: 0.3,
swing_duration: 0.1,
2023-05-12 00:54:09 +00:00
hit_timing: 0.5,
2023-05-20 20:41:56 +00:00
recover_duration: 0.3,
2023-05-12 00:54:09 +00:00
ori_modifier: 0.6,
),
],
2023-05-20 20:41:56 +00:00
energy_cost_per_strike: 10,
2023-05-12 00:54:09 +00:00
)