veloren/assets/common/abilities/custom/quadlowtail/charged.ron

27 lines
592 B
Rust
Raw Normal View History

ChargedMelee(
energy_cost: 0,
energy_drain: 0,
melee_constructor: (
kind: Bash(
2022-06-17 10:35:06 +00:00
damage: 8.0,
2024-02-14 23:23:29 +00:00
poise: 5.0,
knockback: 10.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: 35.0,
poise: 35.0,
knockback: 35.0,
2024-01-20 17:32:29 +00:00
energy_regen: 0.0,
2024-02-14 23:23:29 +00:00
))),
range: 4.5,
angle: 90.0,
2022-10-09 07:17:29 +00:00
multi_target: Some(Normal),
),
2024-02-14 23:23:29 +00:00
charge_duration: 1.7,
swing_duration: 0.4,
hit_timing: 0.5,
recover_duration: 1.1,
2020-11-16 04:35:22 +00:00
)