trade_bot/assets/common/abilities/custom/arthropods/blackwidow/singlestrike.ron

32 lines
841 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Stab(
damage: 50,
poise: 16,
knockback: 2,
energy_regen: 0,
),
range: 3.0,
angle: 60.0,
damage_effect: Some(Buff((
kind: Poisoned,
dur_secs: 7.0,
strength: DamageFraction(0.6),
chance: 0.4,
))),
),
buildup_duration: 0.55,
swing_duration: 0.35,
hit_timing: 0.5,
recover_duration: 0.8,
movement: (
swing: Some(Forward(0.1)),
),
ori_modifier: 0.8,
),
],
energy_cost_per_strike: 0,
)