veloren/assets/common/abilities/swordsimple/dash.ron

20 lines
424 B
Plaintext
Raw Normal View History

DashMelee(
energy_cost: 100,
2021-05-01 00:11:07 +00:00
base_damage: 90,
scaled_damage: 160,
2021-03-12 05:38:41 +00:00
base_poise_damage: 40,
scaled_poise_damage: 0,
base_knockback: 8.0,
scaled_knockback: 7.0,
range: 5.0,
angle: 45.0,
energy_drain: 0,
forward_speed: 4.0,
2021-04-25 19:42:33 +00:00
buildup_duration: 0.6,
2021-04-18 22:09:57 +00:00
charge_duration: 1.2,
swing_duration: 0.1,
2021-04-25 19:42:33 +00:00
recover_duration: 0.9,
2021-04-18 22:09:57 +00:00
charge_through: true,
is_interruptible: true,
)