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,
|
2021-06-04 17:58:08 +00:00
|
|
|
shoot_duration: 0.5,
|
2021-02-05 01:39:12 +00:00
|
|
|
recover_duration: 0.8,
|
2021-06-04 17:58:08 +00:00
|
|
|
max_speed: 2.0,
|
|
|
|
half_speed_at: 1,
|
2020-11-09 04:04:51 +00:00
|
|
|
projectile: Arrow(
|
2021-09-09 04:07:17 +00:00
|
|
|
damage: 3.0,
|
2021-06-27 20:10:31 +00:00
|
|
|
knockback: 2.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
|
|
|
)
|