veloren/assets/common/abilities/shield/tempbasic.ron
jiminycrick c83296a4ec Initial broken implementation of poise
Character movement no longer broken.
2021-01-28 17:22:33 -08:00

12 lines
219 B
Plaintext

BasicMelee(
energy_cost: 0,
buildup_duration: 100,
swing_duration: 100,
recover_duration: 300,
base_damage: 40,
base_poise_damage: 20,
knockback: 0.0,
range: 3.0,
max_angle: 120.0,
)