veloren/assets/common/abilities/custom/minotaur/charge.ron

19 lines
428 B
Plaintext
Raw Normal View History

2021-04-16 04:09:15 +00:00
DashMelee(
energy_cost: 0,
2021-04-28 20:24:03 +00:00
base_damage: 150,
scaled_damage: 600,
2021-04-16 04:09:15 +00:00
base_poise_damage: 25,
scaled_poise_damage: 100,
base_knockback: 10.0,
scaled_knockback: 30.0,
2021-04-16 18:54:46 +00:00
range: 5.0,
2021-04-16 04:09:15 +00:00
angle: 90.0,
energy_drain: 0,
forward_speed: 5.0,
buildup_duration: 0.4,
charge_duration: 4.0,
swing_duration: 0.1,
recover_duration: 0.5,
2021-04-24 19:40:23 +00:00
charge_through: false,
2021-04-16 04:09:15 +00:00
is_interruptible: false,
)