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

28 lines
597 B
Rust
Raw Permalink Normal View History

2021-02-22 06:04:45 +00:00
DashMelee(
energy_cost: 0,
melee_constructor: (
kind: Slash(
2022-06-17 10:35:06 +00:00
damage: 16.0,
poise: 0.0,
knockback: 8.0,
energy_regen: 0.0,
),
scaled: Some(Slash(
2022-06-17 10:35:06 +00:00
damage: 32.0,
poise: 0.0,
knockback: 7.0,
energy_regen: 0.0,
)),
range: 2.0,
angle: 15.0,
),
2021-02-22 06:04:45 +00:00
energy_drain: 0,
forward_speed: 3.0,
2022-06-17 10:35:06 +00:00
buildup_duration: 1.0,
2022-06-17 19:41:04 +00:00
charge_duration: 6.0,
2021-02-22 06:04:45 +00:00
swing_duration: 0.35,
2022-06-17 19:41:04 +00:00
recover_duration: 2.4,
ori_modifier: 0.3,
charge_through: false,
2021-02-22 06:04:45 +00:00
)