2024-07-03 23:04:49 +00:00
|
|
|
BasicRanged(
|
|
|
|
energy_cost: 0,
|
|
|
|
buildup_duration: 0.75,
|
|
|
|
recover_duration: 0.75,
|
|
|
|
projectile: (
|
|
|
|
kind: Hazard(
|
|
|
|
is_sticky: true,
|
2024-10-08 23:55:42 +00:00
|
|
|
duration: 20,
|
2024-07-03 23:04:49 +00:00
|
|
|
),
|
|
|
|
attack: Some((
|
2024-10-08 23:55:42 +00:00
|
|
|
damage: 15,
|
2024-07-03 23:04:49 +00:00
|
|
|
energy: 0,
|
|
|
|
)),
|
|
|
|
),
|
|
|
|
projectile_body: Object(AdletTrap),
|
|
|
|
projectile_light: None,
|
|
|
|
projectile_speed: 20.0,
|
2024-09-19 08:18:42 +00:00
|
|
|
num_projectiles: Value(6),
|
2024-07-03 23:04:49 +00:00
|
|
|
projectile_spread: 0.3,
|
|
|
|
move_efficiency: 0.8,
|
2024-09-19 08:18:42 +00:00
|
|
|
)
|