2020-11-08 21:11:00 +00:00
|
|
|
BasicRanged(
|
2022-07-26 23:44:49 +00:00
|
|
|
energy_cost: 25.0,
|
|
|
|
buildup_duration: 0.3,
|
2021-02-05 01:39:12 +00:00
|
|
|
recover_duration: 0.3,
|
2021-05-22 05:05:27 +00:00
|
|
|
projectile_spread: 0.05,
|
2024-05-13 00:47:48 +00:00
|
|
|
projectile: (
|
|
|
|
kind: Pointed,
|
|
|
|
attack: Some((
|
|
|
|
damage: 6,
|
|
|
|
knockback: Some(5),
|
|
|
|
energy: 0,
|
|
|
|
buff: Some((
|
|
|
|
kind: Bleeding,
|
|
|
|
dur_secs: 10,
|
|
|
|
strength: DamageFraction(0.1),
|
|
|
|
chance: 0.1,
|
|
|
|
)),
|
|
|
|
)),
|
2020-11-08 21:11:00 +00:00
|
|
|
),
|
|
|
|
projectile_body: Object(Arrow),
|
|
|
|
projectile_light: None,
|
2022-07-26 23:44:49 +00:00
|
|
|
projectile_speed: 80.0,
|
|
|
|
num_projectiles: 5,
|
2023-03-22 02:11:48 +00:00
|
|
|
move_efficiency: 0.3,
|
2020-12-16 23:30:33 +00:00
|
|
|
)
|