hotbot/assets/common/abilities/custom/dwarves/flamekeeper/flamecrush.ron

26 lines
580 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
BasicMelee(
energy_cost: 0,
buildup_duration: 0.8,
swing_duration: 0.1,
hit_timing: 0.5,
recover_duration: 0.7,
melee_constructor: (
kind: Bash(
damage: 100.0,
poise: 0.0,
knockback: 15.0,
energy_regen: 10.0,
),
range: 5.0,
angle: 60.0,
damage_effect: Some(Buff((
kind: Bleeding,
dur_secs: 1.0,
strength: DamageFraction(0.1),
chance: 0.3,
))),
multi_target: Some(Normal),
),
ori_modifier: 0.2,
)