2020-11-08 21:11:00 +00:00
|
|
|
RepeaterRanged(
|
|
|
|
energy_cost: 450,
|
2021-02-05 01:39:12 +00:00
|
|
|
movement_duration: 0.3,
|
|
|
|
buildup_duration: 0.2,
|
|
|
|
shoot_duration: 0.2,
|
|
|
|
recover_duration: 0.8,
|
2020-11-08 21:11:00 +00:00
|
|
|
leap: Some(5.0),
|
2020-11-09 04:04:51 +00:00
|
|
|
projectile: Arrow(
|
|
|
|
damage: 40.0,
|
2020-12-16 23:30:33 +00:00
|
|
|
knockback: 5.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,
|
|
|
|
projectile_gravity: Some(Gravity(0.2)),
|
|
|
|
projectile_speed: 100.0,
|
2020-12-23 02:28:55 +00:00
|
|
|
reps_remaining: 3,
|
2020-12-16 23:30:33 +00:00
|
|
|
)
|