veloren/assets/common/abilities/custom/quadlowquick/dash.ron

21 lines
449 B
Plaintext
Raw Normal View History

DashMelee(
energy_cost: 0,
2021-05-01 00:11:07 +00:00
base_damage: 40,
scaled_damage: 80,
2021-04-15 06:49:12 +00:00
base_poise_damage: 30,
2021-01-26 04:16:28 +00:00
scaled_poise_damage: 0,
2021-03-12 05:38:41 +00:00
base_knockback: 2.0,
scaled_knockback: 7.0,
range: 2.0,
angle: 45.0,
energy_drain: 0,
2020-11-16 04:35:22 +00:00
forward_speed: 2.0,
buildup_duration: 0.5,
2021-04-18 22:09:57 +00:00
charge_duration: 0.8,
swing_duration: 0.1,
recover_duration: 1.0,
2021-04-18 22:09:57 +00:00
charge_through: true,
is_interruptible: false,
damage_kind: Crushing,
2020-11-16 04:35:22 +00:00
)