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

22 lines
475 B
Plaintext
Raw Normal View History

2021-03-14 13:23:54 +00:00
DashMelee(
energy_cost: 0,
base_damage: 120,
scaled_damage: 160,
2021-03-14 13:23:54 +00:00
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,
ori_modifier: 0.3,
charge_through: false,
2021-03-14 13:23:54 +00:00
is_interruptible: false,
damage_kind: Crushing,
)