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

29 lines
632 B
Rust
Raw Normal View History

2021-03-14 13:23:54 +00:00
DashMelee(
energy_cost: 0,
melee_constructor: (
kind: Bash(
2022-06-19 17:04:30 +00:00
damage: 20.0,
poise: 0.0,
knockback: 8.0,
energy_regen: 0.0,
),
2024-01-20 17:32:29 +00:00
scaled: Some((
kind: Bash(
2024-02-14 23:23:29 +00:00
damage: 84.0,
2024-01-20 17:32:29 +00:00
poise: 0.0,
2024-02-14 23:23:29 +00:00
knockback: 12.0,
2024-01-20 17:32:29 +00:00
energy_regen: 0.0,
2024-02-14 23:23:29 +00:00
))),
range: 3.0,
angle: 45.0,
),
2021-03-14 13:23:54 +00:00
energy_drain: 0,
forward_speed: 2.0,
2024-02-14 23:23:29 +00:00
buildup_duration: 0.7,
2022-06-17 19:41:04 +00:00
charge_duration: 2.4,
2024-02-14 23:23:29 +00:00
swing_duration: 0.3,
recover_duration: 0.7,
ori_modifier: 0.1,
charge_through: false,
)