2021-01-30 14:14:25 +00:00
|
|
|
BasicRanged(
|
|
|
|
energy_cost: 0,
|
2023-07-09 20:03:09 +00:00
|
|
|
buildup_duration: 0.1,
|
|
|
|
recover_duration: 0.5,
|
2021-01-30 14:14:25 +00:00
|
|
|
projectile: Arrow(
|
2022-06-23 04:45:22 +00:00
|
|
|
damage: 30.0,
|
2021-01-30 14:14:25 +00:00
|
|
|
knockback: 5.0,
|
2021-09-14 02:16:01 +00:00
|
|
|
energy_regen: 10.0,
|
2021-01-30 14:14:25 +00:00
|
|
|
),
|
|
|
|
projectile_body: Object(ArrowTurret),
|
|
|
|
projectile_light: None,
|
2021-05-06 19:41:21 +00:00
|
|
|
projectile_speed: 130.0,
|
2021-05-16 03:09:39 +00:00
|
|
|
num_projectiles: 1,
|
2021-05-22 05:05:27 +00:00
|
|
|
projectile_spread: 0.0,
|
2023-03-22 02:11:48 +00:00
|
|
|
move_efficiency: 0.3,
|
2021-01-30 14:14:25 +00:00
|
|
|
)
|