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

27 lines
679 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Slash(
damage: 16,
poise: 5,
knockback: 0,
energy_regen: 0,
),
range: 3.0,
angle: 45.0,
),
buildup_duration: 0.2,
2024-07-03 19:04:49 -04:00
swing_duration: 0.1,
hit_timing: 0.5,
recover_duration: 0.25,
2024-07-03 19:04:49 -04:00
ori_modifier: 0.6,
custom_combo: (
base: Some(3),
conditional: Some((3, TargetHasBuff(Bleeding))),
),
2024-07-03 19:04:49 -04:00
),
],
energy_cost_per_strike: 10,
)