2021-01-30 14:14:25 +00:00
|
|
|
BasicRanged(
|
|
|
|
energy_cost: 0,
|
2022-06-17 10:35:06 +00:00
|
|
|
buildup_duration: 2.0,
|
2021-01-30 14:14:25 +00:00
|
|
|
recover_duration: 0.3,
|
|
|
|
projectile: Arrow(
|
2022-06-17 10:35:06 +00:00
|
|
|
damage: 40.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
|
|
|
)
|