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

26 lines
648 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Slash(
damage: 16,
poise: 5,
knockback: 0,
energy_regen: 0,
),
range: 3.0,
angle: 45.0,
),
2025-03-07 13:26:55 -05:00
buildup_duration: 0.2,
2024-06-11 19:51:46 -04:00
swing_duration: 0.1,
hit_timing: 0.5,
2025-03-07 13:26:55 -05:00
recover_duration: 0.25,
custom_combo: (
base: Some(3),
conditional: Some((3, TargetHasBuff(Bleeding))),
),
2024-06-11 19:51:46 -04:00
),
],
energy_cost_per_strike: 10,
2025-03-07 13:26:55 -05:00
)