trade_bot/assets/common/abilities/hammer/breach.ron

21 lines
532 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
BasicMelee(
energy_cost: 20,
buildup_duration: 0.4,
swing_duration: 0.1,
hit_timing: 0.5,
recover_duration: 0.2,
melee_constructor: (
kind: Bash(
damage: 15,
poise: 20,
knockback: 0,
energy_regen: 0,
),
range: 3.0,
angle: 15.0,
attack_effect: Some((Poise(40), TargetBlocking)),
precision_flank_multipliers: (back: 1.0, side: 1.0, front: 1.5),
precision_flank_invert: true,
),
ori_modifier: 0.6,
)