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/agile_perforate.ron
2025-02-17 11:10:03 -05:00

20 lines
386 B
Plaintext

RapidMelee(
buildup_duration: 0.2,
swing_duration: 0.2,
recover_duration: 0.3,
melee_constructor: (
kind: Stab(
damage: 3,
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,
)