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

27 lines
699 B
Rust
Raw Normal View History

2023-05-12 00:54:09 +00:00
ComboMelee2(
strikes: [
(
melee_constructor: (
2023-05-27 18:30:10 +00:00
kind: Bash(
damage: 16,
poise: 40,
knockback: 10,
energy_regen: 0,
2023-05-12 00:54:09 +00:00
),
2023-05-27 18:30:10 +00:00
range: 2.5,
angle: 60.0,
2023-05-12 00:54:09 +00:00
),
2023-05-27 18:30:10 +00:00
buildup_duration: 0.1,
swing_duration: 0.2,
2023-05-12 00:54:09 +00:00
hit_timing: 0.5,
2023-05-27 18:30:10 +00:00
recover_duration: 0.3,
movement: (
buildup: Some(Forward(0.5)),
swing: Some(Forward(0.7)),
),
2023-05-12 00:54:09 +00:00
ori_modifier: 0.6,
2023-05-27 18:30:10 +00:00
additional_combo: 4,
2023-05-12 00:54:09 +00:00
),
],
2023-05-27 18:30:10 +00:00
energy_cost_per_strike: 10,
2023-05-12 00:54:09 +00:00
)