2021-01-30 14:14:25 +00:00
|
|
|
BasicRanged(
|
|
|
|
energy_cost: 0,
|
2022-06-23 04:45:22 +00:00
|
|
|
buildup_duration: 1.5,
|
|
|
|
recover_duration: 0.45,
|
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,
|
2021-01-30 14:14:25 +00:00
|
|
|
)
|