2020-11-08 21:11:00 +00:00
|
|
|
RepeaterRanged(
|
2021-09-14 02:16:01 +00:00
|
|
|
energy_cost: 5.0,
|
2021-02-05 01:39:12 +00:00
|
|
|
buildup_duration: 0.2,
|
2022-07-26 23:44:49 +00:00
|
|
|
shoot_duration: 0.3,
|
|
|
|
recover_duration: 0.5,
|
|
|
|
max_speed: 4.0,
|
|
|
|
half_speed_at: 3,
|
2020-11-09 04:04:51 +00:00
|
|
|
projectile: Arrow(
|
2022-07-26 23:44:49 +00:00
|
|
|
damage: 5.0,
|
|
|
|
knockback: 0,
|
2020-11-09 04:04:51 +00:00
|
|
|
energy_regen: 0,
|
2020-11-08 21:11:00 +00:00
|
|
|
),
|
|
|
|
projectile_body: Object(Arrow),
|
|
|
|
projectile_light: None,
|
2021-05-16 03:09:39 +00:00
|
|
|
projectile_speed: 100.0,
|
2020-12-16 23:30:33 +00:00
|
|
|
)
|