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.
2024-07-03 19:04:49 -04:00

19 lines
363 B
Plaintext

BasicMelee(
energy_cost: 0,
buildup_duration: 0.9,
swing_duration: 0.3,
hit_timing: 0.6,
recover_duration: 0.6,
melee_constructor: (
kind: Bash(
damage: 45,
poise: 30,
knockback: 20,
energy_regen: 0,
),
range: 7.5,
angle: 360,
),
ori_modifier: 1.0,
)