veloren/assets/common/abilities/custom/theropodbasic/dash.ron
2021-07-16 15:49:02 +03:00

21 lines
451 B
Plaintext

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,
charge_through: false,
is_interruptible: false,
damage_kind: Crushing,
)