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

20 lines
425 B
Plaintext
Raw Normal View History

DashMelee(
energy_cost: 100,
base_damage: 80,
scaled_damage: 160,
2021-03-12 05:38:41 +00:00
base_poise_damage: 60,
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,
infinite_charge: true,
is_interruptible: true,
)