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

21 lines
451 B
Plaintext
Raw Normal View History

DashMelee(
energy_cost: 0,
2021-05-01 00:11:07 +00:00
base_damage: 50,
scaled_damage: 100,
2021-04-15 06:49:12 +00:00
base_poise_damage: 25,
2021-01-26 04:16:28 +00:00
scaled_poise_damage: 0,
2021-03-12 05:38:41 +00:00
base_knockback: 4.0,
scaled_knockback: 17.0,
2021-05-01 16:29:01 +00:00
range: 2.5,
angle: 45.0,
energy_drain: 0,
forward_speed: 4.0,
buildup_duration: 0.5,
charge_duration: 1.0,
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,
)