This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
trade_bot/assets/common/abilities/sword/heavy_pommel_strike.ron

26 lines
676 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Bash(
damage: 12,
2025-02-17 11:10:03 -05:00
poise: 20,
2024-07-03 19:04:49 -04:00
knockback: 0,
energy_regen: 0,
),
range: 1.5,
angle: 45.0,
2025-02-17 11:10:03 -05:00
attack_effect: Some((Poise(30), TargetBlocking)),
2024-07-03 19:04:49 -04:00
),
buildup_duration: 0.3,
swing_duration: 0.15,
hit_timing: 0.5,
recover_duration: 0.1,
ori_modifier: 0.6,
),
],
2025-02-17 11:10:03 -05:00
energy_cost_per_strike: 8,
2024-07-03 19:04:49 -04:00
meta: (
init_event: Some(EnterStance(Sword(Heavy))),
),
)