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

22 lines
479 B
Rust
Raw Normal View History

DashMelee(
energy_cost: 0,
base_damage: 8.0,
scaled_damage: 15.0,
base_poise_damage: 50,
scaled_poise_damage: 100,
2021-06-11 01:15:58 +00:00
base_knockback: 6.0,
scaled_knockback: 12.0,
range: 2.0,
angle: 20.0,
energy_drain: 0,
2021-06-14 23:34:17 +00:00
forward_speed: 1.9,
buildup_duration: 0.5,
2021-06-11 01:15:58 +00:00
charge_duration: 3.0,
swing_duration: 0.1,
2021-06-14 23:34:17 +00:00
recover_duration: 0.7,
ori_modifier: 0.3,
2021-06-11 01:15:58 +00:00
charge_through: false,
is_interruptible: false,
damage_kind: Crushing,
)