trade_bot/assets/common/abilities/haniwa/guard/flurry.ron

20 lines
391 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
RapidMelee(
buildup_duration: 0.5,
swing_duration: 0.3,
recover_duration: 0.5,
melee_constructor: (
kind: Stab(
damage: 10,
poise: 5,
knockback: 0,
energy_regen: 0,
),
range: 4.0,
angle: 10.0,
),
energy_cost: 0,
max_strikes: Some(5),
move_modifier: 0.7,
ori_modifier: 0.7,
)