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

19 lines
422 B
Plaintext
Raw Normal View History

2021-03-14 13:23:54 +00:00
DashMelee(
energy_cost: 0,
base_damage: 150,
scaled_damage: 40,
base_poise_damage: 0,
scaled_poise_damage: 0,
base_knockback: 8.0,
scaled_knockback: 17.0,
range: 4.0,
angle: 45.0,
energy_drain: 0,
forward_speed: 2.0,
buildup_duration: 0.5,
charge_duration: 1.2,
swing_duration: 0.1,
recover_duration: 1.1,
2021-04-18 22:09:57 +00:00
charge_through: true,
2021-03-14 13:23:54 +00:00
is_interruptible: false,
)