2021-12-21 07:10:39 +00:00
|
|
|
BasicRanged(
|
|
|
|
energy_cost: 0,
|
2022-06-23 04:45:22 +00:00
|
|
|
buildup_duration: 0.75,
|
|
|
|
recover_duration: 0.45,
|
2021-12-21 07:10:39 +00:00
|
|
|
projectile: Arrow(
|
2022-01-21 23:28:15 +00:00
|
|
|
damage: 4,
|
|
|
|
knockback: 0,
|
|
|
|
energy_regen: 0,
|
2021-12-21 07:10:39 +00:00
|
|
|
),
|
2022-01-21 23:53:10 +00:00
|
|
|
projectile_body: Object(Dart),
|
2021-12-21 07:10:39 +00:00
|
|
|
projectile_light: None,
|
2022-01-21 23:28:15 +00:00
|
|
|
projectile_speed: 80.0,
|
2021-12-21 07:10:39 +00:00
|
|
|
num_projectiles: 1,
|
|
|
|
projectile_spread: 0.0,
|
2023-03-22 02:11:48 +00:00
|
|
|
move_efficiency: 0.3,
|
2021-12-21 07:10:39 +00:00
|
|
|
)
|