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

21 lines
450 B
Plaintext
Raw Normal View History

DashMelee(
energy_cost: 0,
2021-05-01 00:11:07 +00:00
base_damage: 75,
scaled_damage: 20,
2021-04-15 06:49:12 +00:00
base_poise_damage: 28,
scaled_poise_damage: 28,
2021-03-12 05:38:41 +00:00
base_knockback: 3.0,
scaled_knockback: 7.0,
range: 2.0,
angle: 45.0,
energy_drain: 0,
2021-02-06 06:15:25 +00:00
forward_speed: 2.5,
buildup_duration: 1.2,
2021-04-18 22:09:57 +00:00
charge_duration: 1.0,
swing_duration: 0.1,
recover_duration: 0.5,
2021-04-18 22:09:57 +00:00
charge_through: true,
is_interruptible: false,
damage_kind: Crushing,
2020-11-20 01:42:22 +00:00
)