veloren/assets/common/abilities/custom/quadlowquick/dash.ron
juliancoffee 130ae1f429 Add ori_modifier for DashMelee and nerf it
* 0.6 -> 0.3 ori modifier during charge in DashMelee
2021-08-16 17:27:59 +03:00

22 lines
473 B
Plaintext

DashMelee(
energy_cost: 0,
base_damage: 40,
scaled_damage: 80,
base_poise_damage: 30,
scaled_poise_damage: 0,
base_knockback: 2.0,
scaled_knockback: 7.0,
range: 2.0,
angle: 45.0,
energy_drain: 0,
forward_speed: 2.0,
buildup_duration: 0.5,
charge_duration: 0.8,
swing_duration: 0.1,
recover_duration: 1.0,
ori_modifier: 0.3,
charge_through: false,
is_interruptible: false,
damage_kind: Crushing,
)