trade_bot/assets/common/abilities/sword/agile_perforate.ron

20 lines
387 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
RapidMelee(
buildup_duration: 0.2,
swing_duration: 0.2,
recover_duration: 0.3,
melee_constructor: (
kind: Slash(
damage: 2,
poise: 1,
knockback: 0,
energy_regen: 4,
),
range: 4.0,
angle: 5.0,
),
energy_cost: 0,
max_strikes: None,
move_modifier: 0.3,
ori_modifier: 0.2,
)