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

21 lines
451 B
Plaintext
Raw Normal View History

DashMelee(
energy_cost: 100,
2021-05-01 00:11:07 +00:00
base_damage: 60,
scaled_damage: 100,
2021-04-15 06:49:12 +00:00
base_poise_damage: 45,
scaled_poise_damage: 0,
base_knockback: 8.0,
scaled_knockback: 7.0,
2021-03-12 05:38:41 +00:00
range: 3.0,
angle: 20.0,
2021-02-15 01:27:28 +00:00
energy_drain: 0,
forward_speed: 2.0,
buildup_duration: 0.5,
2021-02-22 06:04:45 +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: true,
damage_kind: Piercing,
)