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

23 lines
572 B
Rust
Raw Normal View History

2023-05-12 00:54:09 +00:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Slash(
2023-05-15 00:43:47 +00:00
damage: 16,
2023-05-12 00:54:09 +00:00
poise: 5,
knockback: 0,
energy_regen: 5,
),
range: 3.0,
angle: 45.0,
),
2023-05-15 00:43:47 +00:00
buildup_duration: 0.25,
swing_duration: 0.1,
2023-05-12 00:54:09 +00:00
hit_timing: 0.5,
2023-05-15 00:43:47 +00:00
recover_duration: 0.3,
2023-05-12 00:54:09 +00:00
ori_modifier: 0.6,
2023-05-15 00:43:47 +00:00
additional_combo: 9,
2023-05-12 00:54:09 +00:00
),
],
2023-05-15 00:43:47 +00:00
energy_cost_per_strike: 10,
2023-05-12 00:54:09 +00:00
)