22 lines
467 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
BasicRanged(
energy_cost: 0,
buildup_duration: 0.75,
recover_duration: 0.75,
projectile: (
kind: Hazard(
is_sticky: true,
2025-03-07 13:26:55 -05:00
duration: 20,
2024-06-11 19:51:46 -04:00
),
attack: Some((
2025-03-07 13:26:55 -05:00
damage: 15,
2024-06-11 19:51:46 -04:00
energy: 0,
)),
),
projectile_body: Object(AdletTrap),
projectile_light: None,
projectile_speed: 20.0,
2025-03-07 13:26:55 -05:00
num_projectiles: Value(6),
2024-06-11 19:51:46 -04:00
projectile_spread: 0.3,
move_efficiency: 0.8,
2025-03-07 13:26:55 -05:00
)